Examples

Below are illustrative examples of OVS records.

{
  "year": 2024,
  "make": "Example",
  "model": "Alpha",
  "trim": "Base",
  "body": "Sedan",
  "engine": { "type": "I4", "displacementL": 2.0, "fuel": "Gasoline" },
  "transmission": { "type": "Automatic", "gears": 8 },
  "options": ["Sunroof", "AWD"]
}
{
  "year": 2020,
  "make": "Sample",
  "model": "Delta",
  "trim": "Sport",
  "body": "Hatchback",
  "engine": { "type": "I3", "displacementL": 1.0, "fuel": "Gasoline" },
  "transmission": { "type": "Manual", "gears": 6 },
  "options": ["Heated Seats"]
}

These examples are not sourced from proprietary datasets. They exist solely to demonstrate structure and fields.

Note: Examples on this site are illustrative.

← Back to Docs Hub