v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V2 API Schedule

Get Next Soccer Events by Venue

List the next 5 events for a venue using its unique ID.

get/schedule/next/venue/{idVenue}

Path parameters

idVenueinteger required

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

Response

List of next scheduled soccer events for the specified venue

Example response

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