← Back to catalog
vin.models
mock data$0.001 / callVehicle Models by Make
List vehicle models for a make and/or year (e.g. Honda 2024). US Government data (NHTSA)
Input schema
make
stringVehicle make (e.g. "Honda", "Toyota", "Ford")
year
integerModel year (e.g. 2024)
Call via REST
curl -X POST https://unifyapi.pro/api/call/vin.models \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"make":"<make>","year":0}'