API Documentation

RegCheck API — Latvia

The /CheckLatvia endpoint returns vehicle data including fuel type, engine size, and power.

Endpoint

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

Test plate: GZ3425

Fields Returned

  • Make & Model
  • Variant
  • Registration Year
  • VIN
  • Engine Size (cc)
  • Power (kW)
  • Fuel Type

Sample JSON

{
  "Description": "VW BORA",
  "Variant": "BORA (1J2) (98-13)",
  "RegistrationYear": 1998,
  "CarMake": { "CurrentTextValue": "VW" },
  "CarModel": { "CurrentTextValue": "BORA" },
  "VehicleIdentificationNumber": "WVWZZZ1JZXW273563",
  "EngineSize": 2324,
  "Power": 110,
  "FuelType": "Benzīns"
}