1975 Volkswagen Westfalia
What we know:
1975
Volkswagen

Here is the cleaned-up and organized JSON data based on your question.
```json
{
"vehicle_details": {
"year": 1975,
"make": "Volkswagen",
"model": "Type 2",
"body_type": "Westfalia Campmobile"
},
"sellers_info": {
"seller_id": null,
"seller_name": null,
"location": "Saint Albans, Vermont"
},
"auction_details": {
"auction_type": "auctions",
"current_bid_amount": "$16,000",
"has_reserve": true,
"reserve_met": false,
"start_datetime": "2024-07-25T07:00:00Z",
"end_datetime": "2024-08-31T07:00:00Z"
},
"vehicle_condition": {
"is_featured": false,
"offer_count": null
},
"listing_details": {
"listing_type": "auctions",
"listing_date": "2024-07-22T14:43:44Z"
},
"image_urls": {
" thumbnail": "<image urls>",
" medium": "<image urls>",
" large": "<image urls>",
" xl": "<image urls>",
" xs": "<image urls>"
}
}
```
This cleaned up version separates the keys and values into their respective categories like `vehicle_details`, `sellers_info`, `auction_details`, `vehicle_condition` etc.
Last bid:
$16,000