RegCheck API — New Zealand
The
/CheckNewZealandendpoint returns comprehensive vehicle data including stolen indicator, warrant of fitness, and country of origin.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckNewZealand
Test plate: HGE60
Fields Returned
- Make, Model
- Engine Size
- Fuel Type
- Body Style
- VIN
- Engine Code
- Number of Seats
- Colour
- Country of Assembly
- Stolen indicator (Y/N)
- Estimated current odometer
- Last odometer reading
- Warrant of Fitness
- Plate Type
- Origin (country of manufacture)
- Vehicle Purpose
- First local registration date
- Imported (NEW / USED)
Sample JSON
{
"Description": "2010 Audi A4",
"RegistrationYear": "2010",
"CarMake": { "CurrentTextValue": "Audi" },
"CarModel": { "CurrentTextValue": "A4" },
"EngineSize": { "CurrentTextValue": 1984 },
"FuelType": { "CurrentTextValue": "Petrol" },
"BodyStyle": { "CurrentTextValue": "SEDAN" },
"VechileIdentificationNumber": "WAUZZZ8K4BA015618",
"EngineNumber": "CDN133445",
"Colour": "RED",
"NumberOfSeats": { "CurrentTextValue": "5" },
"Assembly": "IMPORTED BUILT-UP",
"Stolen": "N",
"Origin": "GERMANY",
"VehiclePurpose": "PRIVATE PASSENGER",
"FirstLocalRegistration": "01/8/2010",
"Imported": "NEW"
}