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.
🧠
Ces pensées vous pèsent ?
Notre assistant IA vous propose des techniques TCC validées — 50 échanges pour explorer, comprendre et agir.
Ouvrir 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.
💬
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 →🧠
Ces pensées vous pèsent ?
Notre assistant IA vous propose des techniques TCC validées — 50 échanges pour explorer, comprendre et agir.
Ouvrir la conversation — 1,90 €Disponible 24h/24 · Confidentiel
Related articles
Adult Autism: Signs and Late Diagnosis
Adult autism: recognizing spectrum signs, understanding late diagnosis and adapting your life. CBT approach and neurodivergence.
TikTok Self-Diagnosis: When Social Media Replaces Therapy
TikTok self-diagnosis risks: when social media replaces the therapist. 73% inaccurate info, confirmation bias. A CBT analysis.
Quarter-Life Crisis: When Nothing Makes Sense
Quarter-life crisis at 25-35: everything looks fine on paper but nothing makes sense. Understanding this phase and finding direction with ACT.
Seasonal Depression: When Winter Weighs You Down
Seasonal depression: why winter affects you and validated solutions including light therapy, CBT, and behavioral activation.