v1

latestOpenAPI 3.0.32026-07-144334213.8 KB
V2 API Schedule

Get Previous Soccer Events by League

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

get/schedule/previous/league/{idLeague}

Path parameters

idLeagueinteger required

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

Response

List of previous soccer events for the specified league

Example response

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