API Documentation

RegCheck API — Finland

Offline data available. The /CheckFinland endpoint returns vehicle details including the insurance company, tow bar status, and technical data.

Endpoint

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

Test plate: LZF-630

Fields Returned

  • Make and Model
  • Year of Registration
  • VIN number
  • Insurance Company
  • Tow Bar (True/False)
  • Engine Size
  • Fuel Type
  • Body Type
  • Transmission
  • Model Year
  • Variant
  • Power (kW)
  • Net Weight
  • Engine Code
  • Axles

Sample JSON

{
  "Description": "Volkswagen GOLF",
  "RegistrationYear": "2010",
  "CarMake": { "CurrentTextValue": "Volkswagen" },
  "CarModel": { "CurrentTextValue": "GOLF" },
  "EngineSize": { "CurrentTextValue": "1598" },
  "FuelType": { "CurrentTextValue": "Diesel" },
  "BodyStyle": { "CurrentTextValue": "Car" },
  "InsuranceCompany": "LähiTapiola",
  "VechileIdentificationNumber": "WVWZZZ1KZBW072586",
  "TowBar": "True",
  "RegistrationDate": "21/09/2010",
  "Power": "77",
  "Turbo": "No",
  "NetWeight": "1340",
  "EngineCode": "CAYC",
  "Transmission": "Automaattinen",
  "BodyType": "Kombi-sedan",
  "ModelYear": "2011",
  "Variant": "VW GOLF VI 09-13"
}