APIHub
Back to Explore

balldontlie

The balldontlie API offers read‑only access to NBA data, allowing retrieval of games, players, teams, and per‑game statistical records, with optional filters such as season, team IDs, player IDs, and search queries.

Sports & Fitness
No auth required
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

1252ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/api/v1/games

all games (example parameters)

  • seasons[] (query)
  • team_ids[] (query)
GET

/api/v1/games/32881

specific game

GET

/api/v1/players

all players (search)

  • search (query)
GET

/api/v1/players/237

specific player

GET

/api/v1/stats

all stats (example parameters)

  • season[] (query)
  • player_ids[] (query)
GET

/api/v1/teams

all teams

GET

/api/v1/teams/1

specific team

7 endpoints auto-detected

curl -X GET \
  "https://www.balldontlie.io/api/v1/games"

www.balldontlie.io · HTTPS only