Greece has a population of 10.72 million, and a 5.28 million passenger cars which is a 49% car ownership rate, which is quite average for an EU country. Based on Eurostat data from 2018, graph below.
Today, we’ve launched our Greek API on the domain πινακιδα.gr which means “License plate” in Greek. The API endpoint is available at http://www.πινακιδα.gr/api/reg.asmx?op=CheckGreece
Car registration plates in Greece use the /CheckGreece endpoint and return the following information:
Make / Model
Age
Doors
Engine size
Representative image
Sample Registration Number:
POT1309
Sample Json:
{
“Description”: “KIA Picanto”,
“CarMake”: {
“CurrentTextValue”: “KIA”
},
“CarModel”: {
“CurrentTextValue”: “Picanto”
},
“MakeDescription”: {
“CurrentTextValue”: “KIA”
},
“ModelDescription”: {
“CurrentTextValue”: “Picanto”
},
“Variant”: “1.0i 12v Lx”,
“VehicleType”: “ΕΙΧ”,
“Doors”: 5,
“EngineBand”: 7,
“EngineSize”: {
“CurrentTextValue”: 999
},
“RegistrationDate”: “01/07/2008”,
“Region”: “Dodecanese – Rhodes”,
“ImageUrl”: “http://www.πινακιδα.gr/image.aspx/@S0lBIFBpY2FudG8=”
}
