Visteon · JSON Structure

Visteon Vehicle Data Structure

Structural documentation for the VehicleData object returned by the Visteon Phoenix Vehicle API

Type: object Properties: 0
AutomotiveConnected CarInfotainmentIoTFortune 500

Visteon Vehicle Data Structure is a JSON Structure definition published by Visteon.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Visteon Vehicle Data Structure",
  "description": "Structural documentation for the VehicleData object returned by the Visteon Phoenix Vehicle API",
  "type": "object",
  "fields": [
    { "name": "speed", "type": "number", "required": false, "description": "Vehicle speed in km/h" },
    { "name": "fuelLevel", "type": "integer", "required": false, "description": "Fuel percentage 0-100" },
    { "name": "odometer", "type": "number", "required": false, "description": "Odometer in kilometers" },
    { "name": "engineRunning", "type": "boolean", "required": false, "description": "Engine state" },
    { "name": "gearPosition", "type": "string", "required": false, "description": "Current gear: P/R/N/D/1-6" },
    {
      "name": "hvac",
      "type": "object",
      "required": false,
      "description": "HVAC system settings",
      "fields": [
        { "name": "temperature", "type": "number", "description": "Set temperature in Celsius" },
        { "name": "fanSpeed", "type": "integer", "description": "Fan speed 0-7" },
        { "name": "isAcOn", "type": "boolean", "description": "AC active state" }
      ]
    }
  ]
}

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/visteon-vehicle-data-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.