Toyota · Schema

Toyota Electric Status

Electric vehicle battery and charging status for Toyota/Lexus hybrid and EV models

AutomobilesCarsVehiclesConnected CarTelematicsFleet ManagementElectric Vehicles

Properties

Name Type Description
vin string Vehicle Identification Number
batteryLevel integer Battery state of charge percentage (0-100)
batteryRange number Estimated electric-only range in miles
fuelLevel integer Fuel tank percentage for hybrid models (0-100)
fuelRange number Estimated fuel-based range in miles for hybrid models
totalRange number Combined electric + fuel total range in miles for hybrids
chargingStatus string Current charging state
pluggedIn boolean Whether the vehicle is currently plugged in
estimatedChargeCompleteTime string Estimated time when charging will be complete
lastUpdatedAt string Timestamp of the last status update
View JSON Schema on GitHub

JSON Schema

toyota-electric-status-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.toyota.com/schemas/electric-status",
  "title": "Toyota Electric Status",
  "description": "Electric vehicle battery and charging status for Toyota/Lexus hybrid and EV models",
  "type": "object",
  "required": ["vin", "batteryLevel"],
  "properties": {
    "vin": {
      "type": "string",
      "description": "Vehicle Identification Number"
    },
    "batteryLevel": {
      "type": "integer",
      "minimum": 0,
      "maximum": 100,
      "description": "Battery state of charge percentage (0-100)"
    },
    "batteryRange": {
      "type": "number",
      "minimum": 0,
      "description": "Estimated electric-only range in miles"
    },
    "fuelLevel": {
      "type": "integer",
      "minimum": 0,
      "maximum": 100,
      "description": "Fuel tank percentage for hybrid models (0-100)"
    },
    "fuelRange": {
      "type": "number",
      "minimum": 0,
      "description": "Estimated fuel-based range in miles for hybrid models"
    },
    "totalRange": {
      "type": "number",
      "minimum": 0,
      "description": "Combined electric + fuel total range in miles for hybrids"
    },
    "chargingStatus": {
      "type": "string",
      "enum": ["not_charging", "charging", "fully_charged", "plugged_in"],
      "description": "Current charging state"
    },
    "pluggedIn": {
      "type": "boolean",
      "description": "Whether the vehicle is currently plugged in"
    },
    "estimatedChargeCompleteTime": {
      "type": "string",
      "format": "date-time",
      "description": "Estimated time when charging will be complete"
    },
    "lastUpdatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of the last status update"
    }
  }
}

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

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/toyota-electric-status"
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.