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