Live scores and schedules for NFL, NBA, and MLB. Free, no API key required.
https://api.apiclearinghouse.com/v1/call/espnAuthenticate with X-Api-Key: chk_live_... header.
/nfl| Name | Type | Required | Description |
|---|---|---|---|
| dates | string | optional | Date (YYYYMMDD) or range (YYYYMMDD-YYYYMMDD). Defaults to current week. |
| limit | number | optional | Max games returned(default: 10) |
curl -s "https://api.apiclearinghouse.com/v1/call/espn/nfl?dates={dates}&limit=10" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"games": "example"
}
}/nba| Name | Type | Required | Description |
|---|---|---|---|
| dates | string | optional | Date (YYYYMMDD). Defaults to today. |
| limit | number | optional | Max games returned(default: 10) |
curl -s "https://api.apiclearinghouse.com/v1/call/espn/nba?dates={dates}&limit=10" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"games": "example"
}
}/mlb| Name | Type | Required | Description |
|---|---|---|---|
| dates | string | optional | Date (YYYYMMDD). Defaults to today. |
| limit | number | optional | Max games returned(default: 10) |
curl -s "https://api.apiclearinghouse.com/v1/call/espn/mlb?dates={dates}&limit=10" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"games": "example"
}
}No setup required. Sign in and run ESPN Sports directly from your browser.
Open in Explorer →Monthly limits also apply per plan.