1994 Chevrolet Camaro
What we know:
1994
Chevrolet

Based on the provided JSON, here's a formatted version with explanations for each key:
```json
{
"image_urls": {
"large": "https://example.com/large-image.jpg",
"medial": "https://example.com/medium-image.jpg",
"small": "https://example.com/small-image.jpg"
},
"title": "1994 Chevrolet Camaro Z28 Convertible",
"year": 1994,
"make": "Chevrolet",
"model": "Camaro",
"body_type": "Convertible",
"vin": "1G1YU3D68FA025705",
"miles": 71822,
"trim_level": "Z28",
"paint_color": "Red",
"exterior_color_other": null,
"interior_color": "Black",
"drivetrain": "Rear-wheel drive",
"fuel_type": "Gasoline",
"engine_size": "5.7L LT1 V8",
"transmission": "6-Speed Manual",
"odometer_reading": "71,822",
"titled_status": "Clean",
"title_issues": [],
"o2_sensor": false,
"smoke_check": true,
"brake_proximity sensor": false,
"brake_system": true,
"exhaust_condition": "Good",
"tire_tread depths": ["7", "8", "7", "2"],
"tire_typesfrontal": [
{
"sidewall": "GK",
"location": "Driver's side"
},
{
"sidewall": "FK",
"location": "Front passenger side"
}
],
"tubes_original": true,
"warranty_info": null,
"safety_features": [
"Airbags front side",
"Passenger side-front airbag"
],
"air_conditioning": "Air conditioning",
"heating": "Heated rear seats",
"entertainment_features": ["Cassette/CD player"],
"power_options": [
"Power steering",
"Power brakes"
]
}
```
Key explanations:
- **image_urls**: Links to images of the vehicle in different sizes.
- **title, year, make, model, body_type**: Basic details about the vehicle.
- **vin**: Vehicle Identification Number (VIN).
- **miles/odometer_reading**: Current miles or odometer reading.
- **trim_level, paint_color, interior_color, drivetrain, fuel_type, engine_size, transmission**: Various attributes of the vehicle like trim level, colors, drivetrain type, fuel type, engine size, and transmission.
- **titled_status, title_issues**: Title status and any related issues.
- **o2_sensor, smoke_check...**: Status checks for specific components (e.g., oxygen sensor).
- **exhaust_condition**: Condition of the exhaust system.
- **tire_tread_depths, tire_types_frontal...**: Tire details including tread depth, type, location, and whether they're original.
- **warranty_info**: Any available warranty information on the vehicle.
- **safety_features, air_conditioning, heating, entertainment_features, power_options**: Lists of safety features, air conditioning, heating, entertainment options, and power amenities present in the vehicle.
Last bid:
$7,145