Vehicle API · JSON Structure

Vehicle Api Style Price Structure

Pricing information for a vehicle style

Type: object Properties: 4
AutomotiveCarsEdmundsPricingVehicles

StylePrice is a JSON Structure definition published by Vehicle API, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

baseMSRP baseInvoice tmv destinationCharge

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/vehicle-api/refs/heads/main/json-structure/vehicle-api-style-price-structure.json",
  "name": "StylePrice",
  "description": "Pricing information for a vehicle style",
  "type": "object",
  "properties": {
    "baseMSRP": {
      "type": "double",
      "description": "Manufacturer Suggested Retail Price",
      "example": 27515
    },
    "baseInvoice": {
      "type": "double",
      "description": "Dealer invoice price",
      "example": 25940
    },
    "tmv": {
      "type": "double",
      "description": "True Market Value estimate",
      "example": 26800
    },
    "destinationCharge": {
      "type": "double",
      "description": "Destination and delivery charge",
      "example": 1095
    }
  }
}

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/vehicle-api-style-price-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.