PlagiatsstatistikenEntwickler-API Endpunkte Beispiele
Eine versionierte, dokumentierte API für die Daten.
Jede Kennzahl ist als JSON (oder CSV) über eine schreibgeschützte API verfügbar — versioniert unter /v1, kein Schlüssel erforderlich, CORS-offen, freie Nachnutzung mit Namensnennung (CC-BY 4.0). Die Antworten enthalten das Nutzlastobjekt in meta (Lizenz, Namensnennung) sowie data. Zugriffsbeschränkung: 120 Anfragen pro Minute und Client.
GET
/v1/API-Index — Zeitfenster, Aktualität, Endpunktliste.
GET
/v1/countriesLänderraten pro 100 000 Publikationen.
windowregionbelow=trueformat=csv
GET
/v1/institutionsInstitutionsraten (DOI→ROR-Verknüpfung).
windowformat=csv
GET
/v1/disciplinesFachraten (OpenAlex-Fachgebiete).
windowformat=csv
GET
/v1/country/{code}Einzelnes Land (ISO-2) mit Rang und Vergleich zu regionalen Nachbarn.
window
GET
/v1/casesDokumentierte Einzelfälle (Wikipedia).
type
GET
/v1/newsZeitverlauf der Nachrichtenberichterstattung und aktuelle Meldungen (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"