F1 Competitor Profile provides detailed driver information including debut date, first points, first pole, and first victory.
Update Frequency300s Time To Live / Cache
Data Points
<Accordion title="Competitor" icon="fa-duotone fa-thin fa-flag-checkered">
| Attribute | Parent Element | Type | Description | | --------- | -------------- | ---- | ----------- | | `abbreviation` | `competitor` | String | Abbreviation for a competitor name<br /><br />ex. `NOR` (Norris, Lando) | | `country_code` | `competitor` | String | Country code of a competitor<br /><br />ex. `IOT` (British Indian Ocean Territory) | | `gender` | `competitor` | String | Gender for a competitor<br /><br />`male`, `female` | | `id` | `competitor` | String | Unique ID for a competitor<br /><br />ex. `sr:competitor:495898` | | `name` | `competitor` | String | Name for a competitor<br /><br />ex. `Norris, Lando` | | `nationality` | `competitor` | String | Nationality of a competitor<br /><br />ex. `British Indian Ocean Territory` |
</Accordion>
<Accordion title="Competitor Info" icon="fa-duotone fa-thin fa-flag-checkered">
| Attribute | Parent Element | Type | Description | | --------- | -------------- | ---- | ----------- | | `car_nickname` | `info` | String | Nickname of a competitor's car<br /><br />ex. `McLaren` | | `car_number` | `info` | String | Driver's racing number for the current season<br /><br />ex. `1` | | `dateofbirth` | `info` | Date | Date of birth of a competitor<br /><br />ex. `1999-11-13` | | `debut` | `info` | Date | Debut date of a competitor<br /><br />ex. `2019-03-17` | | `first_points` | `info` | String | Date of a competitor's first points received<br /><br />ex. `2019-03-31` | | `first_pole` | `info` | String | Date of a competitor's first pole<br /><br />ex. `2019-03-31` | | `first_victory` | `info` | String | Date of a competitor's first victory<br /><br />ex. `2019-03-31` | | `placeofbirth` | `info` | String | Place of birth of a competitor<br /><br />ex. `Stevenage` | | `placeofbirth_id` | `info` | String | Unique ID for a place of birth of a competitor<br /><br />ex. `sr:city:1133` | | `url_official` | `info` | String | Official website of a competitor<br /><br />ex. `http://www.lewishamilton.com/` | | `wcs_won` | `info` | Integer | Number of World Drivers' Championship titles for a competitor | | `weight` | `info` | Integer | Weight of a competitor in kilograms<br /><br />ex. `71` | | `country` | `info` | String | Country of a competitor<span>*Attribute is not currently supported* | | `height` | `info` | Integer | Height of a competitor in centimeters<br /><br />ex. `175` | | `salary` | `info` | String | Salary of a competitor<span>*Attribute is not currently supported* |
</Accordion>
<Accordion title="Team" icon="fa-duotone fa-thin fa-flag-checkered">
| Attribute | Parent Element | Type | Description | | --------- | -------------- | ---- | ----------- | | `abbreviation` | `teams` - `team` | String | Abbreviation for a team name<br /><br />ex. `MCL` (McLaren) | | `id` | `teams` - `team` | String | Unique ID for a team<br /><br />ex. `sr:competitor:4514` | | `name` | `teams` - `team` | String | Name for a team<br /><br />ex. `McLaren` | | `gender` | `teams` - `team` | String | Gender for a team<br /><br />`male`, `female` | | `nationality` | `teams` - `team` | String | Nationality of a team<br /><br />ex. `Great Britain` | | `country_code` | `teams` - `team` | String | Country code of a team<br /><br />ex. `GBR` (Great Britain) |
</Accordion>