API – wheel data as a web service
The wheel fitment API provides programmatic access to the full wheel specifications database. Ideal for app developers, garages and marketplace platforms that want to integrate wheel data.
Available endpoints
| Endpoint | Description |
|---|---|
GET /api/brands |
All car makes |
GET /api/models/{make} |
All models for a make |
GET /api/generations/{make}/{model} |
All generations for a model |
GET /api/fitment/{make}/{model}/{generation} |
Wheel specifications for a specific generation |
GET /api/pcd |
All bolt patterns |
GET /api/pcd/{pattern} |
Cars with a specific bolt pattern |
GET /api/registration/{plate} |
Wheel data by licence plate (NL only) |
Format
All responses are in JSON format. Authentication via an API key which you can request.