RegCheck API — Taiwan
The
/CheckTaiwanendpoint covers motorcycles only (via the Ministry of Environment portal, branded as chepaiapi.tw). It returns make, age, engine size, and periodic inspection/emissions test records.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckTaiwan
Test plate: MWN-0076
Fields Returned
- Make (in Traditional Chinese)
- Registration Year
- Manufacture Date / License Issue Date
- Engine Size (cc)
- Engine Cycle (e.g. 四行程 = 4-stroke)
- Inspection Status
- Test Records array (each entry includes):
- License Plate
- Inspection Type (定期檢驗 = Periodic inspection)
- HC (ppm) / CO (%) / CO2 (%)
- Serial Number
- Result (合格 = Pass)
- Test Date / Test Time
- Label Year
Sample JSON
{
"Description": "光陽",
"RegistrationYear": "2018",
"CarMake": { "CurrentTextValue": "光陽" },
"EngineSize": "149",
"ManufactureDate": "01/08/2018",
"LicenseIssueDate": "05/09/2018",
"EngineCycle": "四行程",
"InspectionStatus": null,
"TestRecords": [
{
"LicensePlate": "MWN-0076",
"InspectionType": "定期檢驗",
"HC_ppm": "102",
"CO_pct": "0.1",
"CO2_pct": "14.8",
"SerialNo": "113080749",
"Result": "合格",
"TestDate": "20240822",
"TestTime": "10:47:31",
"LabelYear": "113"
}
]
}