Car Registration API for #Ukraine
Ukraine has a population of 42 million, and 9.2 million vehicles, 6.9 million cars;
250 thousand buses; 1.3 million trucks; and More than 840 thousand motorcycles, and we now offer an API that lets you determine the technical details of a vehicle based on it’s registration number (license plate) in Ukraine. – Please visit http://www.api.dn.ua for more information.
Ukraine support
Car registration plates in Ukraine use the /CheckUkraine endpoint and return the following information:
- Make / Model
- Engine Size
- Age
- Fuel
- Colour
- Representative image
Sample Registration Number:
AA5816EI
Sample Json:
{
“Description”: “RENAULT DUSTER”,
“RegistrationYear”: 2019,
“CarMake”: {
“CurrentTextValue”: “RENAULT”
},
“CarModel”: {
“CurrentTextValue”: “DUSTER”
},
“EngineSize”: {
“CurrentTextValue”: “1461”
},
“FuelType”: {
“CurrentTextValue”: “ДИЗЕЛЬНОЕ”
},
“MakeDescription”: {
“CurrentTextValue”: “RENAULT”
},
“ModelDescription”: {
“CurrentTextValue”: “DUSTER”
},
“BodyStyle”: {
“CurrentTextValue”: “УНИВЕРСАЛ”
},
“Colour”: “БІЛИЙ”,
“RegistrationDate”: “31/07/2019”,
“Weight”: {
“Net”: “1280”,
“Gross”: “1819”
},
“Validity”: {
“Start”: “2013-01-01”,
“End”: “2019-07-31”
},
“Address”: “М.КИЇВ\nДНІПРОВСЬКИЙ”,
“ImageUrl”: “http://api.dn.ua/image.aspx/@UkVOQVVMVCBEVVNURVI=”
}