Releases
Track all versions and updates to the Hyprace API. Each release includes details about breaking changes, new features, and improvements.
[2.4.0] - Minor Release
Released: April 12, 2026
Type: MINOR
New Features
- Added
tyreSetdata for the 2025 and 2026 seasons.- Exposed on:
/v2/grands-prixand/v2/grands-prix/:id—tyreSet
- Exposed on:
- Added
scheduledLaps,scheduledDistance, andtrackLengthfields to the Grand Prix object.- Exposed on:
/v2/grands-prixand/v2/grands-prix/:id
- Exposed on:
- Added
FourthPracticeas a valid value for thetypefield in the Grand Prix schedule items.- Exposed on:
/v2/grands-prixand/v2/grands-prix/:id—schedule[].type - Added in anticipation of upcoming seasons that may include a fourth practice session format.
- Exposed on:
Data Update
- Backfilled the
officialNamefor all Grand Prix across all seasons. - Backfilled
scheduledLaps,scheduledDistance, andtrackLengthfor all Grand Prix across all historical seasons
Documentation
[2.3.0] - Minor Release
Released: March 29, 2026
Type: MINOR
New Features
- Added statistics endpoints for the following entities:
/v2/drivers/:id/statistics— Retrieve statistics for a driver (wins, podiums, poles, titles, etc.)/v2/teams/:id/statistics— Retrieve statistics for a team/v2/chassis-manufacturers/:id/statistics— Retrieve statistics for a chassis manufacturer/v2/engine-manufacturers/:id/statistics— Retrieve statistics for an engine manufacturer
- Statistics can be scoped globally or per season using the
seasonIdquery parameter.
Documentation
- Driver Statistics Documentation
- Team Statistics Documentation
- Chassis Manufacturer Statistics Documentation
- Engine Manufacturer Statistics Documentation
[2.2.0] - Minor Release
Released: March 19, 2026
Type: MINOR
Data Update
- Expanded
fastestLapdata coverage for race participations across historical seasons. - Improved consistency of
fastestLaprecords exposed in race results endpoints.
Documentation
[2.1.4] - Patch Release
Released: March 15, 2026
Type: PATCH
Data Fix
- Backfilled
fastestLapdata for race participations in the 2025 and 2026 seasons. - Historical seasons will be backfilled in a second pass.
- Sprint race
fastestLapdata is not available yet.
Documentation
[2.1.3] - Patch Release
Released: March 1, 2026
Type: PATCH
Data Fix
- Fixed missing
countrydisplay in thecountryproperty for teams where it was missing:/v2/teams
- Note: A few teams still do not have a country value. These entries will be removed as they have no associated results.
Documentation
[2.1.2] - Patch Release
Released: February 23, 2026
Type: PATCH
Data Fix
-
Corrected Lindblad driver information (
guid:52d6835d-a5dc-4a40-9aa0-8f7ca62c1cb2) affecting:/v2/drivers/v2/drivers/:id
Changes:
- Fixed
birthdate - Fixed
country
Documentation
[2.1.1] - Patch Release
Released: February 15, 2026
Type: PATCH
Data Fix
- Fixed a data anomaly affecting for the 2026 season :
/v2/seasons/:id/drivers/v2/seasons/:id/teams
- Resolved an inversion in the
constructorsarray whereengineManufacturerIdandchassisManufacturerIdwere swapped.
Documentation
[2.1.0] - Minor Release
Released: January 31, 2026
Type: MINOR
New Features
- Added
sessionIdfield (namedid) in the schedule array property- Endpoint:
v2/grands-prix/:id - Endpoint:
v2/grands-prix
- Endpoint:
- Improved session identification across Grand Prix schedules
- Enhanced data consistency for session tracking
Improvements
- Better session data structure in Grand Prix endpoints
- Easier session reference and lookup
Documentation
[2.0.1] - Patch Release
Released: December 31, 2025
Type: PATCH
Bug Fixes
- Fixed error 500 on
/v2/circuitsendpoint - Improved error handling for circuit data retrieval
- Enhanced stability for circuit queries
Documentation
[2.0.0] - Major Release
Released: July 19, 2025
Type: MAJOR
Major Changes
- Complete API redesign with improved endpoint structure
- Split teams and manufacturers into separate entities
- Enhanced data normalization and consistency
New Features
-
Teams Management
- New dedicated team endpoints
- Team history tracking
- Enhanced team information structure
-
Manufacturers Split
- Chassis manufacturers endpoints
- Engine manufacturers endpoints
- Tyre manufacturers endpoints
- Separated manufacturer data for better granularity
-
Improved filtering and pagination
-
Enhanced season and standings data
Breaking Changes
- API endpoint paths have been restructured
- Teams and manufacturers are now separate entities
- Some response fields have been renamed for clarity
- Deprecated endpoints from v1 have been removed
Documentation
[1.0.0] - Initial Release
Released: June 1, 2024
Type: v1 • Deprecated
Features
- Basic circuit information
- Driver and constructor data
- Race results and standings
- Qualifying results
- Practice session data
- Grand Prix schedules
Documentation
Version Support
| Version | Status | Support Level | Release Date |
|---|---|---|---|
| 2.4.1 | Current | Full Support | April 12, 2026 |
| 2.4.0 | Stable | Full Support | April 12, 2026 |
| 2.3.0 | Stable | Full Support | March 29, 2026 |
| 2.2.0 | Stable | Full Support | March 19, 2026 |
| 2.1.4 | Stable | Full Support | March 15, 2026 |
| 2.1.3 | Stable | Full Support | March 1, 2026 |
| 2.1.2 | Stable | Full Support | February 23, 2026 |
| 2.1.1 | Stable | Full Support | February 15, 2026 |
| 2.1.0 | Stable | Full Support | January 31, 2026 |
| 2.0.1 | Stable | Full Support | December 31, 2025 |
| 2.0.0 | Stable | Full Support | July 19, 2025 |
| 1.0.0 | Deprecated | Unmaintained | June 1, 2024 |
Semantic Versioning
The Hyprace API follows Semantic Versioning:
- MAJOR (X.0.0): Breaking changes or significant new features
- MINOR (0.X.0): New backward-compatible features
- PATCH (0.0.X): Bug fixes and minor improvements