Skip to Content
APIResearch APIOverview

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/v1

All endpoints require a bearer token — see Authentication.

Endpoint summary

Method & pathPurpose
GET /research/studiesList longitudinal & topical studies — see Studies
GET /research/publicationsList publications — see Publications
GET /research/datasetsList downloadable datasets
GET /research/datasets/{id}/downloadExport 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.

Next steps