Formula 1 Standings API
Formula 1 Standings API delivers up-to-date JSON data for the current season's drivers’ and constructors’ championship standings. This API provides a transformation service and does not originate the data itself; all standings information is freely available from official Formula 1 websites and open motorsport databases. Access championship positions, points, and team details for every driver…
Formula 1 Standings API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get All Drivers Championship Standings /api/v1/drivers |
This endpoint will return all current drivers championship standings (position, driver name, team affiliation, points, and nationality), based on the latest Formula 1 season… |
| GET |
Get Driver Championship Standings by Surname /api/v1/drivers/{surname} |
Get current championship data for a specific driver by surname |
| GET |
Get All Constructors Championship Standings /api/v1/constructors |
Retrieve complete F1 constructors championship standings for current season |
| GET |
Get Single Constructor Standing by Name /api/v1/constructors/{name} |
Get current championship Standing data for a specific constructor by name |
| GET |
API Health Check /api/health |
Check API status and availability - no authentication required |
| GET |
API documentation /api/docs |
Access Swagger UI documentation - no authentication required |
Formula 1 Standings API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | — |
|
| ULTRA | $30 / month | — |
|
| MEGA | $150 / month | — |
|