API Documentation

RegCheck API — Lithuania

The /CheckLithuania endpoint returns vehicle data including VIN, fuel type, insurer, and insurance policy number.

Endpoint

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

Test plate: NAO075

Fields Returned

  • Make / Model
  • Registration Year
  • Engine Size (cc)
  • VIN
  • Fuel Type
  • Insurance Company
  • Insurance Company Number (policy reference)
  • Vehicle Type
  • Body

Sample JSON

{
  "Description": "VOLKSWAGEN CRAFTER",
  "RegistrationYear": "2006",
  "CarMake": { "CurrentTextValue": "VOLKSWAGEN" },
  "CarModel": { "CurrentTextValue": "CRAFTER" },
  "EngineSize": { "CurrentTextValue": "2461" },
  "VIN": "WV1ZZZ2EZE6017394",
  "FuelType": "Diesel",
  "InsuranceCompany": "ERGO INSURANCE SE LIETUVOS FILIALAS",
  "InsuranceCompanyNumber": "ACB 1798038:8192689",
  "VehicleType": "LORRY",
  "Body": "Bus"
}