Free Psychology API
Access metadata for CBT psychology articles, a catalog of validated psychological tests and research statistics. Free, no API key.
Quick start
# List articles on attachment
curl "https://psychologieetserenite.com/api/articles?theme=Attachement"
# Get anxiety tests
curl "https://psychologieetserenite.com/api/tests?category=anxiety"
# Psychological statistics
curl "https://psychologieetserenite.com/api/stats"
Endpoints
/api/articlesList of psychology articles (metadata only).
Parameters
theme(string)Filter by category (e.g. Attachement, Couple, Anxiete)limit(number)Number of results (default 20, max 50)lang(string)Language: fr (default) or en/api/articles/{slug}Metadata for a specific article + related articles.
Parameters
slug(path)Article identifier (e.g. anxiete-couple)/api/testsCatalog of psychological tests.
Parameters
category(string)Filter by category (anxiety, relationships, personality, adhd, ocd, phobias, childhood, depression, development)/api/statsAggregated statistics on psychological topics (published research).
Limits and usage
Rate limiting
- 100 requests per hour per IP address
- Header
Retry-Afterwhen the limit is exceeded - Header
X-RateLimit-Remainingin each response
Cache
Cache-Control: public, max-age=3600- Data is updated daily
- CORS enabled for all origins
Exposed data
- Article metadata (title, description, category, date)
- Test catalog (title, description, duration, number of questions)
- Aggregated statistics (published research only)
Data NOT exposed
- Full article content
- Test questions and scoring
- Individual or personal data
Use cases
Mental health apps
Integrate validated psychological resources into your mobile or web app.
Academic research
Access statistics for your clinical psychology research.
Chatbots and AI assistants
Enrich your assistant with reliable psychological references.
Attribution
The API is free. Please mention the source in your project:
Source : Psychologie et Serenite - psychologieetserenite.comContact : contact@psychologieetserenite.com