1949 Sampson CC-50

The vehicles is a vintage 1949 Sampson CC-50, notable for being manufactured in Australia. This classic car comes with distinctive features like petrol fuel type and manual transmission. It's also significant because its condition currently signifies it's set for an upcoming auction event, with no bids placed yet. Located in Burraneer, NSW, this automotive treasure boasts a unique appearance that draws attention to its historical significance.
**For those of you who want the code used:**
```python
import json
json_data = """
{
"geo": {
"city": "Sydney",
"state": "New South Wales",
"country": "Australia",
"postal_code": "2230"
},
"dtmfg":1949,
"extra_details": {
"id":"72423",
"rank":501760864940,
...
}
}
"""
data = json.loads(json_data)
print(f"The vehicle is a vintage {data['dtmfg']} Sampson CC-50, notable for being manufactured in Australia. This classic car comes with distinctive features like petrol fuel type and manual transmission.")
```
Last bid:
$0