Car Registration #API in Peru
Does your business sell car parts, car services, car insurance, or used cars in Peru? this API will save your users time, and give you more accurate information about the car that the user owns, or intends to purchase.
You can open a free account at http://pe.placaapi.com/ – and get 10 free credits to search for number plates registered in Peru. The data returned will include the make, model, VIN, age, and current owner of the vehicle.
Car registration plates in Peru use the /CheckPeru endpoint and return the following information:
- Make & Model
- Age
- Representative image
- Owner
- VIN number
Sample Registration Number:
B6U175
Sample Json:
{
“Description”: “HYUNDAI TUCSON”,
“RegistrationYear”: “2012”,
“CarMake”: {
“CurrentTextValue”: “HYUNDAI”
},
“CarModel”: {
“CurrentTextValue”: “TUCSON”
},
“MakeDescription”: {
“CurrentTextValue”: “HYUNDAI”
},
“ModelDescription”: {
“CurrentTextValue”: “TUCSON”
},
“DeliveryPoint”: “ASOCIACIÓN AUTOMOTRIZ DEL PERÚ – LIMA”,
“Date”: “10/05/2012 16:18:48”,
“VIN”: “KMHJT81BBCU481538”,
“Make”: “HYUNDAI”,
“Model”: “TUCSON”,
“Owner”: “TOKASHIKI TOKASHIKI JENNY / CORNEJO CORRALES CARLOS ALFREDO”,
“Use”: “Vehiculos Particulares ( Categoria M )”,
“ImageUrl”: “http://pe.placaapi.com/image.aspx/@SFlVTkRBSSBUVUNTT04=”
}