v1

latestOpenAPI 3.0.32026-07-144334213.8 KB
V2 API Livescores

Get all live scores for all sports

Show the current Livescores for all sports.

get/livescore/all

Response

List of live scores for the specified sport

Example response

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