Vehicle APIs

One subscription, fifteen endpoints — hundreds of data-points.

Try me out View pricing

Vehicle configuration APIs

Six endpoints to power your vehicle data needs covering all vehicle configurations and taxonomy including: year, make, model, submodel and trim endpoints.

Property Description
model string
series string
Applicable to certain makes such as BMW and Mercedes-Benz only. https://schema.org/name
submodel string
trim string
description string
A short description of the trim https://schema.org/Text
msrp integer
Manufacturers Suggested Retail Price https://schema.org/Number
invoice integer
The typical auto dealers cost https://schema.org/Number

Trims API

GET /api/trims/v2

200 OK
GET /api/trims/v2?year=2020&make=toyota&model=camry&submodel=se
{
  "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"
    }
  ]
}

Body API

Physical dimensions, weight ratings, seating capacity, and cargo specs for every trim.

Bodies API

GET /api/bodies/v2

200 OK
GET /api/bodies/v2?year=2020&make=audi&model=a4&trim=Prestige
{
  "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
    }
  ]
}
Property Description
type string
The body type, such as SUV or Sedan https://schema.org/bodyType Enum: Cargo Van, Convertible, Coupe, Ext Cargo Minivan, Ext Cargo Van, Ext Minivan, Ext Van, Hatchback, Minivan, Passenger Van, Sedan, SUV, Truck (Access Cab), Truck (Cab Plus), Truck (Club Cab), Truck (Crew Cab), Truck (CrewMax), Truck (Double Cab), Truck (Extended Cab), Truck (King Cab), Truck (Mega Cab), Truck (Quad Cab), Truck (Regular Cab), Truck (SuperCab), Truck (SuperCrew), Truck (Xtracab), Unknown, Van, Wagon
doors integer
Number of doors — generally including a hatchback as an additional door https://schema.org/numberOfDoors
seats integer
Number of passenger seats in the vehicle. https://schema.org/seatingCapacity
length number
Total length (in inches) of the vehicle in inches https://schema.org/depth
height number
Total height (in inches) of the vehicle https://schema.org/height
width number
Total width (in inches) of the vehicle https://schema.org/width
wheel_base number
The horizontal distance (in inches) between the centers of the front and rear wheels https://schema.org/wheelbase
front_track number
The distance (in inches) between the centerline of the wheels https://schema.org/Number
rear_track number
The distance (in inches) between the hub flanges on an axle https://schema.org/Number
ground_clearance number
The distance (in inches) between the lowest point on the undersurface of the vehicle and the road https://schema.org/Number
cargo_capacity number
The standard total cubic feet of space in a vehicles cargo area https://schema.org/Number
max_cargo_capacity number
The maximum total cubic feet of space in a vehicles cargo area https://schema.org/Number
curb_weight integer
Curb weight refers to the vehicles heaviness (in pounds) without passengers or cargo, only counting the car itself along with necessary fluids like oil and coolant https://schema.org/Number
gross_weight integer
Gross weight (in pounds) considers all components—including passengers, cargo, and both the tow vehicle weight—if one is attached https://schema.org/weight
max_payload integer
Maximum weight in pounds that a vehicle can safely carry https://schema.org/Number
max_towing_capacity integer
Maximum weight in pounds that a vehicle can safely tow https://schema.org/weight

Engine API

Detailed engine specifications for every trim level including engine type, fuel type, horsepower, torque, transmission and more.

