v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V2 API Schedule

Get Next Soccer Events by League

List the next 5 events in a league using its unique ID.

get/schedule/next/league/{idLeague}

Path parameters

idLeagueinteger required

The ID of the league to get the next events for.

Response

List of next scheduled soccer events for the specified league

Example response

{
  "schedule": [
    {
      "strSport": "Motorsport"
    }
  ]
}