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/conferences1 credit
league conferences/divisions/groups (college conference directory)
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.
request preview
curl -X POST https://api.reefapi.com/sports-data/v1/conferences \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"sport":"basketball","league":"ncaam"}'Hit Send to run this endpoint live.