Access Methods
You can access the data through three primary methods:Clone the Repository
Clone the entire repository to your local machine for full offline access:This downloads all race events, sessions, and telemetry data. The repository size varies as the season progresses.
Cloning is recommended if you plan to analyze multiple races or sessions, as it provides complete offline access to all data.
Download Specific Files via GitHub Web
Navigate to specific files through the GitHub web interface:
- Visit github.com/TracingInsights/2026
- Navigate through folders:
Event → Session → Driver - Click on any JSON file
- Click the “Download” button or “Raw” button
This method works well for exploring the data structure or grabbing individual files without downloading the entire repository.
Loading Data in Your Applications
Once you’ve accessed the data, you can load JSON files in any programming language:Best Practices for Local Storage
Organize by Season and Event
Keep Data Updated
If you cloned the repository, pull the latest updates regularly:TracingInsights typically updates data 30 minutes after each session concludes.
Handle Special Characters in Paths
When working with file paths programmatically, be aware that event names contain spaces:Data Update Frequency
- Current Season: Updated ~30 minutes after each session
- Historical Data: Complete and static (updates only for corrections)
- Pre-Season Testing: Available as separate events
No Authentication Required
All TracingInsights data is completely free and open:- No API keys needed
- No rate limits
- No registration required
- No usage restrictions
If you publish work using this data, attribution to TracingInsights is appreciated but not required.
Need Help?
If you encounter issues accessing the data:- Check the repository issues
- Review the README file in the repository
- Contact TracingInsights via their contact page
Next Steps
File Structure
Understand how data is organized in the repository
Data Formats
Learn about JSON structures and field definitions
