Open data
Data & API
The whole database is free to download and query. No key needed. Licensed CC BY 4.0.
| Endpoint | Returns |
|---|---|
GET /api/studies | All studies as JSON. Accepts the same filters as the studies page: q, stance, principle, tactic, chain, method, topic, sort. |
GET /api/studies/{slug} | One study, with linked behaviors. |
GET /api/behaviors | All behaviors with their linked studies and relations. |
GET /research/download/studies.csv | Studies as CSV (filters supported). |
GET /research/download/behaviors.csv | Behaviors as CSV. |
Example
curl "https://psysec.io/api/studies?stance=challenges&sort=citations"