GET Livescores
GET Livescores
GET Livescoreshttps://f1.sportmonks.com/api/v1.0/livescores/nowEndpoint 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
track stages
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/livescores/now?api_token={API_TOKEN}{
"data": [
{
"id": 115336564,
"name": "Race",
"track_id": 3,
"season_id": 7,
"length": null,
"city": "Losail",
"distance": 307.6,
"total_laps": 57,
"laps_running": 6,
"fastest_lap": null,
"time": {
"status": "Live",
"starting_at": {
"date_time": "2022-03-20 15:00:00",
"date": "2022-03-20",
"time": "15:00:00",
"timestamp": 1647788400,
"timezone": "UTC"
}
},
"results": {
"data": [
{
"driver_id": 232402,
"team_id": 15,
"track_id": 3,
"season_id": 7,
"stage_id": 115336564,
"position": 2,
"driver_time": "1:40.816",
"driver_time_int": "2.104s",
"best_lap_time": "1:40.816",
"laps": 6,
"grid": "1",
"pit": "0",
"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,
}
}
},
{
"driver_id": 232394,
"team_id": 13,
"track_id": 3,
"season_id": 7,
"stage_id": 115336564,
"position": 4,
"driver_time": "1:45.418",
"driver_time_int": "6.706s",
"best_lap_time": "1:45.418",
"laps": 6,
"grid": "2",
"pit": "0",
"retired": false,
"fasted_lap_time": null,
"fasted_lap": null,
"driver": {
"data": {
"id": 232394,
"team_id": 13,
"name": "Lewis Hamilton (ENG)",
"short_name": "HAM",
"number": 44,
Last updated
Was this helpful?