Sportradar NBA v8

Number of APIs: 31

Sportradar is the Official Data Provider of NBA statistics. We combine on-venue speed, detailed game and seasonal statistics, and advanced metrics for a full basketball experience. Every NBA game – including preseason – updates in real-time, with live event positional data.

The NBA API is consistent in structure, format, and behavior with our other League Specific APIs. Our primary feeds return schedules, standings, team/player data, and real-time scores.

Our other NBA feeds provide a host of complimentary statistics and information, including:

  • Rankings
  • League leaders
  • Game splits
  • Season splits
  • Injuries
  • Free agents
  • Draft information
  • Live advanced metrics
  • In-game substitution info
  • Live event positional data

Real-time customers are also offered five delivery Push Feeds to enhance speed.

The easiest way to get started with the API is to click the fork button to fork this collection to your own workspace and use Qodex to send requests.

To receive trial access, visit this page.

  1. Teams GET {{baseUrl}}/:locale/league/teams.{{format}}

  2. Daily Schedule GET {{baseUrl}}/:locale/games/:year/:month/:day/schedule.{{format}}

  3. Daily Change Log GET {{baseUrl}}/:locale/league/:year/:month/:day/changes.{{format}}

  4. Daily Injuries GET {{baseUrl}}/:locale/league/:year/:month/:day/daily_injuries.{{format}}

  5. Daily Transfers GET {{baseUrl}}/:locale/league/:year/:month/:day/transfers.{{format}}

  6. Draft Summary GET {{baseUrlDraft}}/:locale/:year/draft.{{format}}

  7. Free Agents GET {{baseUrl}}/:locale/league/free_agents.{{format}}

  8. Game Boxscore GET {{baseUrl}}/:locale/games/:game_id/boxscore.{{format}}

  9. Game Summary GET {{baseUrl}}/:locale/games/:game_id/summary.{{format}}

  10. League Hierarchy GET {{baseUrl}}/:locale/league/hierarchy.{{format}}