Property Description
engine_type string
Type of engine https://schema.org/engineType Enum: diesel, electric, electric (fuel cell), flex-fuel (FFV), gas, hybrid, mild hybrid, natural gas (CNG), plug-in hybrid
fuel_type string
The fuel the vehicle uses https://schema.org/fuelType Enum: diesel fuel, electric, flex-fuel (premium unleaded recommended/E85), flex-fuel (premium unleaded required/E85), flex-fuel (unleaded/E85), flex-fuel (unleaded/natural gas), hydrogen, midgrade unleaded (recommended), natural gas, premium unleaded (recommended), premium unleaded (required), regular unleaded
cylinders string
How many cylinders the engine has https://schema.org/Number Enum: flat 4, flat 6, I2, I3, I4, I5, I6, rotary 0, V10, V12, V6, V8, W12, W16, W8
size number
Total size of the engine in liters https://schema.org/Number
horsepower_hp integer
One horsepower equals 33,000 foot-pounds of work per minute https://schema.org/enginePower
horsepower_rpm integer
torque_ft_lbs integer
The torque (turning force) of the vehicle's engine. https://schema.org/torque
torque_rpm integer
valves integer
Number of valves. The valves are installed in a part of the engine called the head and are responsible for letting air and/or fuel into the cylinders to be combusted -- those are called intake valves -- and for letting the exhaust from that combustion out of the cylinders -- those are called exhaust valves. https://schema.org/Number
valve_timing string
In a piston engine, the valve timing is the precise timing of the opening and closing of the valves. https://schema.org/Number Enum: Variable
cam_type string
Camshafts are integral components of internal combustion engines, responsible for controlling the opening and closing of the engine's intake and exhaust valves. https://schema.org/Text Enum: Double overhead cam (DOHC), Overhead valves (OHV), Single overhead cam (SOHC)
drive_type string
The drive type which delivers power to the wheels. https://schema.org/Text Enum: all wheel drive, four wheel drive, front wheel drive, rear wheel drive
transmission string
Type of transmission https://schema.org/Text Enum: 1-speed automatic, 1-speed direct drive, 10-speed automatic, 10-speed shiftable automatic, 2-speed, 2-speed automatic, 3-speed automatic, 4-speed automatic, 4-speed manual, 4-speed shiftable automatic, 5-speed automated manual, 5-speed automatic, 5-speed manual, 5-speed shiftable automatic, 6-speed automated manual, 6-speed automatic, 6-speed manual, 6-speed shiftable automatic, 7-speed automated manual, 7-speed automatic, 7-speed manual, 7-speed shiftable automatic, 8-speed automated manual, 8-speed automatic, 8-speed shiftable automatic, 9-speed automated manual, 9-speed automatic, 9-speed shiftable automatic, continuously variable-speed automatic, continuously variable-speed shiftable automatic, electrically variable-speed automatic

Engines API

GET /api/engines/v2

200 OK
GET /api/engines/v2?year=2020&make=dodge&model=charger&trim=gt
{
  "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"
    }
  ]
}

Mileage API

EPA-rated fuel economy, range, and electric vehicle charging data for every trim.

Mileages API

GET /api/mileages/v2

200 OK
GET /api/mileages/v2?year=2020&make=bmw&trim=530i
{
  "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
    }
  ]
}
Property Description
fuel_tank_capacity number
How much fuel the vehicle holds (gallons) https://schema.org/fuelCapacity
combined_mpg integer
Combined fuel economy is a weighted average of City and Highway MPG values that is calculated by weighting the City value by 55% and the Highway value by 45%. https://schema.org/fuelEfficiency
epa_city_mpg integer
Miles per gallon for city driving https://schema.org/Number
epa_highway_mpg integer
Miles per gallon for highway driving https://schema.org/Number
range_city integer
Total range in miles on a full tank for city driving https://schema.org/Number
range_highway integer
Total range in miles on a full tank for highway driving https://schema.org/Number
epa_combined_mpg_electric integer
MPG equivalent for electric vehicles https://schema.org/Number
epa_city_mpg_electric integer
MPG equivalent for driving electric vehicles in the city https://schema.org/Number
epa_highway_mpg_electric integer
MPG equivalent for driving electric vehicles on the highway https://schema.org/Number
range_electric integer
Range for electric vehicles in miles https://schema.org/Number
epa_kwh_100_mi_electric integer
kWh used to drive 100 miles for an electric vehicle https://schema.org/Number
epa_time_to_charge_hr_240v_electric number
How long it takes to charge an EV battery https://schema.org/Number
battery_capacity_electric integer
Total capacity of the battery kWh https://schema.org/Number

Colors API

Interior and exterior color names with RGB values for every trim.

Property Description
name string
rgb string
Red, Green, Blue (RGB) value https://schema.org/Text

Colors API

GET /api/exterior-colors/v2

200 OK
GET /api/exterior-colors/v2?year=2020&make=tesla&trim=s&page=2&limit=2
{
  "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"
    }
  ]
}

Designed for production workloads

Every API feature is built with developer experience and production reliability in mind.

Hundreds of Data Points

Hundreds of structured data fields covering the full vehicle profile.

125+ years of Data

Data from 1900 to day.

OpenAPI Specification

Machine-readable OpenAPI 3.0 spec for easy SDK generation and API client scaffolding.

Have questions?

We have answers. Contact us anytime.