v1

latestOpenAPI 3.0.02026-07-2678105413.1 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"
    }
  ]
}