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

a team's full schedule + results (per-team, unlike league fixtures)

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.

Team id. ESPN actions use the ESPN team id (from the team action); SofaScore team actions use the SofaScore team id.

Season year (soccer standings need it; default current season).

request preview
curl -X POST https://api.reefapi.com/sports-data/v1/team_schedule \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"sport":"basketball","league":"nba","team_id":"13"}'

Hit Send to run this endpoint live.