Car API (carapi.app) · Schema
MakeModelTrimMileage
EPA miles per gallon, ranges etc.
AutomobilesAutomotive DataCarsLicense Plate DecoderOBD-IIPower-SportsVehicle APIVehicle SpecificationsVehiclesVIN Decoder
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| make_model_trim_id | integer | |
| fuel_tank_capacity | number | How much fuel the vehicle holds (gallons) |
| 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%. |
| epa_city_mpg | integer | Miles per gallon for city driving |
| epa_highway_mpg | integer | Miles per gallon for highway driving |
| range_city | integer | Total range in miles on a full tank for city driving |
| range_highway | integer | Total range in miles on a full tank for highway driving |
| battery_capacity_electric | integer | Total capacity of the battery kWh |
| epa_time_to_charge_hr_240v_electric | number | How long it takes to charge an EV battery |
| epa_kwh_100_mi_electric | integer | kWh used to drive 100 miles for an electric vehicle |
| range_electric | integer | Range for electric vehicles in miles |
| epa_highway_mpg_electric | integer | MPG equivalent for driving electric vehicles on the highway |
| epa_city_mpg_electric | integer | MPG equivalent for driving electric vehicles in the city |
| epa_combined_mpg_electric | integer | MPG equivalent for electric vehicles |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MakeModelTrimMileage",
"title": "MakeModelTrimMileage",
"properties": {
"id": {
"minLength": 1,
"type": "integer",
"format": "int64",
"readOnly": true
},
"make_model_trim_id": {
"minLength": 1,
"type": "integer",
"format": "int64"
},
"fuel_tank_capacity": {
"type": "number",
"format": "float",
"description": "How much fuel the vehicle holds (gallons)"
},
"combined_mpg": {
"type": "integer",
"format": "int32",
"description": "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%."
},
"epa_city_mpg": {
"type": "integer",
"format": "int32",
"description": "Miles per gallon for city driving"
},
"epa_highway_mpg": {
"type": "integer",
"format": "int32",
"description": "Miles per gallon for highway driving"
},
"range_city": {
"type": "integer",
"format": "int32",
"description": "Total range in miles on a full tank for city driving"
},
"range_highway": {
"type": "integer",
"format": "int32",
"description": "Total range in miles on a full tank for highway driving"
},
"battery_capacity_electric": {
"minLength": 1,
"type": "integer",
"format": "int32",
"description": "Total capacity of the battery kWh"
},
"epa_time_to_charge_hr_240v_electric": {
"type": "number",
"format": "float",
"description": "How long it takes to charge an EV battery"
},
"epa_kwh_100_mi_electric": {
"type": "integer",
"format": "int32",
"description": "kWh used to drive 100 miles for an electric vehicle"
},
"range_electric": {
"type": "integer",
"format": "int32",
"description": "Range for electric vehicles in miles"
},
"epa_highway_mpg_electric": {
"type": "integer",
"format": "int32",
"description": "MPG equivalent for driving electric vehicles on the highway"
},
"epa_city_mpg_electric": {
"type": "integer",
"format": "int32",
"description": "MPG equivalent for driving electric vehicles in the city"
},
"epa_combined_mpg_electric": {
"type": "integer",
"format": "int32",
"description": "MPG equivalent for electric vehicles"
}
},
"type": "object",
"description": "EPA miles per gallon, ranges etc."
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/car-api-makemodeltrimmileage"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.