get https://api.sportradar.com/nascar-ot3///standings/rookies.
NASCAR Rookie Standings provides detailed rookie driver standings and season statistics, including starting position, finishing position, and laps completed averages.
Update Frequency
2s Time To Live / Cache
Data Points
Series & Events:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | series - season | GUID | Unique ID of a season ex. 81d2010a-8a5d-4e69-b2ec-cc21c3f988ce |
year | series - season | String | Year of a season |
alias | series | String | Abbreviation for a NASCAR series ex. CUP or TRUCK |
id | series | GUID | Unique ID of a series ex. 3e32047e-4ff3-4e35-a607-1546a2c32214 |
name | series | String | Name of a NASCAR series ex. NASCAR Cup Series or NASCAR Camping World Truck Series |
Drivers:
Attribute | Parent Element | Type | Description |
---|---|---|---|
first_name | driver | String | First name of a driver ex. Kevin |
full_name | driver | String | Full name of a driver ex. Kevin Harvick |
id | driver | GUID | Unique ID of a driver ex. 9d18716c-fd73-48d4-b3da-44228c767b84 |
in_chase | driver | Boolean | Signifies a driver is in playoff contention |
last_name | driver | String | Last name of a driver ex. Harvick |
status | driver | String | Status of a driverACT (Active),RET (Retired) |
Season Standings:
Attribute | Parent Element | Type | Description |
---|---|---|---|
avg_finish_position | driver | Decimal | Average finish position of a driver ex. 13.4722 |
avg_laps_completed | driver | Decimal | Average laps completed in a race ex. 258.1389 |
avg_start_position | driver | Decimal | Average start position of a driver ex. 13.4722 |
chase_bonus | driver | Integer | Number of bonus points. Wins (5 pts) + Stage Wins (1 pt) + Regular Season Standings (1-15 pts) |
chase_stage_wins | driver | Integer | Number of stage wins during the playoffs |
chase_wins | driver | Integer | Number of wins during the playoffs |
dnf | driver | Integer | Number of races a driver did not finish |
laps_led | driver | Integer | Number of laps led |
laps_led_pct | driver | Decimal | Laps led percentage ex. 7.64 |
money | driver | Decimal | Money earned. Note: This is no longer supported in years 2016 or later. |
points | driver | Integer | Number of points in a season |
behind | driver | Integer | Number of points behind the leader ex. -5 |
poles | driver | Integer | Number of poles |
rank | driver | Integer | Season standings rank |
stage_wins | driver | Integer | Number of stage wins |
starts | driver | Integer | Number of starts |
top_5 | driver | Integer | Number of top 5 finishes |
top_10 | driver | Integer | Number of top 10 finishes |
top_15 | driver | Integer | Number of top 15 finishes |
top_20 | driver | Integer | Number of top 20 finishes |
laps_completed | driver | Integer | Number of laps completed |
wins | driver | Integer | Number of race wins |