RegCheck API — Germany
The German API accepts KBA numbers (not number plates). A KBA number is a unique type-approval identifier found on the vehicle registration document in boxes 2 and 3 (or Part 1 under 2.1 and 2.2). Format: HSN/TSN.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckGermany
KBANumber format: HSN/TSN (e.g. 4000/305)
Fields Returned
- Make & Model
- Engine Size (cc)
- Power in KW and Horsepower (PS)
- Fuel type
Related Services
- German license plate availability check:
https://rapidapi.com/infiniteloop/api/german-license-plate-availability - Bulk KBA data purchase:
https://payhip.com/b/PqsL
Sample JSON
{
"Description": "ALFA GIULIETTA Spider 1.3 [196101 - 196212] (59kW 80hp Otto AR 00508)",
"CarMake": { "CurrentTextValue": "alfa romeo" },
"CarModel": { "CurrentTextValue": "GIULIETTA SPIDER" },
"PowerKW": 59,
"PowerHP": 80,
"EngineSize": 1281,
"Fuel": "Benzin"
}