Chinese Vehicle License Plate #API now available

With a database of 16 Million Chinese number plates and associated vehicle details and owners, we’ve launched an API that allows a lookup on this data. This allows you to determine the make, model and owner of a Chinese Vehicle from it’s license plate, assuming it’s found in our database (Which admittedly is only 4% of the vehicles in China).
The website is available here; https://www.chepaiapi.cn/ and we also have offline data available, for analysis for other purposes.
Car registration plates in China use the /CheckChina endpoint and returns the following information:
- Make / Model
- Age
- Engine Size
- VIN
- Owner details
- Representative image
In China, only 4% of all vehicles are covered by our database, therefore most searches will not return data, there is no charge for a failed search.
Sample Registration Number:
浙GCJ300
Sample Json:
{
"Description": "haima Family",
"RegistrationYear": "2004",
"CarMake": {
"CurrentTextValue": "haima"
},
"CarModel": {
"CurrentTextValue": "Family"
},
"Variant": "GL New Yue Class",
"EngineSize": {
"CurrentTextValue": "1.6L"
},
"MakeDescription": {
"CurrentTextValue": "haima"
},
"ModelDescription": {
"CurrentTextValue": "Family"
},
"NumberOfSeats": {
"CurrentTextValue": 5
},
"NumberOfDoors": {
"CurrentTextValue": 4
},
"BodyStyle": "saloon",
"VIN": "LH17CKJF04H035018",
"EngineNumber": "ZM",
"FuelType": {
"CurrentTextValue": "gasoline"
},
"Owner": {
"Name": "王坚强",
"Id": "330725197611214838",
"Address": "义乌市稠城街道殿山村",
"Tel": "13868977994"
},
"Gonggao": "HMC7161",
"Location": "浙江省金华市",
"ImageUrl": "http://chepaiapi.cn/image.aspx/@aGFpbWEgRmFtaWx5"
}