표절 통계
개발자 API

데이터를 위한 버전 관리 및 문서화된 API.

모든 수치는 읽기 전용 API를 통해 JSON(또는 CSV) 형식으로 제공됩니다 — /v1 하위에 버전 관리되며, 인증키 없이, CORS 허용, 출처 표시 시 자유롭게 재사용 가능(CC-BY 4.0). 응답은 meta(라이선스, 출처 표시)와 data로 구성됩니다. 클라이언트당 분당 120회 요청으로 제한됩니다.

엔드포인트
GET/v1/

API 인덱스 — 데이터 윈도우, 최신성, 엔드포인트 목록.

GET/v1/countries

국가별 100 000편당 비율.

windowregionbelow=trueformat=csv
GET/v1/institutions

기관별 비율(DOI→ROR 매핑).

windowformat=csv
GET/v1/disciplines

학문 분야별 비율(OpenAlex 분류).

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

단일 국가(ISO-2)별 순위 및 지역 내 비교.

window
GET/v1/cases

주요 문서화된 사례(Wikipedia 기반).

type
GET/v1/news

뉴스 언급 타임라인 및 최근 보도(GDELT 기반).

예시
# 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.
개발자 API — 표절 통계