Open data

Data & API

The whole database is free to download and query. No key needed. Licensed CC BY 4.0.

EndpointReturns
GET /api/studiesAll 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/behaviorsAll behaviors with their linked studies and relations.
GET /research/download/studies.csvStudies as CSV (filters supported).
GET /research/download/behaviors.csvBehaviors as CSV.

Example

curl "https://psysec.io/api/studies?stance=challenges&sort=citations"