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/sports-data/v1/fixtures1 credit
schedule/fixtures by date or range
Working example
Parameters
Sport family (ESPN path). Required with a raw league segment; a known league key (e.g. 'nba') can resolve the sport on its own.
League key (e.g. nba, nfl, mlb, nhl, eng.1, esp.1, ita.1, ger.1, fra.1, uefa.champions, usa.1) or a raw ESPN segment ('bra.1') / cricket series id. SofaScore actions also accept a numeric tournament id.
Date filter, ESPN format YYYYMMDD (or a range 'YYYYMMDD-YYYYMMDD'). Omit for today / live.
request preview
curl -X POST https://api.reefapi.com/sports-data/v1/fixtures \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"sport":"soccer","league":"eng.1","dates":"20260301-20260331"}'Hit Send to run this endpoint live.