Api documentation

Api documentation

Spec: Make

Spec: Make
 
 
v3
 
 
A vehicle make is either the name of its manufacturer or, if the manufacturer has more than one operating unit, the name of that unit. We made it super easy to get a list of car makes. In this version, you can get a list of car makes and their relevant data through the following endpoints (accessible from the drop-down menu above):

Endpoints

These three endpoints provide all the necessary data.

Examples

Example 1: Get information on USED Hondas

http://api.edmunds.com/api/vehicle/v3/honda?state=USED&api_key={vehicle api key}

Example 2: Get the total number of car makes

http://api.edmunds.com/api/vehicle/v3/makes/count?api_key={vehicle api key}

Example 3: Get a list of makes:

http://api.edmunds.com/api/vehicle/v3/makes?api_key={vehicle api key}