RegCheck API — Greece
The
/CheckGreeceendpoint returns vehicle data including doors, engine band, and region.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckGreece
Test plate: POT1309
Fields Returned
- Make / Model
- Variant
- Vehicle Type
- Doors
- Engine Band
- Engine Size (cc)
- Registration Date
- Region
Sample JSON
{
"Description": "KIA Picanto",
"CarMake": { "CurrentTextValue": "KIA" },
"CarModel": { "CurrentTextValue": "Picanto" },
"Variant": "1.0i 12v Lx",
"VehicleType": "ΕΙΧ",
"Doors": 5,
"EngineBand": 7,
"EngineSize": { "CurrentTextValue": 999 },
"RegistrationDate": "01/07/2008",
"Region": "Dodecanese - Rhodes"
}