Get Season Race Results
GET Driver SeasonRace Results
GET Driver SeasonRace Resultshttps://f1.sportmonks.com/api/v1.0/drivers/{ID}/season/{seasonID}/resultsEndpoint details
Authorization
API Key
Pagination
NO
Allowed nested includes
10
Parameters
Available parameters
include
Enrich the API with more data and/or nested includes. Can be used by adding &include= etc. to your request url.
Include options
results.track
Includes are the cornerstone of our API and allow you to enrich and customize your requests. This flexibility is what distinguishes us from our competitors.
Example response
https://f1.sportmonks.com/api/v1.0/drivers/232402/season/6/results?api_token={API_TOKEN} "data": {
"id": 232402,
"team_id": 15,
"name": "Max Verstappen (NED)",
"short_name": "VER",
"number": 33,
"image_path": "https://cdn.sportmonks.com/images/f1/drivers/maxverstappen.png",
"results": {
"data": [
{
"driver_id": 232402,
"team_id": 15,
"track_id": 3,
"season_id": 6,
"stage_id": 115320811,
"position": 2,
"driver_time": "1:32:04.642",
"driver_time_int": "0.745s",
"best_lap_time": null,
"laps": 56,
"grid": "3",
"pit": "2",
"retired": false,
"fasted_lap_time": null,
"fasted_lap": null,
"driver": {
"data": {
"id": 232402,
"team_id": 15,
"name": "Max Verstappen (NED)",
"short_name": "VER",
"number": 33,
"image_path": "https://cdn.sportmonks.com/images/f1/drivers/maxverstappen.png"
}
}
},
{
"driver_id": 232402,
"team_id": 15,
"track_id": 26,
"season_id": 6,
"stage_id": 115320818,
"position": 1,
"driver_time": "2:02:34.598",
"driver_time_int": "2:02:34.598",
"best_lap_time": null,
"laps": 63,
"grid": null,
"pit": "2",
"retired": false,
"fasted_lap_time": null,
"fasted_lap": null,
"driver": {
"data": {
"id": 232402,
"team_id": 15,
"name": "Max Verstappen (NED)",
"short_name": "VER",
"number": 33,
"image_path": "https://cdn.sportmonks.com/images/f1/drivers/maxverstappen.png"
}
}
},
{
"driver_id": 232402,
"team_id": 15,
"track_id": 37,
"season_id": 6,
"stage_id": 115320825,
"position": 2,
"driver_time": "1:35:00.569",
"driver_time_int": "29.148s",
"best_lap_time": null,
"laps": 66,
"grid": null,
"pit": "4",
"retired": false,
"fasted_lap_time": null,
"fasted_lap": null,
"driver": {
"data": {
"id": 232402,
"team_id": 15,
"name": "Max Verstappen (NED)",
"short_name": "VER",
"number": 33,
"image_path": "https://cdn.sportmonks.com/images/f1/drivers/maxverstappen.png"
}
}
},Last updated
Was this helpful?