Search (user-initiated only)
ws_search_by_rimSearch vehicles by rim specs via direct 1:1 wheel pair matching. Returns only documented OEM or close-offset fitments, without geometric calculations.
Instructions
Find vehicles compatible with given rim specs via direct 1:1 wheel pair matching.
Uses a direct mapping of existing wheel pair data to vehicle specs — returns only vehicles where this exact rim (or close offset) appears in the database as an OEM or documented fitment. Does NOT calculate whether the rim would physically fit based on wheel housing geometry.
Diameter and width accept either an exact value (rim_diameter, rim_width) or a min/max range pair — e.g. "18-19 inch, ET30-45" → rim_diameter_min=18, rim_diameter_max=19, rim_offset_min=30, rim_offset_max=45. One of exact or range is required per dimension.
IMPORTANT: This is a Search method — only call when a user explicitly requests a rim compatibility search. Do not call in autonomous loops.
For e-commerce product cards, use ws_find_vehicles_for_rim instead — it uses geometric backspace calculations for broader, physics-based matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cb | No | Centre bore in mm (e.g. 64.1) | |
| fd | No | Wheel fastener thread diameter in mm (e.g. 12 for M12) | |
| mode | No | Axle mode | |
| limit | No | Results per page | |
| cb_max | No | Range search: max centre bore | |
| cb_min | No | Range search: min centre bore | |
| offset | No | Pagination offset | |
| region | No | Region slug(s) (e.g. ['usdm'] or ['eudm', 'audm']). | |
| rim_width | No | Exact rim width in inches (e.g. 8) | |
| rim_offset | No | Rim offset in mm | |
| bolt_pattern | Yes | Bolt pattern (e.g. '5x114.3') | |
| rim_diameter | No | Exact rim diameter in inches (e.g. 18) | |
| rim_width_max | No | Range search: max width | |
| rim_width_min | No | Range search: min width (use with _max) | |
| rim_offset_max | No | Range search: max offset | |
| rim_offset_min | No | Range search: min offset | |
| rim_diameter_max | No | Range search: max diameter | |
| rim_diameter_min | No | Range search: min diameter (use with _max) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||