Skip to main content

Free Psychology API: Access 300+ CBT Articles and 25 Validated Tests

Gildas GarrecCBT Psychopractitioner
3 min read

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éance

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.

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

  • Check the full documentation on the API page
  • Test an endpoint directly in your browser
  • Integrate the calls into your project
  • ```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.

    📖
    Lire sur Psycho-Tests

    Retrouvez cet article sur le site principal avec des ressources complementaires.

    Need clarity before deciding?

    Analyse your conversation for free on ScanMyLove.

    Free dashboard — Essential Report free

    Start free analysis

    Besoin d'un accompagnement personnalisé ?

    Gildas Garrec, Psychopraticien TCC — Séances en visioséance (90€ / 75 min) ou en cabinet à Nantes.

    Prendre RDV en visioséance →
    🧠
    Discover our 14 clinical psychology models

    Gottman, Young, Attachment, Beck, Sternberg, Chapman, NVC and 7 other models applied to your conversations.

    Partager cet article :

    Free Psychology API: Access 300+ CBT Articles and 25 Validated Tests | Analyse de Conversation - ScanMyLove