search-by-model
Look up OEM and aftermarket wheel and tyre fitment specs for any vehicle by make, model, year, and region. Get per-trim data including tyre size, rim spec, bolt pattern, and centre bore.
Instructions
Look up OEM and aftermarket wheel/tyre fitment specs for a specific vehicle by make, model, year, and region. Returns per-trim fitment data including: tyre size (e.g., "245/45R18"), rim spec (e.g., "8Jx18 ET39"), bolt pattern / PCD (e.g., "5x112"), centre bore (CB in mm), and whether the fitment is OEM or aftermarket. This is the primary tool for fitment lookups. An empty data array means no fitment data exists for this make+region combination. Not an API error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Manufacturer slug from list-makes (e.g., "audi", "ford"). Region-dependent, slugs can differ by market. | |
| year | Yes | 4-digit model year 1900-2100 (e.g., 2020). Use list-years to enumerate valid years for the given make. | |
| model | Yes | Model slug from list-models (e.g., "a4", "f-150"). Use list-models to get valid slugs for the given make+year. | |
| region | Yes | Market code from list-regions (e.g., "usdm" for North America, "eudm" for Europe, "jdm" for Japan). OEM wheel specs differ by market. Always specify the correct region. An empty result (data: []) means no data for this make+region combo, not an error. |