Volkswagen · JSON Structure

Volkswagen Vehicle Config Structure

Field-level documentation for the VW OKAPI vehicle configuration model.

Type: object Properties: 0
AutomobilesCarsVehiclesAutomotiveVehicle Configuration

Volkswagen Vehicle Config Structure is a JSON Structure definition published by Volkswagen.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Volkswagen Vehicle Configuration Structure",
  "description": "Field-level documentation for the VW OKAPI vehicle configuration model.",
  "type": "object",
  "fields": [
    {
      "name": "typeId",
      "type": "string (UUID)",
      "required": true,
      "description": "Base vehicle type UUID identifying the trim level and engine variant."
    },
    {
      "name": "countryCode",
      "type": "string",
      "required": true,
      "description": "ISO 3166-2 market code (AT, DE, GB, US, etc.)."
    },
    {
      "name": "configId",
      "type": "string",
      "required": false,
      "description": "Session ID for resuming a saved in-progress configuration."
    },
    {
      "name": "selectedOptions",
      "type": "array<string (UUID)>",
      "required": false,
      "description": "UUIDs of selected options: exterior color, interior, wheels, radio, packages."
    },
    {
      "name": "buildable",
      "type": "boolean",
      "required": false,
      "description": "Whether the selected combination is buildable."
    },
    {
      "name": "totalPrice",
      "type": "Price",
      "required": false,
      "description": "Total configuration price.",
      "fields": [
        {"name": "amount", "type": "number", "description": "Price value."},
        {"name": "currency", "type": "string", "description": "ISO 4217 code (EUR, GBP, etc.)."}
      ]
    },
    {
      "name": "conflicts",
      "type": "array<Conflict>",
      "required": false,
      "description": "List of option conflicts if configuration is not buildable.",
      "fields": [
        {"name": "optionId", "type": "string", "description": "UUID of the conflicting option."},
        {"name": "reason", "type": "string", "description": "Explanation of the conflict."}
      ]
    }
  ]
}

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/volkswagen-vehicle-config-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 email required.

A second provider on the same verified email joins the account you already have.