• Pages
  • /
  • Dealers
  • /
  • Data Depot
  • /
  • Version 4
  • /
  • API
  • /
  • Services
  • /
  • Vehiclemakes

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.

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