1966 Chevrolet Impala
What we know:
1966
Chevrolet

The given data appears to be a JSON object representing an auction listing. Here's a breakdown of the information it contains:
1. **Item Details:**
- **Make:** Chevrolet
- **Model:** Impala SS Sport Coupe
- **Year:** 1966
2. **Transmission:** Four-Speed (likely referring to a four-speed manual transmission)
3. **Auction Information:**
- The auction will start on July 18, 2024 at 7:00 AM EST.
- As of now, the current highest bid is $26,500.
- There is a reserve price set by the seller (since `has_reserve` is true), but it hasn't been met yet (`reserve_met` is false).
- The listing was created on July 12, 2024 at 3:32 PM, and it's an auction type listing (`listing_type`).
4. **Image Sizes & URLs:** There are different sizes of images for this item (xs, xs, md, lg) with their respective URL endpoints.
5. **Other Properties:**
- The `long_title` is "1966 Chevrolet Impala SS Sport Coupe With a Four-Speed"
- We don't have information on `offer_count`.
Here's a formatted version of the data:
```json
{
"images": {
"xs": "https://...",
...
"lg": "https://..."
},
"long_title": "1966 Chevrolet Impala SS Sport Coupe With a Four-Speed",
"start_date": "2024-07-18T07:00:00-04:00",
"current_bid": "$26,500",
"has_reserve": true,
"is_featured": false,
"offer_count": null,
"reserve_met": false,
"listing_date": "2024-07-12 15:32:45",
"listing_type": "auctions"
}
```
Last bid:
$26,500