Smartcar · JSON Structure
Smartcar Vehicles Structure
Hierarchical structure of the Smartcar Vehicles API resources and data relationships
Type:
Properties: 0
AutomotiveConnected VehiclesIoTMobilityFleet ManagementEV ManagementTelematics
Smartcar Vehicles Structure is a JSON Structure definition published by Smartcar.
Meta-schema:
JSON Structure
{
"title": "Smartcar Vehicles API Structure",
"description": "Hierarchical structure of the Smartcar Vehicles API resources and data relationships",
"structure": {
"user": {
"description": "An end-user who has authorized vehicle access via OAuth",
"type": "entity",
"children": {
"connections": {
"description": "Vehicle connections authorized by this user",
"type": "collection",
"children": {
"connection": {
"description": "A single authorized vehicle connection",
"type": "entity",
"properties": ["id", "vehicleId", "userId", "status", "created"]
}
}
},
"vehicles": {
"description": "Connected vehicles accessible via Smartcar",
"type": "collection",
"children": {
"vehicle": {
"description": "A single connected vehicle with its telemetry and command surfaces",
"type": "entity",
"properties": ["id", "make", "model", "year", "vin"],
"children": {
"battery": {
"description": "EV battery status",
"type": "signal",
"properties": ["percentRemaining", "range"],
"permission": "read_battery"
},
"charge": {
"description": "EV charging status and control",
"type": "signal",
"properties": ["isPluggedIn", "state"],
"permission": "read_charge",
"commands": ["START", "STOP"]
},
"charge_limit": {
"description": "EV charge limit setting",
"type": "setting",
"properties": ["limit"],
"permission": "control_charge"
},
"security": {
"description": "Vehicle lock/unlock status and control",
"type": "signal",
"properties": ["isLocked", "doors", "windows"],
"permission": "read_security",
"commands": ["LOCK", "UNLOCK"]
},
"location": {
"description": "GPS coordinates",
"type": "signal",
"properties": ["latitude", "longitude"],
"permission": "read_location"
},
"odometer": {
"description": "Odometer reading",
"type": "signal",
"properties": ["distance"],
"permission": "read_odometer"
},
"fuel": {
"description": "Fuel tank status",
"type": "signal",
"properties": ["percentRemaining", "amountRemaining", "range"],
"permission": "read_fuel"
},
"engine_oil": {
"description": "Engine oil life",
"type": "signal",
"properties": ["lifeRemaining"],
"permission": "read_engine_oil"
},
"diagnostics": {
"description": "OBD-II diagnostic trouble codes",
"type": "signal",
"properties": ["activeCodes"],
"permission": "read_diagnostics"
},
"navigation": {
"description": "Navigation destination control",
"type": "command",
"inputs": ["latitude", "longitude", "address"],
"permission": "control_navigation"
}
}
}
}
}
}
}
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/smartcar-vehicles-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.