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/section1 credit

List the topics in one DonanımHaber Forum section, newest activity first, with pagination (65 topics per page). Each row carries the title, the site's own opening-post teaser, the thread starter, reply and view counts, and the last-post timestamp — enough to monitor a section without opening a single thread.

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

Hit Send to run this endpoint live.

Playground · ReefAPI