v1

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