API Documentation

RegCheck API — Canada

The /CheckCanada endpoint requires both a license plate and a Province code.

Endpoint

https://www.regcheck.org.uk/api/reg.asmx?op=CheckCanada

Test plate/province: CKST441 (ON)

Province Codes

Province Code
Alberta AB
British Columbia BC
Manitoba MB
New Brunswick NB
Newfoundland and Labrador NL
Nova Scotia NS
Northwest Territories NT
Nunavut NU
Ontario ON
Prince Edward Island PE
Quebec QC
Saskatchewan SK
Yukon YT

Fields Returned

  • Make / Model
  • VIN
  • Body / Trim
  • Transmission
  • Fuel
  • Drive
  • Engine

Sample JSON

{
  "Description": "Toyota C-HR",
  "RegistrationYear": "2020",
  "CarMake": { "CurrentTextValue": "Toyota" },
  "CarModel": { "CurrentTextValue": "C-HR" },
  "Body": "Sport Utility",
  "Transmission": "Automatic CVT",
  "Drive": "FWD",
  "VIN": "JTNKHMBX8L1063053",
  "Engine": "2.0L L4 DOHC 16V",
  "Fuel": "Gasoline"
}