Toyota · JSON Structure

Toyota Vehicle Structure

JSON structure documentation for the Toyota Connected Services Vehicle resource

Type: Properties: 0
AutomobilesCarsVehiclesConnected CarTelematicsFleet ManagementElectric Vehicles

Toyota Vehicle Structure is a JSON Structure definition published by Toyota.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Toyota Vehicle Structure",
  "description": "JSON structure documentation for the Toyota Connected Services Vehicle resource",
  "resource": "ConnectedVehicle",
  "api": "Toyota Connected Services",
  "fields": [
    {
      "name": "vin",
      "type": "string (17 characters)",
      "required": true,
      "description": "Vehicle Identification Number, exactly 17 characters, alphanumeric (I, O, Q excluded)"
    },
    {
      "name": "alias",
      "type": "string",
      "required": false,
      "description": "User-assigned nickname for the vehicle"
    },
    {
      "name": "make",
      "type": "string (enum)",
      "required": false,
      "description": "Vehicle make: Toyota or Lexus"
    },
    {
      "name": "model",
      "type": "string",
      "required": false,
      "description": "Vehicle model name (e.g., Camry, Prius, RAV4, Tacoma, bZ4X)"
    },
    {
      "name": "year",
      "type": "integer",
      "required": false,
      "description": "Model year (four digit)"
    },
    {
      "name": "color",
      "type": "string",
      "required": false,
      "description": "Exterior color name"
    },
    {
      "name": "trim",
      "type": "string",
      "required": false,
      "description": "Trim/grade level (e.g., LE, XLE, Limited, TRD)"
    },
    {
      "name": "guid",
      "type": "string",
      "required": false,
      "description": "User GUID associated with the vehicle account"
    },
    {
      "name": "isConnected",
      "type": "boolean",
      "required": false,
      "description": "Whether the vehicle is actively connected to Toyota services"
    },
    {
      "name": "lastConnectedAt",
      "type": "string (ISO 8601 datetime)",
      "required": false,
      "description": "Last datetime the vehicle successfully connected to Toyota services"
    }
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/toyota-vehicle-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.