๐ŸŸ๏ธ League

SharpSports provides a unique object for each supported league.

{
  "id": "LGUE_6f8a50498ff14a97ad58f47b184116c4",
  "sportsdataioId": "49",
  "sportradarId": null,
  "oddsjamId": null,
  "sportId": "SPRT_soccer",
  "region": "N/C America",
  "name": "Leagues Cup",
  "abbr": "LEC"
}

Endpoints

๐Ÿ“œ league list

๐Ÿ”Ž league detail

id (string)

A unique identifier representing the League. Each LeagueID will start with the unique character set LGUE_.


sportsdataioId (string)

A unique identifier coresponding to the event in the sportsdataio database.


sportradarId (string)

A unique identifier coresponding to the league in the sportradar database.


oddsjamId (string)

A unique identifier coresponding to the league in the oddsjam database.


sportId (string)

The SharpSports Sport ID associated with the league.


region (string)

The general geographic region that participates in the league.


name (string)

The human-readable representation of the league.


abbr (string)

An abbreviated representation of the league name.