Plagiarism StatisticsDeveloper API Endpoints Examples
A versioned, documented API for the data.
Every figure is available as JSON (or CSV) from a read-only API — versioned under /v1, no key, CORS-open, free to reuse with attribution (CC-BY 4.0). Responses wrap the payload in a meta (license, attribution) plus data. Rate-limited to 120 requests/minute per client.
GET
/v1/API index — windows, freshness, endpoint list.
GET
/v1/countriesCountry rates per 100k publications.
windowregionbelow=trueformat=csv
GET
/v1/institutionsInstitution rates (DOI→ROR join).
windowformat=csv
GET
/v1/disciplinesDiscipline rates (OpenAlex fields).
windowformat=csv
GET
/v1/country/{code}Single country (ISO-2) with rank + region peers.
window
GET
/v1/casesNotable documented cases (Wikipedia).
type
GET
/v1/newsNews-mention timeline + recent coverage (GDELT).
# Asian countries, recent window curl "https://stats-api.noplag.app/v1/countries?window=2020-2024®ion=Asia" # one country, with rank + regional peers curl "https://stats-api.noplag.app/v1/country/de" # institutions as CSV curl "https://stats-api.noplag.app/v1/institutions?format=csv" -o institutions.csv # notable legal cases curl "https://stats-api.noplag.app/v1/cases?type=Legal%20case"