Free Psychology API: 300+ CBT Articles & 25 Validated Tests
TL;DR : Psychology and Serenity offers a free REST API providing structured access to metadata from over 300 cognitive behavioral therapy articles, 25 validated psychological tests, and aggregated research statistics on topics including attachment styles, anxiety disorders, and depression. The API returns only metadata through three main endpoints: articles automatically categorized across 17 clinical themes with titles, descriptions, and URLs; tests with information on duration and question count across personality, anxiety, relationships, and neurodevelopmental categories; and research statistics from published studies with source citations. The service requires no authentication and implements rate limiting through response headers. Developers, researchers, and AI assistants can integrate this data to enhance mental health applications, support university research, enrich chatbot responses, and aggregate psychology content. The API specifically protects sensitive information by never exposing full article text, test questions, scoring algorithms, personal data, or medical diagnoses.
Mental health app developers, psychology researchers, and AI assistant creators share the same need: access to reliable and structured psychological data. This is exactly what the Psychology and Serenity API provides.
Why a Free Psychology API?
Evidence-based psychology too often remains locked away in academic silos. Popular science articles exist, but their metadata is not easily exploitable by software programs.
Our API fills this gap by exposing structured metadata from over 300 articles written by a CBT psychopractitioner, covering the major themes of contemporary clinical psychology.
🧠
Des questions sur ce que vous venez de lire ?
Notre assistant IA est spécialisé en psychothérapie TCC, supervisé par un psychopraticien certifié. 50 échanges disponibles maintenant.
Démarrer la conversation — 1,90 €Disponible 24h/24 · Confidentiel
📋
Discover your psychological profile
68+ validated psychological tests. Detailed PDF report, anonymous, €1.99.
Discover our tests →SCANMYLOVE
Analyze your conversations
Upload a WhatsApp, Messenger or SMS conversation and get a detailed psychological analysis of your relationship dynamics.
Analyze my conversation →What the API Offers
1. Article Metadata (300+)
The `/api/articles` endpoint provides access to metadata for all our published articles. Each article is automatically categorised among 17 thematic categories: Attachment, Couples, Anxiety, CBT, Manipulation, Emotional Dependence, Breakups, and many more.
```bash
curl "https://psychologieetserenite.com/api/articles?theme=Attachment&limit=5"
```
The response includes the title, description, category, publication date, estimated reading time, word count, and the full URL of the article. The full article content is never exposed — only metadata is returned.
2. Psychological Test Catalogue (25+)
The `/api/tests` endpoint exposes a catalogue of scientifically validated psychological tests hosted on our dedicated platform. Each test includes a title, description, estimated duration, number of questions, and category.
```bash
curl "https://psychologieetserenite.com/api/tests?category=anxiety"
```
Available categories cover: personality, anxiety, relationships, ADHD, OCD, phobias, childhood schemas, depression, and personal development. Questions and scoring scales are not exposed.
3. Research Statistics
The `/api/stats` endpoint provides aggregated data from published research: attachment style distribution, anxiety disorder prevalence in France, CBT effectiveness according to meta-analyses, and most common early schemas.
```bash
curl "https://psychologieetserenite.com/api/stats"
```
Each dataset references the source study and sample size.
Concrete Use Cases
Mental health applications. Integrate links to relevant psychology articles based on the theme being explored by the user. Offer a catalogue of validated tests without having to develop them yourself. University research. Leverage aggregated statistics in your work. Cross-reference the data with your own samples. Chatbots and AI assistants. Enrich your assistant's responses with verified psychological references. Guide users to tests suited to their situation. Content aggregators. Display the latest CBT psychology publications with structured metadata (title, category, reading time).Technical Specifications
The API is a standard REST API returning JSON. It requires no authentication key.
| Specification | Value |
|---|---|
| Format | JSON |
| CORS | Enabled (all origins) |
| Cache | `Cache-Control: public, max-age=3600` |
| Rate limit | 100 requests/hour per IP |
| Authentication | None |
Rate limiting is indicated in the `X-RateLimit-Remaining` header of each response. When exceeded, a 429 status code is returned with a `Retry-After` header.
Protected Data
The API never provides:
- Full article content (metadata only)
- Test questions and scoring scales
- Individual or personal data
- Diagnoses or medical recommendations
How to Get Started
```javascript
// JavaScript example
const response = await fetch('https://psychologieetserenite.com/api/articles?theme=Couples&limit=10');
const data = await response.json();
console.log(data.articles);
```
The API is free to use with attribution. Simply mention "Source: Psychology and Serenity - psychologieetserenite.com" in your project.
For any questions or improvement suggestions, contact us at contact@psychologieetserenite.com.
Take the Psy Test → — 35 questions, anonymous, PDF report (€1.99). 🔗 Analyze your conversations with ScanMyLove — get an objective, structured read of your relationship's communication patterns.FAQ
What are the key characteristics of free psychology api?
Access reliable, structured psychological data with our free API. The most characteristic features involve repetitive patterns that impact daily functioning and interpersonal relationships in predictable, often self-reinforcing ways that persist without intervention.How does cognitive-behavioral psychology explain psychology API?
CBT analyzes this through automatic thoughts, core beliefs, and avoidance behaviors — a framework that identifies the maintenance mechanisms keeping the difficulty in place and provides targeted points for intervention through structured cognitive restructuring and behavioral experiments.When should someone seek professional help for psychology API?
Professional consultation is warranted when psychology API significantly impacts quality of life, relationships, or work performance for more than two weeks. A CBT practitioner can propose an evidence-based protocol tailored to your specific presentation, typically 8 to 20 sessions depending on severity.
About the author
Gildas Garrec · CBT Psychopractitioner
Certified practitioner in cognitive-behavioral therapy (CBT), author of 16 books on applied psychology and relationships. Over 1000 clinical articles published across Psychologie et Serenite. Contributor to Hugging Face and Kaggle.
Besoin d'un accompagnement personnalisé ?
Séances en visioséance (90€ / 75 min) ou en cabinet à Nantes. Paiement en début de séance par carte bancaire.
Prendre RDV en visioséance🧠
Des questions sur ce que vous venez de lire ?
Notre assistant IA est spécialisé en psychothérapie TCC, supervisé par un psychopraticien certifié. 50 échanges disponibles maintenant.
Démarrer la conversation — 1,90 €Disponible 24h/24 · Confidentiel
Related articles
Gratitude: 5 Psychology Exercises for Better Well-being
Explore 5 evidence-based gratitude exercises from psychology to boost your well-being. Learn practical, validated techniques for a happier life.
Group Therapy: Who Benefits & 5 Reasons It Works
Explore group therapy's effectiveness. Learn who benefits from this powerful approach and why it's a unique path to healing and personal growth.
IFS Therapy: Understanding Your Inner Parts for Healing
Explore IFS Therapy to understand your inner parts and foster healing. This guide explains how Internal Family Systems complements CBT for personal growth.
Mom Guilt: 5 Ways to Understand & Break Free
Understand mom guilt, its origins, and practical CBT strategies to break free from self-blame. Discover how to cultivate self-compassion and find peace.