Documentation Index
Fetch the complete documentation index at: https://mintlify.com/TracingInsights/tif1/llms.txt
Use this file to discover all available pages before exploring further.
Fast F1 Data Access
A high-performance Python library for accessing Formula 1 timing data with a fastf1-compatible API. Get lap times, telemetry, and race data from 2018-current.
Quick Start
Get up and running with tif1 in minutes
Explore by Topic
Everything you need to work with Formula 1 data
Core Concepts
Fastest Laps
Telemetry Analysis
Caching
Polars Backend
CLI Tools
Key Features
Fast Performance
Direct CDN access via jsDelivr with SQLite caching. No session.load() required - data fetches lazily in seconds.
Complete Data
Lap times, sectors, telemetry, tire compounds, and position data from 2018-current. All the data you need for analysis.
fastf1 Compatible
Drop-in replacement for fastf1 with the same API. Migrate existing code with minimal changes.
Flexible Backends
Choose between pandas (default) or polars (2x faster) backends. Type-safe with comprehensive type hints.