| 1 | kuid | string | A unique identifier assigned to each vehicle ownership record for tracking and reference purposes. |
| 2 | kjennemerke | string | The vehicle's registration number used for official identification and license plate purposes. |
| 3 | understellsnummer | string | The chassis or vehicle identification number uniquely identifying the physical vehicle. |
| 4 | personid_orgnr_eier | string | Identifier for the owner, which can be a personal ID or an organizational number in case the owner is a company. |
| 5 | fodselsnr_eier | int | The owner's birth number used to uniquely identify the individual owner. |
| 6 | navn_eier | string | The first name of the registered vehicle owner. |
| 7 | mellomnavn_eier | string | The middle name of the vehicle owner, if applicable. |
| 8 | slektsnavn_eier | string | The family or last name of the vehicle owner. |
| 9 | adresse_eier | string | The street address of the vehicle owner for contact and registration purposes. |
| 10 | postnummer_eier | string | The postal code linked to the owner's address to specify the geographic location. |
| 11 | poststed_eier | string | The postal district or town name corresponding to the owner's postal code. |
| 12 | kommunenummer_eier | string | The municipality number where the owner resides, used for administration and location identification. |
| 13 | kommnavn_eier | string | The name of the municipality to which the owner belongs. |
| 14 | landkode_eier | string | Country code representing the owner's country of residence. |
| 15 | land_eier | string | The full name of the country where the owner resides. |
| 16 | fodselsdato_eier | date | The birth date of the owner, useful for identification and verification. |
| 17 | dato_fra | date | The start date when the ownership of the vehicle commenced. |
| 18 | dato_til | date | The end date marking when ownership ceased or changed. |
| 19 | personid_orgnr_meier | string | Identifier for the co-owner, either a personal ID or organizational number if applicable. |
| 20 | fodselsnr_meier | int | The birth number of the co-owner for unique individual identification. |
| 21 | navn_medeier | string | First name of the co-owner involved in the vehicle ownership. |
| 22 | mellomnavn_medeier | string | Middle name of the co-owner, if provided. |
| 23 | slektsnavn_medeier | string | Last or family name of the vehicle's co-owner. |
| 24 | adresse_medeier | string | The street address of the co-owner for contact and registration records. |
| 25 | postnummer_medeier | string | Postal code pertaining to the co-owner's address location. |
| 26 | poststed_medeier | string | The postal district or town name corresponding to the co-owner's postal code. |
| 27 | landkode_medeier | string | Country code associated with the co-owner's country of residence. |
| 28 | land_medeier | string | The full country name where the co-owner is located. |
| 29 | fodselsdato_medeier | date | Birth date of the co-owner, aiding in identity confirmation. |
| 30 | personid_orgnr_leier | string | Identifier for the lessee, which may be a personal or organizational ID. |
| 31 | fodselsnr_leier | int | Lessee's birth number used to specifically identify the individual lessee. |
| 32 | navn_leier | string | The first name of the party leasing the vehicle. |
| 33 | mellomnavn_leier | string | The middle name of the lessee, if applicable. |
| 34 | slektsnavn_leier | string | The family or last name of the lessee leasing the vehicle. |
| 35 | adresse_leier | string | Street address of the lessee used for communication and registration. |
| 36 | postnummer_leier | string | Postal code tied to the lessee's address for geographic reference. |
| 37 | poststed_leier | string | Postal town or district name related to the lessee's postal code. |
| 38 | landkode_leier | string | Country code representing the lessee's country of residence. |
| 39 | land_leier | string | Full name of the lessee's country for clearer identification. |
| 40 | fodselsdato_leier | date | The birth date of the lessee, assisting in personal identification. |
| 41 | førstegangsregistrering | date | Date when the vehicle was first officially registered anywhere, indicating its age and registration history. |
| 42 | total_historikk | int | A numeric value representing the total number of ownership records available for the vehicle, useful for understanding ownership changes over time. |
| 43 | kjoretoy_merke | string | The brand or manufacturer name of the vehicle. |
| 44 | kjoretoy_typebetegnelse | string | The specific vehicle model or type designation used for classification. |
| 45 | kjoretoy_drivstoff | string | The type of fuel the vehicle uses, such as petrol, diesel, electric, or hybrid. |
| 46 | kjoretoy_registreringsstatus | string | Current registration status of the vehicle, indicating if it is active, deregistered, or otherwise classified. |
| 47 | kjoretoy_kjoring_art | string | Classification of the vehicle’s usage or driving type, such as personal, commercial, or other specific use categories. |
| 48 | kjoretoy_forstegang_norge | date | The date on which the vehicle was first registered in Norway, regardless of previous registrations elsewhere. |