v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V1 API List

Get All Leagues

List all the leagues supported on the website.

get/all_leagues.php

Response

Successful Response

Example response

{
  "leagues": [
    {
      "idLeague": "4328",
      "strLeague": "English Premier League",
      "strSport": "Soccer"
    }
  ]
}