v1
latestOpenAPI 3.0.32026-07-144334213.8 KBV2 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"
}
]
}