v1

latestOpenAPI 3.0.32026-07-144334213.8 KB
V2 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"
    }
  ]
}