1970 Ford Mustang

Here's a simplified and formatted version of the provided JSON data:
```json
{
"image_urls": {
"large": {
"3x2": "https://...",
"6x4": "https://..."
},
"medium": {
...
},
"small": {
...
}
},
"details": {
"year": 1970,
"make": "Ford",
"model": "Mustang Convertible",
"engine": {
"type": "351 cubic inch 'C' engine (M-code)",
"transmission": "Four-speed manual"
},
"condition": "Restored"
},
"auction_details": {
"end_date": "2025-02-05T07:00:00-05:00",
"has_reserve": true,
"is_featured": false
},
"listing_info": {
"date": "2025-01-31 17:34:20",
"type": "auctions"
}
}
```
Some notable info extracted from the original JSON:
- **Vehicle Details:**
- Year, Make & Model: 1970 Ford Mustang Convertible
- Engine: M-code 351 cubic inch 'C' engine with a Four-speed manual transmission
- Condition: Restored
- **Auction:**
- End date of auction: February 5th, 2025 at 7 AM (local time)
- Has reserve met?: No
- Is featured?: No
- **Listing:**
- Listing date: January 31st, 2025 at 5:34 PM
- Type of listing.: Auctions
Last bid:
$33,000