RegCheck API — China
Offline data available. The
/CheckChinaendpoint returns vehicle and owner data for Chinese-registered vehicles. Coverage is approximately 4% of all vehicles; there is no charge for a failed search.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckChina
Test plate: 浙GCJ300
Fields Returned
- Make / Model
- Variant
- Registration Year
- Engine Size
- VIN / Engine Number
- Fuel Type
- Number of Seats / Doors
- Body Style
- Owner (Name, National ID, Address, Tel)
- Location (Province/City)
- Gonggao (model code)
Sample JSON
{
"Description": "haima Family",
"RegistrationYear": "2004",
"CarMake": { "CurrentTextValue": "haima" },
"CarModel": { "CurrentTextValue": "Family" },
"Variant": "GL New Yue Class",
"EngineSize": { "CurrentTextValue": "1.6L" },
"NumberOfSeats": { "CurrentTextValue": 5 },
"NumberOfDoors": { "CurrentTextValue": 4 },
"BodyStyle": "saloon",
"VIN": "LH17CKJF04H035018",
"EngineNumber": "ZM",
"FuelType": { "CurrentTextValue": "gasoline" },
"Owner": {
"Name": "王坚强",
"Id": "330725197611214838",
"Address": "义乌市稠城街道殿山村",
"Tel": "13868977994"
},
"Location": "浙江省金华市"
}