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
- Account: Create or sign in to your RapidAPI account.
- Subscription: Visit the Hyprace F1 API listing and subscribe to a plan.
- API Key: Navigate to your Developer Dashboard to retrieve your application's API Key.
Required Headers
Every request must include the following two headers:
| Header | Value |
|---|---|
| X-RapidAPI-Key | Your unique API Key |
| X-RapidAPI-Host | hyprace-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.
Plan Comparison
| Plan | Monthly Price | Monthly Limit | Daily Limit | Overage Fee |
|---|---|---|---|---|
| Pro | $7.99 | 4,000 calls | 200 calls | Hard Limit |
| Ultra | $29.99 | 50,000 calls | 2,000 calls | $0.004 / call |
| Mega | $69.99 | 100,000 calls | 5,000 calls | $0.002 / call |
| Enterprise | Custom | Custom | Custom | Negotiable |
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.