v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV2 API Livescores
Get live scores for a specific league by ID
Show the current Livescores for a particular league by its unique ID.
get/livescore/{leagueId}
Path parameters
leagueIdinteger required
The ID of the sport to get live scores for.
Response
List of live scores for the specified sport
Example response
{
"livescore": [
{
"strSport": "Ice Hockey"
}
]
}