Toyota · Schema
Toyota Vehicle
A Toyota or Lexus connected vehicle in the Toyota Connected Services platform
AutomobilesCarsVehiclesConnected CarTelematicsFleet ManagementElectric Vehicles
Properties
| Name | Type | Description |
|---|---|---|
| vin | string | 17-character Vehicle Identification Number (VIN) |
| alias | string | User-assigned vehicle nickname |
| make | string | Vehicle make |
| model | string | Vehicle model name |
| year | integer | Vehicle model year |
| color | string | Exterior color |
| trim | string | Trim level |
| guid | string | User GUID associated with the vehicle |
| isConnected | boolean | Whether the vehicle is currently connected to Toyota services |
| lastConnectedAt | string | Last time the vehicle connected to Toyota services |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.toyota.com/schemas/vehicle",
"title": "Toyota Vehicle",
"description": "A Toyota or Lexus connected vehicle in the Toyota Connected Services platform",
"type": "object",
"required": ["vin"],
"properties": {
"vin": {
"type": "string",
"minLength": 17,
"maxLength": 17,
"pattern": "^[A-HJ-NPR-Z0-9]{17}$",
"description": "17-character Vehicle Identification Number (VIN)"
},
"alias": {
"type": "string",
"description": "User-assigned vehicle nickname"
},
"make": {
"type": "string",
"enum": ["Toyota", "Lexus"],
"description": "Vehicle make"
},
"model": {
"type": "string",
"description": "Vehicle model name"
},
"year": {
"type": "integer",
"minimum": 1990,
"description": "Vehicle model year"
},
"color": {
"type": "string",
"description": "Exterior color"
},
"trim": {
"type": "string",
"description": "Trim level"
},
"guid": {
"type": "string",
"description": "User GUID associated with the vehicle"
},
"isConnected": {
"type": "boolean",
"description": "Whether the vehicle is currently connected to Toyota services"
},
"lastConnectedAt": {
"type": "string",
"format": "date-time",
"description": "Last time the vehicle connected to Toyota services"
}
}
}
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/toyota-vehicle"
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.