The playground

Try any of 1355 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/twitch/v1/schedule1 credit

A channel's stream schedule: the next upcoming stream (start, title, category) plus the channel's recurring weekly schedule segments — each with start/end time, title, cancelled flag and the planned game/category. Returns honest-empty when the channel has not published a schedule.

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

Hit Send to run this endpoint live.