nascar_weekend_feed
Get complete NASCAR race weekend data: finishing order with laps led, points, status, plus practice and qualifying results for Cup, Xfinity, or Truck series.
Instructions
One race weekend in full: the finishing order with laps led, points and status, plus every practice and qualifying run.
Returns: {weekend_race:[{race_id, race_name, track_name, results:[{finishing_position, starting_position, car_number, driver_fullname, team_name, laps_completed, laps_led, points_earned, status, delta_leader}], caution_segments, race_comments}], weekend_runs:[{run_type, run_name, results:[{finishing_position, driver_name, best_lap_time, best_lap_speed}]}]} — weekend_race is the race, weekend_runs is practice + qualifying. WARNING: results is NOT sorted and INCLUDES non-starters with finishing_position 0 (DNQ/DNS). Verified on the 2024 Daytona 500, where results[0] is a driver who did not qualify. The winner is the row with finishing_position == 1 — never results[0].
Example: One Cup race weekend {"season": 2024, "series": 1, "raceId": 5376}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raceId | Yes | Race id from nascar_race_list (the `race_id` field). Required — part of the URL path. | |
| season | Yes | Season year. Required — part of the URL path. | |
| series | No | 1 = Cup, 2 = Xfinity, 3 = Craftsman Truck. |