cURL
curl --request GET \ --url https://transport.vin/{vin}
{ "vehicle": { "vin": "WP0AF2A99KS165242", "year": "2019", "make": "Porsche", "model": "911" }, "transport": { "id": "8188d287-c510-46dc-a894-a0646cf056e7", "fromZip": "55435", "toZip": "37129", "price": 1107, "eta": { "min": 3, "max": 5 }, "distance": 917, "expiration": "2024-05-10T15:33:29.2422698+00:00" } }
Show properties