Skip to main content

Leagues API Documentation

INFO

Authentication is not required to access this endpoint.

Description

This endpoint returns leagues on OddsBlaze.

API Endpoint

https://api.oddsblaze.com/v2/leagues.json

Example Response

[
{
"id": "cfl",
"name": "CFL",
"sport": "Football"
},
{
"id": "england-premier-league",
"name": "England Premier League",
"sport": "Soccer"
},
{
"id": "france-ligue-1",
"name": "France Ligue 1",
"sport": "Soccer"
},
{
"id": "mlb",
"name": "MLB",
"sport": "Baseball"
},
{
"id": "nba",
"name": "NBA",
"sport": "Basketball"
},
{
"id": "ncaaf",
"name": "NCAAF",
"sport": "Football"
},
{
"id": "nfl",
"name": "NFL",
"sport": "Football"
},
{
"id": "spain-laliga",
"name": "Spain LaLiga",
"sport": "Soccer"
},
{
"id": "ufc",
"name": "UFC",
"sport": "MMA"
},
{
"id": "usa-mls",
"name": "USA MLS",
"sport": "Soccer"
},
{
"id": "wnba",
"name": "WNBA",
"sport": "Basketball"
}
]