Car Registration #API in #Cyprus
Cyprus has the highest rate of car ownership in the world, with 742 cars per 1,000 people, which in 2009, was 651,149 cars out of a total population of 854,802. If your company is in the automotive trade, and is selling cars, car services, or car parts to Cyprus, then knowing the exact make and model of a Cypriot car from it’s license plate, will make your website that much easier to use.
We’ve developed an API at www.api.com.cy that allows you determine the make, model, age and engine size of a Cypriot car from it’s number plate. The website is in Greek, but don’t worry if you don’t speak greek, you can access the same API by clicking any of the other country versions, and access the /CheckCyprus API directly.
Cyprus support
Car registration plates in Cyprus use the /CheckCyprus endpoint and return the following information:
- Make / Model
- Engine Size
- Age
- Representative image
Sample Registration Number:
KXJ391
Sample Json:
{
“Description”: “DODGE CALIBER”,
“CarMake”: {
“CurrentTextValue”: “DODGE”
},
“CarModel”: {
“CurrentTextValue”: “CALIBER”
},
“MakeDescription”: {
“CurrentTextValue”: “DODGE”
},
“ModelDescription”: {
“CurrentTextValue”: “CALIBER”
},
“EngineSize”: {
“CurrentTextValue”: “1998”
},
“Power”: “115”,
“RegistrationDate”: “17/03/2010”,
“ManufactureDate”: “01/01/2006”,
“Convertible”: “False”,
“ImageUrl”: “http://www.api.com.cy/image.aspx/@RE9ER0UgQ0FMSUJFUg==”
}