curl -X GET "http://localhost:8080/api/vehicles/1"
{ "id": 1, "reference": "BMW2024A1B2", "brand": "BMW", "model": "X5", "hp": 335, "autonomy": 650, "averageconsumption": 8.5, "description": "Luxury SUV with advanced features", "price": 65000.00, "year": 2024, "fuelType": "diesel", "mileage": 15000, "extras": "Navigation, Leather seats, Sunroof", "createdAt": "2024-01-15T10:30:00", "updatedAt": "2024-02-20T14:45:00", "doors": 5, "vehicleType": "SUV", "offers": "Yes", "images": [ { "id": 1, "imageUrl": "https://example.com/bmw-x5-front.jpg" }, { "id": 2, "imageUrl": "https://example.com/bmw-x5-interior.jpg" } ] }
Retrieve a specific vehicle by ID
{BRAND}{YEAR}{RANDOM}