UnifyAPI
← Back to catalog

bdl.teams

mock data$0.001 / call

Sports Teams

List NBA and NFL teams with conference, division, city, and abbreviation. Filter by conference (East/West for NBA, AFC/NFC for NFL) or division (BallDontLie)

Science & Researchprovider: Bdl#bdl#science

Input schema

limit

Max results (1-30, default 30)

integer
sport

Sport league: "nba" (default) or "nfl"

string
division

Filter by division (e.g. "Atlantic", "Pacific" for NBA)

string
conference

Filter by conference (e.g. "East", "West" for NBA; "AFC", "NFC" for NFL)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/bdl.teams \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":30,"sport":"nba","division":"<division>","conference":"<conference>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.