v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V2 API Livescores

Get live scores for a specific sport

Show the current Livescores for a particular sport.

get/livescore/{sport}

Path parameters

sportstring required

The sport to get live scores for.

Response

List of live scores for the specified sport

Example response

{
  "livescore": [
    {
      "strSport": "Ice Hockey"
    }
  ]
}