Access comprehensive vehicle data for cars sold in the United States. Data sourced from the EPA's official fuel economy database (fueleconomy.gov) covers all passenger vehicles from 1984 to present, including fuel economy (city/highway/combined MPG), engine specifications, transmission details, and vehicle classifications.
{
"status": "ok",
"error": null,
"data": {
"count": 4,
"filteredOn": [
"year",
"make",
"model"
],
"cars": [
{
"Make": "Acura",
"CityMPG": "30",
"CityELEC": "0",
"CombMPG": "33",
"CombELEC": "0",
"Cyl": "4",
"Displace": "1.5",
"Drive": "Front-Wheel Drive",
"Fuel": "Premium",
"HighwELEC": "0",
"HighwMPG": "37",
"Trans": "Automatic (AV-S7)",
"Size": "Large Cars",
"Year": "2024",
"Trim": "Integra",
"Model": "Integra"
},
{
"Make": "Acura",
"CityMPG": "21",
"CityELEC": "0",
"CombMPG": "24",
"CombELEC": "0",
"Cyl": "4",
"Displace": "2",
"Drive": "Front-Wheel Drive",
"Fuel": "Premium",
"HighwELEC": "0",
"HighwMPG": "28",
"Trans": "Manual 6-spd",
"Size": "Large Cars",
"Year": "2024",
"Trim": "Integra",
"Model": "Integra"
},
{
"Make": "Acura",
"CityMPG": "26",
"CityELEC": "0",
"CombMPG": "30",
"CombELEC": "0",
"Cyl": "4",
"Displace": "1.5",
"Drive": "Front-Wheel Drive",
"Fuel": "Premium",
"HighwELEC": "0",
"HighwMPG": "36",
"Trans": "Manual 6-spd",
"Size": "Large Cars",
"Year": "2024",
"Trim": "Integra A-Spec",
"Model": "Integra"
},
{
"Make": "Acura",
"CityMPG": "29",
"CityELEC": "0",
"CombMPG": "32",
"CombELEC": "0",
"Cyl": "4",
"Displace": "1.5",
"Drive": "Front-Wheel Drive",
"Fuel": "Premium",
"HighwELEC": "0",
"HighwMPG": "36",
"Trans": "Automatic (AV-S7)",
"Size": "Large Cars",
"Year": "2024",
"Trim": "Integra A-Spec",
"Model": "Integra"
}
]
}
}






Access comprehensive vehicle data for cars sold in the United States. Data sourced from the EPA's official fuel economy database (fueleconomy.gov) covers all passenger vehicles from 1984 to present, including fuel economy (city/highway/combined MPG), engine specifications, transmission details, and vehicle classifications.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/carmodels?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ count, filteredOn, cars, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseUse our Car Models API to pull specifications for any vehicles and display them side by side. Compare fuel economy, engine specs, and features to help users make informed decisions.
Combine our Car Models API with fuel prices to calculate estimated annual fuel costs. Show users how much they'll spend on gas based on their driving patterns.
Use our Car Models API to populate and maintain fleet vehicle data. Access standardized specifications for any vehicle in your fleet to optimize operations and fuel budgets.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/carmodels?make=Toyota&year=2024", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog