Real-time stats, player insights, and game analytics for developers, analysts, and sports enthusiasts.
Select a sport to view pricing:
A comprehensive sports data platform built with modern tech stacks in mind
Built on a scalable infrastructure with 99.9% uptime and lightning-fast response times
Clean JSON responses, consistent endpoints, and thorough documentation
Real-time stats, historical data, and deep analytics across multiple sports
Start free and scale up based on your needs with sport-specific pricing
First-class libraries for JavaScript and Python to get you started in minutes
Rate limits, authentication, and support plans designed for businesses
Data Analytics
Fantasy Sports
Scoreboard Apps
Sports News and Media
Player Performance Tracking
Machine Learning Data
Betting Platforms
Internal Tools for Teams
Predictive Modeling
We provide libraries for JavaScript and Python to make it easy to interact with our API.
1import { BalldontlieAPI } from "@balldontlie/sdk";
2
3const api = new BalldontlieAPI({ apiKey: "your-api-key" });
4
5// Get NBA stats
6await api.nba.getStats({ dates: ["2024-11-13", "2024-11-14"] });
7
8// Get NFL stats
9await api.nfl.getStats({ seasons: [2024] });
10
11// Get MLB stats
12await api.mlb.getStats({ player_ids: [208] });
13
14// Get EPL stats
15await api.epl.getPlayerStatsLeaders({
16 season: 2024,
17 type: "goals",
18});
19
20// Many more endpoints available!
1from balldontlie import BalldontlieAPI
2
3api = BalldontlieAPI(api_key="your-api-key")
4
5# Get NBA stats
6api.nba.stats.list(dates=["2024-11-13", "2024-11-14"])
7
8# Get NFL stats
9api.nfl.stats.list(seasons=[2024])
10
11# Get MLB stats
12api.mlb.stats.list(player_ids=[208])
13
14# Get EPL stats
15api.epl.leaders.players.list(
16 season=2024,
17 type="goals",
18)
19
20# Many more endpoints available!
Access the most affordable and comprehensive sports API on the market.
Get started exploring basic endpoints at no cost
5 requests/min
Basic endpoints only
Access more data with sport-specific subscriptions
60 requests/min
Most game & team data
Unlock all endpoints for your selected sport
600 requests/min
All data for one sport
Complete access to all sports and all endpoints
600 requests/min
All data for all sports
Endpoint | FREE | ALL-STAR ($9.99) | GOAT ($39.99) |
---|---|---|---|
Teams | |||
Team Players | |||
Games + Live Scores | |||
Players | |||
Team Standings | |||
Player Season Stats | |||
Team Season Stats | |||
Player Stats Leaders | |||
Team Stats Leaders | |||
Game Lineups | |||
Game Goals | |||
Game Team Stats | |||
Game Player Stats |
BALLDONTLIE LLC, 2025