Hundreds of Data Points
Hundreds of structured data fields covering the full vehicle profile.
The developer friendly
One subscription, eleven endpoints — 100+ data points.
Covering over 90,000 models sold in the United States since 1900 and over 77,000 trims since 1990. Our vehicle
specification data is constantly updated for past and present vehicles.
Eleven total endpoints with advanced filtering and sorting to power your automative project. Join hundreds
of businesses using our vehicle API for everything from car shopping to insurance, financing, and more.
Available for Base, Plus and Premium subscriptions
Query by year, make, or model to quickly narrow down results across every vehicle sold in the US since 1900.
Vehicle Models API
GET /api/models/v2
{
"collection": {
"url": "/api/models/v2?year=2020&make=tesla",
"count": 4,
"pages": 1,
"total": 4,
"next": "",
"prev": "",
"first": "/api/models/v2?year=2020&make=tesla",
"last": ""
},
"data": [
{
"id": 7243,
"make_id": 42,
"make": "Tesla",
"name": "3"
},
{
"id": 6916,
"make_id": 42,
"make": "Tesla",
"name": "S"
},
{
"id": 7169,
"make_id": 42,
"make": "Tesla",
"name": "X"
},
{
"id": 7424,
"make_id": 42,
"make": "Tesla",
"name": "Y"
}
]
} Available on Plus and Premium
Model varients sold in the US since 1900. Query by year, make, model and sub model.
Vehicle Submodel API
GET /api/submodels/v2
{
"collection": {
"url": "/api/submodels/v2?year=2020&make=subaru&model=wrx",
"count": 3,
"pages": 1,
"total": 3,
"next": "",
"prev": "",
"first": "/api/submodels/v2?year=2020&make=subaru&model=wrx",
"last": ""
},
"data": [
{
"id": 73479,
"oem_make_model_id": 7107,
"year": 2020,
"make": "Subaru",
"model": "WRX",
"submodel": "Base"
},
{
"id": 73480,
"oem_make_model_id": 7107,
"year": 2020,
"make": "Subaru",
"model": "WRX",
"submodel": "Limited"
},
{
"id": 73481,
"oem_make_model_id": 7107,
"year": 2020,
"make": "Subaru",
"model": "WRX",
"submodel": "Premium"
}
]
} Included with Premium
Trim levels sold in the US since 1990. Query by year, make, model, sub model and trim.
Vehicle Trims API
GET /api/trims/v2
{
"collection": {
"url": "/api/trims/v2?year=2020&make=toyota&model=camry&submodel=se",
"count": 2,
"pages": 1,
"total": 2,
"next": "",
"prev": "",
"first": "/api/trims/v2?year=2020&make=toyota&model=camry&submodel=se",
"last": ""
},
"data": [
{
"id": 8862,
"make_id": 22,
"model_id": 4779,
"submodel_id": 73505,
"year": 2020,
"make": "Toyota",
"model": "Camry",
"series": null,
"submodel": "SE",
"trim": "SE",
"description": "SE 4dr Sedan (2.5L 4cyl 8A)",
"msrp": 26170,
"invoice": 23815,
"created": "2023-06-29T21:00:02-04:00",
"modified": "2023-06-29T21:00:02-04:00"
},
{
"id": 8863,
"make_id": 22,
"model_id": 4779,
"submodel_id": 73505,
"year": 2020,
"make": "Toyota",
"model": "Camry",
"series": null,
"submodel": "SE",
"trim": "SE",
"description": "SE 4dr Sedan AWD (2.5L 4cyl 8A)",
"msrp": 27570,
"invoice": 25089,
"created": "2023-06-29T21:00:02-04:00",
"modified": "2023-06-29T21:00:02-04:00"
}
]
} Included with Premium
Body specifications such as dimensions, weight, and seating capacity for every trim sold in the US since 1990.
Vehicle Bodies API
GET /api/bodies/v2
{
"collection": {
"url": "/api/bodies/v2?year=2020&make=audi&model=a4&trim=Prestige",
"count": 1,
"pages": 1,
"total": 1,
"next": "",
"prev": "",
"first": "/api/bodies/v2?year=2020&make=audi&model=a4&trim=Prestige",
"last": ""
},
"data": [
{
"id": 6373,
"make_id": 2,
"model_id": 5712,
"submodel_id": 72428,
"trim_id": 6373,
"year": 2020,
"make": "Audi",
"model": "A4",
"series": null,
"submodel": "PRESTIGE",
"trim": "Prestige",
"trim_description": "Prestige 4dr Sedan w/40 TFSI (2.0L 4cyl Turbo 7AM)",
"type": "Sedan",
"doors": 4,
"length": "187.5",
"width": "72.7",
"seats": 5,
"height": "56.2",
"wheel_base": "111.0",
"front_track": null,
"rear_track": null,
"ground_clearance": null,
"cargo_capacity": "12.0",
"max_cargo_capacity": null,
"curb_weight": 3417,
"gross_weight": null,
"max_payload": null,
"max_towing_capacity": null
}
]
} Included with Premium
Engine specifications such as size, horsepower, and torque for every trim sold in the US since 1990.
Vehicle Engines API
GET /api/engines/v2
{
"collection": {
"url": "/api/engines/v2?year=2020&make=dodge&model=charger&trim=gt",
"count": 2,
"pages": 1,
"total": 2,
"next": "",
"prev": "",
"first": "/api/engines/v2?year=2020&make=dodge&model=charger&trim=gt",
"last": ""
},
"data": [
{
"id": 6945,
"make_id": 27,
"model_id": 3638,
"submodel_id": 72548,
"trim_id": 6945,
"year": 2020,
"make": "Dodge",
"model": "Charger",
"series": null,
"submodel": "GT",
"trim": "GT",
"trim_description": "GT 4dr Sedan (3.6L 6cyl 8A)",
"engine_type": "gas",
"fuel_type": "regular unleaded",
"cylinders": "V6",
"size": "3.6",
"horsepower_hp": 300,
"horsepower_rpm": 6350,
"torque_ft_lbs": 264,
"torque_rpm": 4800,
"valves": 24,
"valve_timing": "Variable",
"cam_type": "Double overhead cam (DOHC)",
"drive_type": "rear wheel drive",
"transmission": "8-speed shiftable automatic"
},
{
"id": 6946,
"make_id": 27,
"model_id": 3638,
"submodel_id": 72548,
"trim_id": 6946,
"year": 2020,
"make": "Dodge",
"model": "Charger",
"series": null,
"submodel": "GT",
"trim": "GT",
"trim_description": "GT 4dr Sedan AWD (3.6L 6cyl 8A)",
"engine_type": "gas",
"fuel_type": "regular unleaded",
"cylinders": "V6",
"size": "3.6",
"horsepower_hp": 300,
"horsepower_rpm": 6350,
"torque_ft_lbs": 264,
"torque_rpm": 4800,
"valves": 24,
"valve_timing": "Variable",
"cam_type": "Double overhead cam (DOHC)",
"drive_type": "all wheel drive",
"transmission": "8-speed shiftable automatic"
}
]
} Included with Premium
EPA-rated specifications such as fuel economy, range, and electric vehicle charging data for every trim sold in the US since 1990.
Vehicle Mileages API
GET /api/mileages/v2
{
"collection": {
"url": "/api/mileages/v2?year=2020&make=bmw&trim=530i",
"count": 2,
"pages": 1,
"total": 2,
"next": "",
"prev": "",
"first": "/api/mileages/v2?year=2020&make=bmw&trim=530i",
"last": ""
},
"data": [
{
"id": 6504,
"make_id": 3,
"model_id": 4267,
"submodel_id": 72445,
"trim_id": 6504,
"year": 2020,
"make": "BMW",
"model": "530i",
"series": "5 Series",
"submodel": "Base",
"trim": "530i",
"trim_description": "530i 4dr Sedan (2.0L 4cyl Turbo 8A)",
"fuel_tank_capacity": "18.0",
"combined_mpg": 28,
"epa_city_mpg": 25,
"epa_highway_mpg": 33,
"range_city": 450,
"range_highway": 594,
"battery_capacity_electric": null,
"epa_time_to_charge_hr_240v_electric": null,
"epa_kwh_100_mi_electric": null,
"range_electric": null,
"epa_highway_mpg_electric": null,
"epa_city_mpg_electric": null,
"epa_combined_mpg_electric": null
},
{
"id": 6505,
"make_id": 3,
"model_id": 7195,
"submodel_id": 72446,
"trim_id": 6505,
"year": 2020,
"make": "BMW",
"model": "530i xDrive",
"series": "5 Series",
"submodel": "Base",
"trim": "530i xDrive",
"trim_description": "530i xDrive 4dr Sedan AWD (2.0L 4cyl Turbo 8A)",
"fuel_tank_capacity": "18.0",
"combined_mpg": 27,
"epa_city_mpg": 24,
"epa_highway_mpg": 31,
"range_city": 432,
"range_highway": 558,
"battery_capacity_electric": null,
"epa_time_to_charge_hr_240v_electric": null,
"epa_kwh_100_mi_electric": null,
"range_electric": null,
"epa_highway_mpg_electric": null,
"epa_city_mpg_electric": null,
"epa_combined_mpg_electric": null
}
]
} Included with Premium
Interior and exterior color names with RGB values for every trim sold in the US since 1990.
Vehicle Colors API
GET /api/exterior-colors/v2
{
"collection": {
"url": "/api/exterior-colors/v2?limit=2&year=2020&make=tesla&trim=s",
"count": 2,
"pages": 8,
"total": 15,
"next": "/api/exterior-colors/v2?year=2020&make=tesla&trim=s&page=2&limit=2",
"prev": "",
"first": "/api/exterior-colors/v2?limit=2&year=2020&make=tesla&trim=s",
"last": "/api/exterior-colors/v2?year=2020&make=tesla&trim=s&page=8&limit=2"
},
"data": [
{
"id": 88912,
"make_id": 42,
"model_id": 6916,
"submodel_id": 73493,
"trim_id": 8826,
"year": 2020,
"make": "Tesla",
"model": "S",
"series": null,
"submodel": "Long Range Plus",
"trim": "Long Range Plus",
"trim_description": "Long Range Plus 4dr Sedan AWD (electric DD)",
"color": "Deep Blue Metallic",
"rgb": "29,81,189"
},
{
"id": 88911,
"make_id": 42,
"model_id": 6916,
"submodel_id": 73493,
"trim_id": 8826,
"year": 2020,
"make": "Tesla",
"model": "S",
"series": null,
"submodel": "Long Range Plus",
"trim": "Long Range Plus",
"trim_description": "Long Range Plus 4dr Sedan AWD (electric DD)",
"color": "Midnight Silver Metallic",
"rgb": "109,111,118"
}
]
} Every API feature is built with developer experience and production reliability in mind.
Hundreds of structured data fields covering the full vehicle profile.
Data from 1900 to day.
Machine-readable OpenAPI 3.0 spec for easy SDK generation and API client scaffolding.
We have answers. Contact us anytime.