Sports & Fitness — entry 023 of 33
RacingHub
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.
GreatAPIs Score
Auth quickstart
- No key needed — call it now.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
100 requests per 60-second window, confirmed live via x-ratelimit-limit: 100 / x-ratelimit-reset: 60 headers on racinghub.net/api/v1/drivers (not stated on the Swagger docs page itself)