GET Track by ID
GET Tracks by ID
GET Tracks by IDhttps://f1.sportmonks.com/api/v1.0/tracks/{ID}Parameters
Include options
Example response
https://f1.sportmonks.com/api/v1.0/tracks/1?api_token={API_TOKEN} "data": {
"id": 1,
"name": "Australian Grand Prix",
"track": "Albert Park",
"length": "5.303 km",
"country_id": 98,
"direction": "clockwise",
"type": "street-circuit",
"image_path": "https://cdn.sportmonks.com/images/f1/circuits/albert-park-circuit.png"
},Last updated
Was this helpful?