Sports & Fitness — entry 024 of 34

RacingHub

Verified Jul 2026

RacingHub is a Formula 1 statistics API spanning every season from 1950 to the present, exposing per-driver career records (wins, poles, podiums, points), race results, and analytical features like racecraft heatmaps and pit-stop strategy breakdowns, with official Python and JavaScript client libraries and an MCP server for querying the data conversationally. No API key is required -- a live keyless request to the real `racinghub.net/api/v1/drivers/...` backend returned genuine per-driver data (200) with a wildcard `Access-Control-Allow-Origin` header, resolving `cors: unknown -> yes`, though anonymous requests are rate-limited to 100/minute per the response headers.

formula-1motorsportdriver-statshistorical-dataracing
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score74out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 74 on greatapis.com
<a href="https://greatapis.com/api/racinghub/"><img src="https://greatapis.com/badge/racinghub.svg" alt="Scored 74 on greatapis.com"></a>

Auth quickstart

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.