#Car #Registration #API in #Chile launched today
Chile, a nation of 17.91 Million people, and 4.26 million cars (Source: WHO), has now been added to our rapidly growing list of support for international vehicle APIs. With this API, you can determine the make, model, age, and even the owner’s name and RUT (Rol Único Tributario) number.
You can sign up to the API here; http://cl.matriculaapi.com/
Car registration plates in Chile use the /CheckChile endpoint and return the following information:
- Make & Model
- Age
- Owner information
- Representative image
Sample Registration Number:
DKCZ90
Sample Json:
{
“Description”: “BMW 116 M 1.6”,
“RegistrationYear”: “2012”,
“CarMake”: {
“CurrentTextValue”: “BMW”
},
“CarModel”: {
“CurrentTextValue”: “116 M 1.6”
},
“MakeDescription”: {
“CurrentTextValue”: “BMW”
},
“ModelDescription”: {
“CurrentTextValue”: “116 M 1.6”
},
“ImageUrl”: “http:\/\/cl.matriculaapi.com\/image.aspx\/@Qk1XIDExNiBNIDEuNg==”,
“DriverRut”: “18145092-4”,
“DriverName”: “LUIS EDUARDO SALINAS FARR\u00c1N”,
“ValidSince”: “2015-04-01”,
“Expiry”: “2016-03-31”,
“VehicleType”: “AUTOMOVIL”
}