Plagiarism Statistics
Developer API

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.

Endpoints
GET/v1/

API index — windows, freshness, endpoint list.

GET/v1/countries

Country rates per 100k publications.

windowregionbelow=trueformat=csv
GET/v1/institutions

Institution rates (DOI→ROR join).

windowformat=csv
GET/v1/disciplines

Discipline rates (OpenAlex fields).

windowformat=csv
GET/v1/country/{code}

Single country (ISO-2) with rank + region peers.

window
GET/v1/cases

Notable documented cases (Wikipedia).

type
GET/v1/news

News-mention timeline + recent coverage (GDELT).

Examples
# Asian countries, recent window
curl "https://stats-api.noplag.app/v1/countries?window=2020-2024&region=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"
Open for non-commercial and commercial reuse with attribution. High-volume or commercial bulk access (mirrors, derived products) will have a separate tier — contact details land with the production release. Data updates on a fixed cadence (countries/institutions monthly, cases weekly, news daily); responses are cached for an hour.
Developer API — Plagiarism Statistics