#Car #Registration #API in #Argentina just launched
http://ar.matriculaapi.com/ is an API that allows developers determine the make, model, age and region from a Argentinian number plate. It is the latest country to be added to our growing global coverage, and the first south american country to be supported.
Argentina has a population of 43 million people, and a driving percentage of 31.5%, giving a total volume of 13.8 million vehicles registered in Argentina.
To try out the API, head over to the website, and create a free account, then call the web service using the /CheckArgentina endpoint to return the following information:
- Make & Model
- Age
- Region
- Representative image
Sample Registration Number:
NOD441
Sample Json:
{
“Description”: “FIAT PALIO ATTRACTIVE 1.4 5 P “,
“RegistrationYear”: “2014”,
“CarMake”: {
“CurrentTextValue”: “FIAT”
},
“CarModel”: {
“CurrentTextValue”: “PALIO ATTRACTIVE 1.4 5 P “
},
“MakeDescription”: {
“CurrentTextValue”: “FIAT”
},
“ModelDescription”: {
“CurrentTextValue”: “PALIO ATTRACTIVE 1.4 5 P “
},
“Region”: “Ciudad de Buenos Aires”,
“ImageUrl”: “http:\/\/ar.matriculaapi.com\/image.aspx\/@RklBVCBQQUxJTyBBVFRSQUNUSVZFIDEuNCA1IFAg”
}