Research API
The Research API exposes GPTfake’s evergreen, reproducible research: longitudinal studies, publications, and downloadable datasets. It is the machine-readable counterpart to our research hub, built for academics and data journalists who need to cite and re-analyze the underlying data.
Base URL
https://api.gptfake.com/v1All endpoints require a bearer token — see Authentication.
Endpoint summary
| Method & path | Purpose |
|---|---|
GET /research/studies | List longitudinal & topical studies — see Studies |
GET /research/publications | List publications — see Publications |
GET /research/datasets | List downloadable datasets |
GET /research/datasets/{id}/download | Export a dataset |
Example
curl "https://api.gptfake.com/v1/research/publications?year=2024" \
-H "Authorization: Bearer YOUR_API_KEY"Datasets are released under an open license for academic and journalistic use. Each carries a citation block and a link to the methodology behind it. See the datasets hub for the human-facing catalog.