Skip to main content
Version: V2

RapidAPI Connection Guide

This document explains how to connect to the Hyprace F1 API via the RapidAPI partner platform.

Authentication Overview

All requests to the Hyprace F1 API are authenticated using a header-based system provided by RapidAPI. You must include your personal API key in every request to verify your subscription and track usage.

Setup Instructions

  1. Account: Create or sign in to your RapidAPI account.
  2. Subscription: Visit the Hyprace F1 API listing and subscribe to a plan.
  3. API Key: Navigate to your Developer Dashboard to retrieve your application's API Key.

Required Headers

Every request must include the following two headers:

HeaderValue
X-RapidAPI-KeyYour unique API Key
X-RapidAPI-Hosthyprace-api.p.rapidapi.com

Connection Examples

Using cURL

curl --request GET \
--url https://hyprace-api.p.rapidapi.com/v2/drivers
--header 'X-RapidAPI-Host: hyprace-api.p.rapidapi.com'
--header 'X-RapidAPI-Key: YOUR_API_KEY'

Pricing and Subscription Plans

The Hyprace API offers flexible pricing tiers via RapidAPI to match your project's scale.

View Pricing on RapidAPI

Plan Comparison

PlanMonthly PriceMonthly LimitDaily LimitOverage Fee
Pro$7.994,000 calls200 callsHard Limit
Ultra$29.9950,000 calls2,000 calls$0.004 / call
Mega$69.99100,000 calls5,000 calls$0.002 / call
EnterpriseCustomCustomCustomNegotiable

Detailed Plan Features

Pro

Ideal for small projects and hobbyists.

  • Endpoints: Grands Prix, Races, Qualifying, Practice results, Standings, Drivers, Manufacturers, Teams, Circuits, and Seasons.
  • Update Frequency: Real-time data.
  • Constraint: No overages allowed (Hard Limit).

Ultra

Best for growing applications with higher traffic.

  • Endpoints: All Pro endpoints included.
  • Update Frequency: Real-time data.
  • Flexibility: Allows for overages at a flat rate.

Mega

Full access for professional sports platforms.

  • Endpoints: All Ultra endpoints + Historical data (Drivers and Teams history).
  • Technical Data: Access to Chassis and Engines specifications.
  • Update Frequency: Real-time data.

Technical Note: Chassis vs. Engines

  • Chassis: Refers to specific car models (e.g., SF25) and their Manufacturers (e.g., Ferrari).
  • Engines: Refers to specific engine models (e.g., Mercedes M12 E Performance) and their Manufacturers (e.g., Mercedes).

Enterprise

Custom infrastructure for high-scale organizations.

  • Limits: Scalable monthly and daily quotas.
  • Features: All Mega features included.
  • Service: Priority support and custom Service Level Agreements (SLAs).

Subscription Management

You can upgrade, downgrade, or cancel your plan at any time directly through the RapidAPI Pricing Page.