search-by-rim
Find all vehicles that fit a given rim specification. Provide bolt pattern and optional rim dimensions to get matching makes, models, years, and trims.
Instructions
Find all vehicles compatible with a given rim specification. Reverse lookup: "which cars fit these rims?" Required: bolt_pattern (e.g. "5x112"). Optional: rim_diameter, rim_width, rim_offset (or range), centre bore (cb), fastener diameter (fd), region. Supports pagination with limit and offset. Returns vehicle make/model/year/trim combinations that accept this rim fitment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cb | No | Centre bore diameter in mm (e.g. 66.5). Must be positive. Do not combine with cb_min/cb_max. | |
| fd | No | Fastener thread diameter in mm. Must be positive. Narrows results to wheels with matching lug-bolt thread size. | |
| limit | No | Maximum results to return (1-100). Defaults to API default when omitted. | |
| cb_max | No | Maximum centre bore in mm. Must be positive. Use instead of cb for a range query. | |
| cb_min | No | Minimum centre bore in mm. Must be positive. Use instead of cb for a range query. | |
| offset | No | Number of results to skip for pagination. | |
| region | No | Market region code (e.g. "eudm", "usdm"). Get codes from list-regions. | |
| rim_width | No | Rim width in inches from bead seat to bead seat (e.g. 8.0). Must be positive. | |
| rim_offset | No | Exact rim offset (ET) in mm, range -100 to 100 (e.g. 35). The distance between the wheel mounting surface and the centre-line of the rim. Do not combine with rim_offset_min/rim_offset_max. | |
| bolt_pattern | Yes | Bolt pattern (PCD) expressed as stud-count × circle-diameter in mm (e.g. "5x112", "4x100"). Required. Use list-rim-bolt-patterns to enumerate valid values. | |
| rim_diameter | No | Rim diameter in inches (e.g. 18). Must be positive. Filters results to this diameter only. | |
| rim_width_max | No | Maximum rim width in inches. Must be positive. Use instead of rim_width for a range query. | |
| rim_width_min | No | Minimum rim width in inches. Must be positive. Use instead of rim_width for a range query. | |
| rim_offset_max | No | Maximum rim offset (ET) in mm, range -100 to 100. Use instead of rim_offset for a range query. | |
| rim_offset_min | No | Minimum rim offset (ET) in mm, range -100 to 100. Use instead of rim_offset for a range query. | |
| rim_diameter_max | No | Maximum rim diameter in inches. Must be positive. Use instead of rim_diameter for a range query. | |
| rim_diameter_min | No | Minimum rim diameter in inches. Must be positive. Use instead of rim_diameter for a range query. |