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

search videos/channels/playlists

Working example
Parameters

Search keywords. Provide `query` for a new search, or `continuation` for the next page.

Restrict results to one result kind.

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/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"lofi hip hop","type":"video","limit":"20"}'

Hit Send to run this endpoint live.