fastf1 Motorsport
Run on Machina
Coming soon
Formula 1 data — race schedules, results, lap timing, driver and team info. Powered by the FastF1 library. Covers F1 sessions, qualifying, practice, race results, sector times, tire strategy.
Commands
| Command | Description |
|---|---|
get_race_schedule |
Full season calendar with dates and circuits |
get_race_results |
Final race classification (positions, times, points) |
get_session_data |
Raw session info (Q, FP1, FP2, FP3, R) |
get_driver_info |
Driver details from the grid |
get_team_info |
Team info with driver lineup |
get_lap_data |
Lap-by-lap timing with sectors and tire data |
get_pit_stops |
Pit stop durations and team averages |
get_speed_data |
Speed trap and intermediate speed data |
get_championship_standings |
Driver and constructor championship standings |
get_season_stats |
Aggregate season performance |
get_team_comparison |
Team head-to-head: qualifying, race pace, sectors |
get_driver_comparison |
Driver head-to-head: qualifying H2H, race H2H, pace delta |
get_tire_analysis |
Tire strategy, stint lengths, degradation rates |
Example Prompts
- Show me the F1 calendar
- How did Verstappen do at Monza?
- What were the latest F1 results?
Quick Start
# CLI
sports-skills fastf1 get_race_schedule
# Python
from sports_skills import fastf1
fastf1.get_race_schedule()