v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV2 API Schedule
Get Previous Soccer Events by Venue
List the previous 5 events for a venue using its unique ID.
get/schedule/previous/venue/{idVenue}
Path parameters
idVenueinteger required
The ID of the venue to get the previous events for.
Response
List of previous soccer events for the specified venue
Example response
{
"schedule": [
{
"strSport": "Motorsport"
}
]
}