Get Season Race Results
GET
Driver Season Race Results
GET
Driver Season Race Resultshttps://f1.sportmonks.com/api/v1.0/teams/{ID}/season/{seasonID}/results
Endpoint 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 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/teams/15/season/6/results
"data": {
"id": 15,
"name": "Red Bull Racing Honda",
"engine": "Honda RA621H",
"chassis": "RB16B",
"color_code": "#0600ef",
"base": "Milton Keynes, Great-Britain",
"team_lead": "Christian Horner",
"technical_lead": "Adrian Newey",
"image_path": "https://cdn.sportmonks.com/images/f1/teams/redbull.png",
"results": {
"data": [
{
"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": 232407,
"team_id": 15,
"track_id": 26,
"season_id": 6,
"stage_id": 115320818,
"position": 11,
"driver_time": "2:03:41.749",
"driver_time_int": "67.151s",
"best_lap_time": null,
"laps": 63,
"grid": null,
"pit": "2",
"retired": false,
"fasted_lap_time": null,
"fasted_lap": null,
"driver": {
"data": {
"id": 232407,
"team_id": 15,
"name": "Sergio Perez (MEX)",
"short_name": "PER",
"number": 11,
"image_path": "https://cdn.sportmonks.com/images/f1/drivers/sergioperez.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