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/youtube/v1/comments1 credit

video comments (text/author/likes/replies), paginated

Working example
Parameters

YouTube video id (11 chars) or any watch/youtu.be/shorts/embed URL.

How many items to return (1-200). Paged internally; clamped to range. (1–200)

Next-page token from a previous response's `continuation` (provide this instead of the primary id to fetch the next page).

request preview
curl -X POST https://api.reefapi.com/youtube/v1/comments \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"video_id":"dQw4w9WgXcQ","limit":"20"}'

Hit Send to run this endpoint live.