Car License plate search #API for #Latvia
Latvia is a small baltic country, with a population of 1.92 million, and a car ownership rate of 342 per 1,000 – so an estimated car count of 650,000 vehicles. Today, we have expanded our API coverage to include Latvia, you can read more about this at our Latvian website http://www.autoapi.lv
Car registration plates in Latvia use the /CheckLatvia endpoint and return the following information:
- Make / Model
- Age
- VIN number
- Fuel
- Engine size
- Representative image
Sample Registration Number:
GZ3425
Sample Json:
{
“Description”: “VW BORA”,
“Variant”: “BORA (1J2) (98-13)”,
“RegistrationYear”: 1998,
“CarMake”: {
“CurrentTextValue”: “VW”
},
“CarModel”: {
“CurrentTextValue”: “BORA”
},
“MakeDescription”: {
“CurrentTextValue”: “VW”
},
“ModelDescription”: {
“CurrentTextValue”: “BORA”
},
“VehicleIdentificationNumber”: “WVWZZZ1JZXW273563”,
“EngineSize”: 2324,
“Power”: 110,
“FuelType”: “Benzīns”,
“ImageUrl”: “http://autoapi.lv/image.aspx/@VlcgQk9SQQ==”
}