Vehicle API · Example Payload

Vehicle Api Make Example

AutomotiveCarsEdmundsPricingVehicles

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

Top-level fields

idnameniceNamemodels

Example Payload

Raw ↑
{
  "id": 200001444,
  "name": "Toyota",
  "niceName": "toyota",
  "models": [
    "camry"
  ]
}