1967 Volkswagen Samba
What we know:
1967
Volkswagen

This data appears to be a JSON object representing information about a vehicle listing on an auction platform. Here's a breakdown of the provided JSON data:
**Image Data:**
The listing has multiple images, each cropped to different aspect ratios for various screen sizes (xs, xs, md, lg, xl). You can access each image using its respective key like this: `data['images']['xs']['120x68']`.
**Vehicle Details:**
- The vehicle is a restored 1967 Type 2 Deluxe Sunroof Samba Bus.
- It has a long title of "Restored 1967 Type 2 Deluxe Sunroof Samba Bus".
- The current bid price for the auction is $10,000. However, there isn't any information about the initial or reserve prices.
**Listing Information:**
- The listing started on October 1, 2024 at 7:00 AM (UTC-4).
- It does not specify whether it's a featured item.
- There are no offers made yet (`offer_count` is null).
- The reserve price has not been met yet (`reserve_met` is false).
**JSON Object:**
```json
{
"images": {...},
"long_title": "Restored 1967 Type 2 Deluxe Sunroof Samba Bus",
"start_date": "2024-10-01T07:00:00-04:00",
"current_bid": "$10,000",
"has_reserve": true,
"is_featured": false,
"offer_count": null,
"reserve_met": false,
"listing_date": "2024-09-26 13:15:45",
"listing_type": "auctions"
}
```
Last bid:
$68,000