Top Leagues
Last updated
Last updated
GET
/SportApi/GetTopLeague/{clientKey}/{language}
The GET {baseurl}/SportApi/GetTopLeague/{ClientKey}/{language}
endpoint is used to retrieve a list of top sports leagues, sorted by their ranking. Each entry in the response array provides information about the tournament, including:
tournamentId
: A unique identifier for the tournament.
tournamentName
: The name of the tournament or league.
isoCode
: The ISO country code associated with the tournament.
sort
: A number representing the sort order for displaying the leagues.
hasLive
: A boolean indicating if there are live events currently available in the tournament.
This endpoint is useful for clients wanting to display a sorted list of popular sports leagues across different regions and languages.