v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV2 API Schedule
Get Full Motorsport Schedule by League and Season
List the full seasons schedule for a league using its unique ID.
get/schedule/league/{idLeague}/{season}
Path parameters
idLeagueinteger required
The ID of the league to get the full schedule for.
seasonstring required
The season to get the full schedule for.
Response
Full schedule of motorsport events for the specified league and season
Example response
{
"schedule": [
{
"strSport": "Motorsport"
}
]
}