#KEKKH Hungarian Car Number plate #API
Data sourced directly from KEKKH, this API allows users look up the details of cars in Hungary using its number plate.
This is ideal for used car sales websites, insurance sites, and even helping consumers ensure that the car they are buying matches the plate.
The website is at http://www.rendszám.com/ which means “Number plate” in Hungarian.
Car registration plates in Estonia use the /CheckHungary endpoint and return the following information:
- Make & Model
- Engine Size
- Registration Year
- Engine power in KW
Sample Json:
{
“Description”:“BMW X3 2.0D X83”,
“CarMake”:{
“CurrentTextValue”:“BMW”
},
“CarModel”:{
“CurrentTextValue”:“X3 2.0D X83”
},
“MakeDescription”:{
“CurrentTextValue”:“BMW”
},
“ModelDescription”:{
“CurrentTextValue”:“X3 2.0D X83”
},
“EngineSize”:{
“CurrentTextValue”:“1995”
},
“RegistrationYear”:“2008”,
“Power”:“130”
}