The playground

Try any of 1536 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/donanimhaber/v1/topic1 credit

Full detail for one DonanımHaber Forum thread: title, the complete opening post as clean text, the author (public handle, profile, staff title, lifetime post count), published/last-updated timestamps, the section it lives in, view / post / like counts, and the replies on the requested page with their own authors, timestamps and like counts.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/donanimhaber/v1/topic \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"topic":"163852334"}'

Hit Send to run this endpoint live.

Playground · ReefAPI