Home
> Uncategorized > Greek vehicle lookup #API now generally available.
Greek vehicle lookup #API now generally available.
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="
}
Categories: Uncategorized
For reference, here is the list of regions used for the Region field:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GreekNumberPlate.txt
hosted with ❤ by GitHub
LikeLike