Catalog (freely callable)
ws_list_makesList every vehicle make (brand) with its slug and name. Begin fitment lookups by narrowing results via year, region, or specific brand slugs.
Instructions
List all vehicle manufacturers (makes).
Returns slugs and names for all car brands in the database.
Common starting point for vehicle fitment lookups, but not the only one — ws_list_years can also be called first (without params) to start from year.
After getting a make slug, use ws_list_models to find models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Translate names (e.g. 'ru'). name_en keeps the English original. | |
| year | No | Filter by year (e.g. 2024) | |
| brands | No | Only these make slugs (e.g. ['toyota', 'nissan']). For curated storefronts. | |
| region | No | Region slug(s) (e.g. ['usdm', 'jdm']). Filter makes sold in these regions. | |
| brands_exclude | No | Exclude these make slugs (e.g. ['geely', 'great-wall']). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||