The playground
Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/wikipedia/v1/top_articles1 credit
most-viewed articles for a given date (trending)
Working example
Parameters
Day to rank, YYYY-MM-DD or YYYYMMDD. Defaults to yesterday (today lags).
Max results (1-1000, default 50); clamped. (1–1000)
Wikimedia Pageviews access channel (passed through to the REST API).
Keep special pages (Main_Page, Special:Search) in the ranking; default drops them.
Wikipedia language edition code (en, de, fr, ja, … 360+ editions). Default en.
request preview
curl -X POST https://api.reefapi.com/wikipedia/v1/top_articles \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"date":"2024-01-15"}'Hit Send to run this endpoint live.