Free CBT Articles & Psychology Tests API: Access Psychology Data
📋 Assess your situation — Does this article speak to you? Take one of our 91+ psychological tests for immediate personalised results.
TL;DR : Psychology and Serenity offers a free REST API that provides structured access to metadata from over 300 cognitive behavioral therapy articles, a catalogue of 25 validated psychological tests, and aggregated research statistics on topics including attachment styles, anxiety disorders, and early childhood schemas. The API serves mental health app developers, psychology researchers, and AI assistant creators by exposing psychological data that is typically locked within academic sources, with three main endpoints returning article metadata across 17 clinical categories, test information without exposing questions or scoring systems, and research-backed statistics with source citations. The service protects user privacy by never providing full article content, test details, personal data, or medical diagnoses, operates as a standard JSON-returning REST API requiring no authentication, and implements rate limiting through HTTP headers. Available use cases include enriching mental health applications with relevant articles and tests, supporting university research with aggregated statistics, enhancing chatbot responses with verified psychological references, and powering content aggregators with structured publication data, all free to use with proper attribution to the source website.
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.
Besoin d'en parler ?
Prendre RDV en visioséanceWhat 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.
Besoin d'en parler ?
Prendre RDV en visioséance```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.
FAQ
What are the key characteristics of psychology api?
Access reliable, structured psychology data with our free CBT articles and psychology tests 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.Want to learn more about yourself?
Explore our 91+ online psychological tests with detailed PDF reports.
Start free (5 questions) — full PDF report from €1.99
Discover our tests💬
Analyze your conversations too
Import your WhatsApp, Telegram or SMS messages and discover what they reveal about your relationship. 14 clinical psychology models. 100% anonymous.
Go to ScanMyLove →👩⚕️
Need professional support?
Gildas Garrec, CBT Psychopractitioner in Nantes, offers individual therapy, couples therapy, and structured therapeutic programs.
Book a video session →Related articles
Stop Spiraling: 5 CBT Tools to Escape Anxiety's Trap
Learn 5 concrete CBT tools to stop spiraling and escape your brain's anxiety trap. Understand anxiety's mechanisms and regain control of your life.
Attachment Styles: Why You Cling or Run From Love
Understand your attachment style to transform relationships. Learn why you cling or run from love and find paths to healthier connections.
Jeffrey Young's 18 Schemas: Break Painful Cycles Now
Discover Jeffrey Young's 18 early maladaptive schemas and how schema therapy can help you heal deep-rooted emotional wounds and break free from painful cycles.
