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/page1 credit
full article: plain-text body + internal links + image list + categories + external links (content=false → structure only)
Working example
Parameters
Exact article title (case-sensitive first letter aside).
Wikipedia language edition code (en, de, fr, ja, … 360+ editions). Default en.
false (or 0/no) → return article STRUCTURE only (links/images/categories), skip the plain-text body.
Max internal links to return (1-500); clamped. (1–500)
Max images to return (1-200); clamped. (1–200)
request preview
curl -X POST https://api.reefapi.com/wikipedia/v1/page \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"title":"Albert Einstein"}'Hit Send to run this endpoint live.