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

moneyline/spread/total — event_id (pickcenter) or league (scheduled)

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.

Optional event id: returns the closing line for that game; omit for all scheduled games with odds.

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/odds \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"sport":"baseball","league":"mlb","event_id":"401815591"}'

Hit Send to run this endpoint live.