Hundreds of Data Points
Hundreds of structured data fields covering the full vehicle profile.
Six endpoints to power your vehicle data needs covering all vehicle configurations and taxonomy including: year, make, model, submodel and trim endpoints.
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"
}
]
} Physical dimensions, weight ratings, seating capacity, and cargo specs for every trim.
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
}
]
} Detailed engine specifications for every trim level including engine type, fuel type, horsepower, torque, transmission and more.
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"
}
]
} EPA-rated fuel economy, range, and electric vehicle charging data for every trim.
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
}
]
} Interior and exterior color names with RGB values for every trim.
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.