Vehicle API · Example Payload

Vehicle Api Inventory Item Example

AutomotiveCarsEdmundsPricingVehicles

Vehicle Api Inventory Item Example is an example object payload from Vehicle API, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

vintypemakemodelyearstyleIdtrimpricedealerPricedealerIdzipmileage

Example Payload

Raw ↑
{
  "vin": "4T1C11AK0SU123456",
  "type": "new",
  "make": "toyota",
  "model": "camry",
  "year": 2025,
  "styleId": 401890697,
  "trim": "LE",
  "price": 27515,
  "dealerPrice": 26800,
  "dealerId": 12345,
  "zip": "90210",
  "mileage": 0
}