Vehicle API · Example Payload

Vehicle Api Photo Example

front 3/4exterior

Vehicle Api Photo 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

idtitlecategorytagssizes

Example Payload

Raw ↑
{
  "id": "toyota_camry_2025_le_001",
  "title": "Toyota Camry 2025 LE Front 3/4",
  "category": "exterior",
  "tags": [
    "front 3/4",
    "exterior"
  ],
  "sizes": [
    {
      "size": "98x65",
      "link": "https://media.ed.edmunds-media.com/toyota/camry/2025/oem/example.jpg"
    }
  ]
}