Skip to main content

Teams API Documentation

Requirement

You need an API key to use OddsBlaze. Get access at www.oddsblaze.com.

Description

This endpoint returns teams.

API Endpoint

https://teams.oddsblaze.com/

Parameters

key (required)

Your OddsBlaze API key.

league (required)

The league id (e.g. nba).

Example URLs

NBA teams:

https://teams.oddsblaze.com/?key=your_key&league=nba

NCAAB teams:

https://teams.oddsblaze.com/?key=your_key&league=ncaab

Example Response

{
"updated": "2026-03-21T22:00:51.394Z",
"league": {
"id": "nba",
"name": "NBA",
"sport": "Basketball"
},
"teams": [
{
"id": "80205612-673a-5095-a519-1b28b63e5eff",
"name": "Boston Celtics",
"abbreviation": "BOS",
"mappings": {
"ESPN": {
"id": "2"
},
"Flashscore": {
"id": "KYD9hVEm"
},
"NBA": {
"id": "1610612738"
},
"Sofascore": {
"id": "3422"
},
"SportsDataIO": {
"id": "9"
}
}
},
{
"id": "3f3d2d60-2918-513d-8350-a94468291e5d",
"name": "Los Angeles Lakers",
"abbreviation": "LAL",
"mappings": {
"ESPN": {
"id": "13"
},
"Flashscore": {
"id": "ngegZ8bg"
},
"NBA": {
"id": "1610612747"
},
"Sofascore": {
"id": "3427"
},
"SportsDataIO": {
"id": "27"
}
}
}
]
}