Get Team By ID
GET Team by ID
GET Team by IDhttps://f1.sportmonks.com/api/v1.0/teams/{ID}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= etc. to your request url.
Include options
drivers
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?api_token={API_TOKEN} "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"
},Last updated
Was this helpful?