# Metadata & Per-Season Data Type Reference

### Fixture

Include: `metadata`

<table><thead><tr><th width="80.24609375">ID</th><th width="149.5546875">Name</th><th width="275.41796875">Developer Name/Code</th><th width="199.765625">Value Type</th><th width="374.96875">Description</th></tr></thead><tbody><tr><td>9737</td><td>Is Qualification</td><td>IS_QUALIFICATION / is-qualification</td><td>boolean</td><td>Indicates if the session is 1/3rd of a (Sprint) Qualification session</td></tr><tr><td>9734</td><td>Sprint Race</td><td>SPRINT_RACE / sprint-race</td><td>boolean</td><td>Indicates if the session is a Sprint Race and the Sprint Points system is applied</td></tr><tr><td>164</td><td>Has Standings</td><td>HAS_STANDING / has-standings</td><td>boolean</td><td>Indicates if the session has points which are calculated in the standings</td></tr><tr><td>172</td><td>Split Points Rule</td><td>SPLIT_POINTS_RULE / split-points-rule</td><td>boolean</td><td>Indicates if the session has the half points rule applied</td></tr><tr><td>9736</td><td>Current Lap</td><td>CURRENT_LAP / current-lap</td><td>object (lap)</td><td>Contains the current lap number</td></tr><tr><td>105427</td><td>Total Laps</td><td>TOTAL_LAPS / total-laps</td><td>object (laps)</td><td>Contains the total number of laps</td></tr><tr><td>9716</td><td>Fastest Lap</td><td>FASTEST_LAP / fastest-lap</td><td>object (time, lap_number)</td><td>Contains information about the fastest lap in the entire session</td></tr><tr><td>114509</td><td>Race Distance</td><td>RACE_DISTANCE / race-distance</td><td>object (distance)</td><td>Contains the race distance (formatted in kilometers, suffixed with km)</td></tr><tr><td>110619</td><td>Legacy ID</td><td>LEGACY_ID / legacy-id</td><td>object (legacy_id)</td><td>Contains the v1 stage ID</td></tr></tbody></table>

### Venue

Include: `metadata`

<table><thead><tr><th width="80.234375">ID</th><th width="149.8984375">Name</th><th width="249.875">Developer Name/Code</th><th width="199.7890625">Value Type</th><th width="399.6328125">Description</th></tr></thead><tbody><tr><td>109729</td><td>Track Length</td><td>TRACK_LENGTH / track-length</td><td>object (length)</td><td>Contains the track length (formatted in kilometers, with 3 decimal precision, suffixed with km)</td></tr><tr><td>109730</td><td>Track Direction</td><td>TRACK_DIRECTION / track-direction</td><td>object (direction)</td><td>Contains the track direction (clockwise, anti-clockwise, 50/50)</td></tr><tr><td>109731</td><td>Track Type</td><td>TRACK_TYPE / track-type</td><td>object (type)</td><td>Contains the track type (race-circuit, street-circuit)</td></tr><tr><td>113403</td><td>Grand Prix Name</td><td>GRAND_PRIX_NAME / grand-prix-name</td><td>object (name)</td><td>Contains the Grand Prix name related to the track</td></tr><tr><td>116347</td><td>Track First Grand Prix</td><td>TRACK_FIRST_GRAND_PRIX / track-first-grand-prix</td><td>object (season)</td><td>Contains the season of the track first held Grand Prix</td></tr><tr><td>116348</td><td>Track Turns</td><td>TRACK_TURNS / track-turns</td><td>object (turns)</td><td>Contains the number of turns on the track</td></tr><tr><td>116349</td><td>Track DRS Zones</td><td>TRACK_DRS_ZONES / track-drs-zones</td><td>object (drs_zones)</td><td>Contains the number of DRS zones on the track</td></tr><tr><td>116473</td><td>Track Straight Mode Zones</td><td>TRACK_STRAIGHT_MODE_ZONES / track-straight-mode-zones</td><td>object (straight_mode_zones, straight_mode_zone_list)</td><td>Contains the number of Straight Mode zones on the track and a list of the closest start and end turn numbers</td></tr><tr><td>116474</td><td>Track Overtake Points</td><td>TRACK_OVERTAKE_POINTS / track-overtake-points</td><td>object (overtake_detection_point, overtake_activation_point)</td><td>Contains the turn numbers closest to the overtake detection and activation points on the track</td></tr><tr><td>116476</td><td>Track Speed Trap Point</td><td>TRACK_SPEED_TRAP_POINT / track-speed-trap-point</td><td>object (speed_trap_point)</td><td>Contains the turn number closest to the speed trap point on the track</td></tr><tr><td>110619</td><td>Legacy ID</td><td>LEGACY_ID / legacy-id</td><td>object (legacy_id)</td><td>Contains the v1 track ID</td></tr></tbody></table>

