Free Psychology API: Access 300+ CBT Articles and 25 Validated Tests
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
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.

About the author
Gildas Garrec · CBT Psychopractitioner
Certified practitioner in cognitive-behavioral therapy (CBT), author of 16 books on applied psychology and relationships. Over 900 clinical articles published across Psychologie et Sérénité.
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💬
Analyze your conversations
Upload a WhatsApp, Messenger or SMS conversation and get a detailed psychological analysis of your relationship dynamics.
Analyze my conversation →📋
Take the free test!
68+ validated psychological tests with detailed PDF reports. Anonymous, immediate results.
Discover our tests →🧠
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
Professional retraining: psychological support for success
Find out how psychological support facilitates your professional reconversion. CBT methods and expert advice.
I've Tried Everything: understanding children's emotions per Filliozat and CBT
Isabelle Filliozat and emotional parenting: understanding children's tantrums, anger, fears. CBT approach for parents, concrete tools.
School phobia: understanding and supporting school refusal
CBT solutions for school phobia: understand the mechanisms of school refusal and effectively support your child
Imperfect, free and happy: Christophe Andre's CBT approach to self-esteem
Christophe Andre and self-esteem: how CBT addresses vulnerability, imperfection, mindfulness. Practical tools and exercises.