Vehicle API · Example Payload

Vehicle Api Model Example

AutomotiveCarsEdmundsPricingVehicles

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

Top-level fields

idnameniceNamemakeyears

Example Payload

Raw ↑
{
  "id": "Toyota_Camry",
  "name": "Camry",
  "niceName": "camry",
  "make": "toyota",
  "years": [
    "sample"
  ]
}