{{baseUrl}}/moto/:targa
GET {{baseUrl}}/moto/:targa
This method shows information about a motorcycle starting from its Italian license plate
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"LicensePlate": "XX40666",
"Description": "Yamaha Tracer 700 ABS - 74.8 CV",
"RegistrationYear": "2017",
"CarMake": "Yamaha",
"CarModel": "Tracer 700",
"EngineSize": "",
"FuelType": "",
"MakeDescription": "Yamaha",
"ModelDescription": "Tracer 700",
"Immobiliser": "",
"Version": "ABS - 74.8 CV",
"ABS": "",
"AirBag": "",
"Vin": "",
"KType": "",
"Timestamp": 1665411640
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS