1959 Austin-Healey Sprite
What we know:
1959
Austin

I have formatted the provided JSON object as a Python dictionary:
```python
{
"images_urls": {
"lg": "https://images.hemmings.com/is/image/Hem/1959-Austin-Healey-Mark-I-Sprite-Convertible-With-a--1--275--cc-Four-15010364.jpg?wid=780&hei=470&qlt=75,0",
"md": "https://images.hemmings.com/is/image/Hem/1959-Austin-Healey-Mark-I-Sprite-Convertible-With-a--1--275--cc-Four-15010364.jpg?wid=480&hei=294&qlt=75,0",
"sm": "https://images.hemmings.com/is/image/Hem/1959-Austin-Healey-Mark-I-Sprite-Convertible-With-a--1--275--cc-Four-15010364.jpg?wid=308&hei=185&qlt=75,0",
"xxl": "https://images.hemmings.com/is/image/Hem/1959-Austin-Healey-Mark-I-Sprite-Convertible-With-a--1--275--cc-Four-15010364.jpg?wid=1024&hei=648&qlt=75,0"
},
" Vehicle Details": {
"year": "1959",
"make": "Austin-Healey",
"model": "Mark I Sprite Convertible",
"engine_size_in_cubic_centimeters": 1275.0,
"body_type": "Convertible",
"transmission": null,
"odometer_reading_in_miles": null,
"exterior_color": null
},
"pricing_info": {
"condition": "Used ",
"price_phrase": null,
"current_bid_text": null,
"next_auction_start": null
},
"sale_type": "auctions",
"start_date": "2024-09-25T07:00:00-04:00",
"end_date": null,
"location": {},
" Vehicle Story": null,
"images_urls": {
... # same as above, omitted for brevity
},
"purchase_info": {},
"long_title": "1959 Austin-Healey Mark I Sprite Convertible With a 1,275 cc Four",
"start_date": "2024-09-25T07:00:00-04:00",
"current_bid": null,
"has_reserve": true,
"is_featured": false,
"offer_count": null,
"reserve_met": false,
"listing_date": "2024-09-20 10:45:07",
"listing_type": "auctions",
"current_price": null
}
```
This dictionary now contains the vehicles details, pricing information, sale dates and other relevant information. You can access the data using keys like `"Vehicle Details">["year"]` for accessing year of manufacture or `"pricing_info">["condition"]` to access condition information.
Last bid:
$11,750