logo

The #1 API for Live Sports Data and Analytics

Real-time stats, player insights, and game analytics for developers, analysts, and sports enthusiasts.


DESIGNED BY WORLD-CLASS ENGINEERS TO FIT EVERY NEED

Data AnalyticsSports News and MediaBetting Platforms
Fantasy SportsPlayer Performance TrackingInternal Tools for Teams
Scoreboard AppsMachine Learning DataPredictive Modeling

Unlock the Power of Sports Data

Access the most affordable and comprehensive sports API on the market.

  • Start for FREE today! Explore a wide range of endpoints at no cost.
  • Only pay for the sports you love starting at $9.99/mo. Flexible, sport-specific subscriptions.
  • Go all-in with our ALL-ACCESS plan and unlock every endpoint across all sports for $89.99/mo.
view docs
EndpointFREEALL-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

Get Started in Minutes

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!

TEST THE API

About Us

-

Terms of Service

-

EPL API

-

NBA API

-

NFL API

-

MLB API

-

BALLDONTLIE LLC, 2024

-

hello@balldontlie.io