### Team

Include: `seasonDetails`

<table><thead><tr><th width="79.6484375">ID</th><th width="149.8984375">Name</th><th width="249.9375">Developer Name/Code</th><th width="200.3984375">Value Type</th><th width="400.11328125">Description</th></tr></thead><tbody><tr><td>109854</td><td>Engine</td><td>ENGINE / engine</td><td>object (engine)</td><td>Contains the engine name of the team car</td></tr><tr><td>109855</td><td>Chassis</td><td>CHASSIS / chassis</td><td>object (chassis)</td><td>Contains the chassis name of the team car</td></tr><tr><td>109856</td><td>Team Color</td><td>TEAM_COLOR / team-color</td><td>object (color_code)</td><td>Contains the team color in hexadecimal</td></tr><tr><td>109857</td><td>Team Lead</td><td>TEAM_LEAD / team-lead</td><td>object (team_lead)</td><td>Contains the name of the team lead</td></tr><tr><td>109858</td><td>Technical Lead</td><td>TECHNICAL_LEAD / technical-lead</td><td>object (technical_lead)</td><td>Contains the name of the team technical lead</td></tr><tr><td>109861</td><td>Team Name</td><td>TEAM_NAME / team-name</td><td>object (name)</td><td>Contains the name the team is/was known as during this season</td></tr><tr><td>109862</td><td>Team Image</td><td>TEAM_IMAGE / team-image</td><td>object (image_path)</td><td>Contains the URL of the logo the team used during this season</td></tr><tr><td>110619</td><td>Legacy ID</td><td>LEGACY_ID / legacy-id</td><td>object (legacy_id)</td><td>Contains the v1 team ID</td></tr></tbody></table>

### Driver

Include: `metadata`

<table><thead><tr><th width="79.734375">ID</th><th width="150.0078125">Name</th><th width="249.91796875">Developer Name/Code</th><th width="199.91015625">Value Type</th><th width="399.8203125">Description</th></tr></thead><tbody><tr><td>109851</td><td>Debut Season</td><td>DEBUT_SEASON / debut-season</td><td>object (season)</td><td>Contains the debut season (year) of the driver</td></tr><tr><td>109852</td><td>Debut Track</td><td>DEBUT_TRACK / debut-track</td><td>object (track)</td><td>Contains the track name the driver debuted at</td></tr><tr><td>109853</td><td>Debut Result</td><td>DEBUT_RESULT / debut-result</td><td>object (result)</td><td>Contains the result position (e.g. P14) or status (e.g. DNF) of the drivers debut</td></tr><tr><td>109984</td><td>Short Name</td><td>SHORT_NAME / short-name</td><td>object (short_name)</td><td>Contains three-letter short name of the driver</td></tr><tr><td>110619</td><td>Legacy ID</td><td>LEGACY_ID / legacy-id</td><td>object (legacy_id)</td><td>Contains the v1 driver ID (Other IDs, used in older seasons, are available via the <code>seasonDetails</code> include)</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportmonks.com/v3/motorsport-api/welcome/metadata-and-per-season-data-type-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
