API Documentation

RegCheck API — Norway

Offline data available. The /CheckNorway endpoint returns vehicle data from the Norwegian Motor Vehicle Register including an extended dataset with tyre, axle, and technical details.

Endpoint

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

Test plate: Zt49510

Fields Returned

  • Make and Model
  • Year of Registration
  • Engine Size
  • VIN number
  • Power (kW)
  • Region
  • Extended dataset (Norwegian Motor Register raw fields)

Extended Field Reference (selected)

Field Description
farge Colour
siste-pkk Last periodic inspection
neste-pkk Next periodic inspection
reg-dato Registration date
motorytelse Engine power
slagvolum Engine displacement
drivst Fuel type code
totalvekt Gross weight
egenvekt Kerb weight
co2-utslipp CO2 emissions
girkasse Gearbox type
drivende-hjul Drive wheels
dekk-f / dekk-b Front/rear tyre size
sitteplasser-totalt Total seats

Sample JSON

{
  "Description": "FERRARI F 355 F1 SPIDER",
  "RegistrationYear": 1998,
  "CarMake": { "CurrentTextValue": "FERRARI" },
  "CarModel": { "CurrentTextValue": "F 355 F1 SPIDER" },
  "EngineSize": { "CurrentTextValue": "3496" },
  "Power": 280,
  "Region": "Oslo",
  "VechileIdentificationNumber": "ZFFXR48B000112213",
  "ExtendedInformation": {
    "farge": "SØLV",
    "siste-pkk": "20160705",
    "neste-pkk": "20180531",
    "totalvekt": "001700",
    "egenvekt": "01490",
    "co2-utslipp": "0000",
    "girkasse": "HALV-AUTOMAT F1 GIR",
    "drivende-hjul": "BAK",
    "dekk-f": "P225/40 ZR 18",
    "dekk-b": "P265/40 ZR 18"
  }
}