Skip to main content

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 tyreSet data for the 2025 and 2026 seasons.
    • Exposed on: /v2/grands-prix and /v2/grands-prix/:idtyreSet
  • Added scheduledLaps, scheduledDistance, and trackLength fields to the Grand Prix object.
    • Exposed on: /v2/grands-prix and /v2/grands-prix/:id
  • Added FourthPractice as a valid value for the type field in the Grand Prix schedule items.
    • Exposed on: /v2/grands-prix and /v2/grands-prix/:idschedule[].type
    • Added in anticipation of upcoming seasons that may include a fourth practice session format.

Data Update

  • Backfilled the officialName for all Grand Prix across all seasons.
  • Backfilled scheduledLaps, scheduledDistance, and trackLength for 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 seasonId query parameter.

Documentation


[2.2.0] - Minor Release

Released: March 19, 2026
Type: MINOR

Data Update

  • Expanded fastestLap data coverage for race participations across historical seasons.
  • Improved consistency of fastestLap records exposed in race results endpoints.

Documentation

[2.1.4] - Patch Release

Released: March 15, 2026
Type: PATCH

Data Fix

  • Backfilled fastestLap data for race participations in the 2025 and 2026 seasons.
  • Historical seasons will be backfilled in a second pass.
  • Sprint race fastestLap data is not available yet.

Documentation

[2.1.3] - Patch Release

Released: March 1, 2026
Type: PATCH

Data Fix

  • Fixed missing country display in the country property 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 constructors array where engineManufacturerId and chassisManufacturerId were swapped.

Documentation

[2.1.0] - Minor Release

Released: January 31, 2026
Type: MINOR

New Features

  • Added sessionId field (named id) in the schedule array property
    • Endpoint: v2/grands-prix/:id
    • Endpoint: v2/grands-prix
  • 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/circuits endpoint
  • 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: v1Deprecated

Features

  • Basic circuit information
  • Driver and constructor data
  • Race results and standings
  • Qualifying results
  • Practice session data
  • Grand Prix schedules

Documentation


Version Support

VersionStatusSupport LevelRelease Date
2.4.1CurrentFull SupportApril 12, 2026
2.4.0StableFull SupportApril 12, 2026
2.3.0StableFull SupportMarch 29, 2026
2.2.0StableFull SupportMarch 19, 2026
2.1.4StableFull SupportMarch 15, 2026
2.1.3StableFull SupportMarch 1, 2026
2.1.2StableFull SupportFebruary 23, 2026
2.1.1StableFull SupportFebruary 15, 2026
2.1.0StableFull SupportJanuary 31, 2026
2.0.1StableFull SupportDecember 31, 2025
2.0.0StableFull SupportJuly 19, 2025
1.0.0DeprecatedUnmaintainedJune 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