API Documentation

RegCheck API — United States

The /CheckUSA endpoint requires both a registration number and a State code.

Endpoint

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

Test plate/state: Zzz9999 / NC

Parameters

  • Registration number
  • State: two-letter abbreviation for any of the 50 states, or DC (District of Columbia), GU (Guam), PR (Puerto Rico), VI (Virgin Islands)

Fields Returned

  • Description
  • Body Style
  • VIN
  • Engine Size
  • Country of Assembly
  • Make, Model
  • Registration Year

Sample JSON

{
  "Description": "2004 Dodge Durango Limited",
  "BodyStyle": { "CurrentTextValue": "SUV 4D" },
  "VechileIdentificationNumber": "1D8HB58D04F177301",
  "Assembly": "United States",
  "EngineSize": { "CurrentTextValue": "5.7L V8 MPI" },
  "RegistrationYear": "2004",
  "CarMake": { "CurrentTextValue": "Dodge" },
  "CarModel": { "CurrentTextValue": "Durango Limited" }
}