Norwegian customers only |
The Vehicle Register Service allows you to retrieve vehicle details from the external database.
Entering a license plate and clicking [Search] will give you a complete list of all properties registered for the vehicle. You can use this to select the properties you want to see.
You can limit the response by entering to properties you want to see in the Select field. separate each property with a comma.
LicensePlate, isElectrical, vehicleCategoryTaxCode will give the following response:
[
{
"licensePlate": "DL24498",
"isElectrical": false,
"vehicleCategoryTaxCode": "107"
}
]