search-modifications-by-rim
Find trim and modification variants of a known vehicle that are compatible with a given rim spec. Input make, model, and bolt pattern; refine with rim dimensions, offset, or centre bore.
Instructions
Find specific trim/modification variants of a known make+model that are compatible with a given rim spec. Required: make, model, bolt_pattern. Optional: rim dimensions, offset, centre bore, region. More granular than search-by-rim. Use when you already know the vehicle and want to check trim-level 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. | |
| make | Yes | Manufacturer slug (e.g. "audi"). Get slugs from list-makes. | |
| limit | No | Maximum results to return (1-100). Defaults to API default when omitted. | |
| model | Yes | Model slug (e.g. "a4"). Get slugs from list-models. | |
| 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. |