For the complete documentation index, see llms.txt. This page is also available as Markdown.

🏷️Metadata & Per-Season Data Type Reference

Fixture

Include: metadata

ID
Name
Developer Name/Code
Value Type
Description

9737

Is Qualification

IS_QUALIFICATION / is-qualification

boolean

Indicates if the session is 1/3rd of a (Sprint) Qualification session

9734

Sprint Race

SPRINT_RACE / sprint-race

boolean

Indicates if the session is a Sprint Race and the Sprint Points system is applied

164

Has Standings

HAS_STANDING / has-standings

boolean

Indicates if the session has points which are calculated in the standings

172

Split Points Rule

SPLIT_POINTS_RULE / split-points-rule

boolean

Indicates if the session has the half points rule applied

9736

Current Lap

CURRENT_LAP / current-lap

object (lap)

Contains the current lap number

105427

Total Laps

TOTAL_LAPS / total-laps

object (laps)

Contains the total number of laps

9716

Fastest Lap

FASTEST_LAP / fastest-lap

object (time, lap_number)

Contains information about the fastest lap in the entire session

114509

Race Distance

RACE_DISTANCE / race-distance

object (distance)

Contains the race distance (formatted in kilometers, suffixed with km)

113403

Grand Prix Name

GRAND_PRIX_NAME / grand-prix-name

object (name)

Contains the Grand Prix name related to the track, in exceptional cases (see the description of this type in Venue below)

141620

Flag Image Path

FLAG_IMAGE_PATH / flag-image-path

object (image_path)

Contains the image URL country flag of the country the track is in, in exceptional cases (see the description of this type in Venue below)

110619

Legacy ID

LEGACY_ID / legacy-id

object (legacy_id)

Contains the v1 stage ID

Venue

Include: metadata

ID
Name
Developer Name/Code
Value Type
Description

109729

Track Length

TRACK_LENGTH / track-length

object (length)

Contains the track length (formatted in kilometers, with 3 decimal precision, suffixed with km)

109730

Track Direction

TRACK_DIRECTION / track-direction

object (direction)

Contains the track direction (clockwise, anti-clockwise, 50/50)

109731

Track Type

TRACK_TYPE / track-type

object (type)

Contains the track type (race-circuit, street-circuit)

113403

Grand Prix Name

GRAND_PRIX_NAME / grand-prix-name

object (name)

Contains the Grand Prix name related to the track ⚠️ In exceptional cases where a different Grand Prix name is used, for example when another host country organises the event, this name will be found in Fixture metadata with this type.

141620

Flag Image Path

FLAG_IMAGE_PATH / flag-image-path

object (image_path)

Contains the image URL country flag of the country the track is in

ℹ️ This returns the flag image URL of Great Britain when the track is in England or another country within Great Britain ⚠️ In exceptional cases where the Grand Prix takes place in another host country, the flag of the original host country will be found in Fixture metadata with this type.

116347

Track First Grand Prix

TRACK_FIRST_GRAND_PRIX / track-first-grand-prix

object (season)

Contains the season of the track first held Grand Prix

116348

Track Turns

TRACK_TURNS / track-turns

object (turns)

Contains the number of turns on the track

116349

Track DRS Zones

TRACK_DRS_ZONES / track-drs-zones

object (drs_zones)

Contains the number of DRS zones on the track

116473

Track Straight Mode Zones

TRACK_STRAIGHT_MODE_ZONES / track-straight-mode-zones

object (straight_mode_zones, straight_mode_zone_list)

Contains the number of Straight Mode zones on the track and a list of the closest start and end turn numbers

116474

Track Overtake Points

TRACK_OVERTAKE_POINTS / track-overtake-points

object (overtake_detection_point, overtake_activation_point)

Contains the turn numbers closest to the overtake detection and activation points on the track

116476

Track Speed Trap Point

TRACK_SPEED_TRAP_POINT / track-speed-trap-point

object (speed_trap_point)

Contains the turn number closest to the speed trap point on the track

110619

Legacy ID

LEGACY_ID / legacy-id

object (legacy_id)

Contains the v1 track ID

Team

Include: seasonDetails

ID
Name
Developer Name/Code
Value Type
Description

109854

Engine

ENGINE / engine

object (engine)

Contains the engine name of the team car

109855

Chassis

CHASSIS / chassis

object (chassis)

Contains the chassis name of the team car

109856

Team Color

TEAM_COLOR / team-color

object (color_code)

Contains the team color in hexadecimal

109857

Team Lead

TEAM_LEAD / team-lead

object (team_lead)

Contains the name of the team lead

109858

Technical Lead

TECHNICAL_LEAD / technical-lead

object (technical_lead)

Contains the name of the team technical lead

109861

Team Name

TEAM_NAME / team-name

object (name)

Contains the name the team is/was known as during this season

109862

Team Image

TEAM_IMAGE / team-image

object (image_path)

Contains the URL of the logo the team used during this season

110619

Legacy ID

LEGACY_ID / legacy-id

object (legacy_id)

Contains the v1 team ID

Driver

Include: metadata

ID
Name
Developer Name/Code
Value Type
Description

109851

Debut Season

DEBUT_SEASON / debut-season

object (season)

Contains the debut season (year) of the driver

109852

Debut Track

DEBUT_TRACK / debut-track

object (track)

Contains the track name the driver debuted at

109853

Debut Result

DEBUT_RESULT / debut-result

object (result)

Contains the result position (e.g. P14) or status (e.g. DNF) of the drivers debut

109984

Short Name

SHORT_NAME / short-name

object (short_name)

Contains three-letter short name of the driver

110619

Legacy ID

LEGACY_ID / legacy-id

object (legacy_id)

Contains the v1 driver ID (Other IDs, used in older seasons, are available via the seasonDetails include)

Last updated

Was this helpful?