- Pages
- /
- Dealers
- /
- Data Depot
- /
- Version 4
- /
- API
- /
- Services
- /
- Vehiclemakes
- Downloads
- API Documentation
- Support
API News and Updates
Subscribe to stay alert on the API.
Vehiclemakes
A vehicles "make" is generally the company that manufactured the vehicle. Therefore, you guessed it, the Vehiclemakes endpoint provides information on vehicle makes.
The Vehiclemake endpoint allows you to retrieve a collection of all our Vehiclemakes, or the data surrounding a specific Vehiclemake via the entity
endpoint. This endpoint can be useful to retrieve the list of vehicle makes such as Arctic Cat
, Honda
, Kawasaki
,
Polaris
,
Suzuki
, etc. which is great for constructing a drop-down menu of "makes" for use on your website.
You could also take this a step further and use includes on this endpoint to gather up the Vehiclemodels associated to each Vehiclemake.
Fitment access required
Fitment data requires an additional level of authorization. After signing up and being set up in our system, users are able to consume all of our services with the exception of fitment data. In order to make API requests to our fitment services users must contact their sales representative for more information on obtaining access.Example requests
Collection
https://api.wps-inc.com/vehiclemakes
Entity
https://api.wps-inc.com/vehiclemakes/23
...or send multiple ids separated by a comma(,)
https://api.wps-inc.com/vehiclemakes/23,30,31,42,48
Associated Vehiclemodels
https://api.wps-inc.com/vehiclemakes/23/vehiclemodels