Support for #Motorcycle registration lookups in #Spain via #API
Need to find vehicle details of a motorcycle registered in Spain via an API?, this new addition to our suite lets you do this; you should use an alternative API endpoint, as follows;
http://www.matriculaapi.com/api/bespokeapi.asmx?op=CheckMotorBikeSpain
Which returns data in the following format:
{
“Description”: “SUZUKI DL 650 V-STROM”,
“CarMake”: {
“CurrentTextValue”: “SUZUKI”
},
“CarModel”: {
“CurrentTextValue”: “DL 650”
},
“MakeDescription”: {
“CurrentTextValue”: “SUZUKI”
},
“ModelDescription”: {
“CurrentTextValue”: “DL 650”
},
“EngineSize”: “645”,
“VehicleIdentificationNumber”: “”,
“RegistrationYear”: “2003”,
“RegistrationDate”: “01/11/2003”,
“Variation”: “V-STROM”,
“Seats”: 1,
“VariantType”: “”,
“VehicleType”: “MOTOCICLETA”,
“Fuel”: “GASOLINA”,
“IndicativePrice”: “7909.79”,
“Doors”: 0,
“AllTerain”: 0,
“KType”: 0,
“ImageUrl”: “http://matriculaapi.com/image.aspx/@U1VaVUtJIERMIDY1MHxtb3RvcmN5Y2xl”,
“Transmission”: “MANUAL”,
“DynamicPower”: “68”,
“Stolen”: null
}