GET api/licenseplates/basic/{licenseplate}
A filtered set of data to provide immediate vehicle recognition feedback to website visitors.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| licenseplate |
Dutch licenseplate following RDW Sidecode (minus signs may be omitted) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Limited set of vehicledata
Kooijmans.Azure.VehicleService.Controllers.LicenseplatesController+BasicVehicleData| Name | Description | Type | Additional information |
|---|---|---|---|
| Licenseplate |
Licenseplate |
string |
None. |
| Make |
Make description for displaying to customers |
string |
None. |
| Model |
Model description for displaying to customers |
string |
None. |
| TypeDescriptionLong |
Type description for displaying to customers |
string |
None. |
| PathLogo |
Path where Logo-images are stored |
string |
None. |
| PathPhoto |
Path where Photo-images are stored |
string |
None. |
| BrandLogo |
Imagefile for brandlogo (with partial leading path). This property must be combined with Pathlogo |
string |
None. |
| BrandLogoThumb |
Thumbnail imagefile for brandlogo (with partial leading path). This property must be combined with Pathlogo |
string |
None. |
| PhotoFront |
Imagefile for Frontphoto (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
| PhotoFrontThumb |
Thumbnail Imagefile for Frontphoto (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
| PhotoRear |
Imagefile for Photo of rear (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
| PhotoRearThumb |
Thumbnail Imagefile for Photo of rear (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
| PhotoInterior |
Imagefile for Interior Photo (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
| PhotoInteriorThumb |
Thumbnail Imagefile for Interior Photo (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
| ConstructionYear |
Constuctionyear of linked Autotelex vehicletype |
integer |
None. |
| ConstructionMonth |
Constuctionmonth of linked Autotelex vehicletype |
integer |
None. |
| DatePart1 |
Date on which vehicle was new |
date |
None. |
| RdwColor |
Description of maincolor of the vehicle |
string |
None. |
| RdwColor2 |
Description of secondary color of the vehicle (if applicable) |
string |
None. |
| FuelTypeDescription |
Fueldescription of linked Autotelex vehicletype for displaying to customer |
string |
None. |
| VehicleType |
Enumvalue of vehicletype |
Kooijmans.Vehicle.VehicleType |
None. |
| ConsumerPrice |
Consumer price in Euro's (Default VAT and BPM included) |
integer |
None. |
| CurrentValue |
Current value in Euro's (Default VAT and BPM included) |
integer |
None. |
| SecuritySystemClass |
Default System security class (available from catalogue) |
string |
None. |
| VbVRiskClass |
Risk class (assigned by VbV) null or 0: unknown, 1: Very low risk, 2: Low risk, 3: Average risk, 4: High risk, 5: Very High risk |
integer |
None. |
| Source |
Source where data is coming from |
string |
None. |
Response Formats
application/json, text/json
{
"Licenseplate": "sample string 1",
"Make": "sample string 2",
"Model": "sample string 3",
"TypeDescriptionLong": "sample string 4",
"PathLogo": "sample string 5",
"PathPhoto": "sample string 6",
"BrandLogo": "sample string 7",
"BrandLogoThumb": "sample string 8",
"PhotoFront": "sample string 9",
"PhotoFrontThumb": "sample string 10",
"PhotoRear": "sample string 11",
"PhotoRearThumb": "sample string 12",
"PhotoInterior": "sample string 13",
"PhotoInteriorThumb": "sample string 14",
"ConstructionYear": 15,
"ConstructionMonth": 16,
"DatePart1": "2025-11-17T12:34:27.6501868+00:00",
"RdwColor": "sample string 18",
"RdwColor2": "sample string 19",
"FuelTypeDescription": "sample string 20",
"VehicleType": "PassengerCar",
"ConsumerPrice": 21,
"CurrentValue": 22,
"SecuritySystemClass": "sample string 23",
"VbVRiskClass": 1,
"Source": "sample string 24"
}
application/xml, text/xml
<LicenseplatesController.BasicVehicleData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.kooijmans.nl/vehicledata"> <BrandLogo>sample string 7</BrandLogo> <BrandLogoThumb>sample string 8</BrandLogoThumb> <ConstructionMonth>16</ConstructionMonth> <ConstructionYear>15</ConstructionYear> <ConsumerPrice>21</ConsumerPrice> <CurrentValue>22</CurrentValue> <DatePart1>2025-11-17T12:34:27.6501868+00:00</DatePart1> <FuelTypeDescription>sample string 20</FuelTypeDescription> <Licenseplate>sample string 1</Licenseplate> <Make>sample string 2</Make> <Model>sample string 3</Model> <PathLogo>sample string 5</PathLogo> <PathPhoto>sample string 6</PathPhoto> <PhotoFront>sample string 9</PhotoFront> <PhotoFrontThumb>sample string 10</PhotoFrontThumb> <PhotoInterior>sample string 13</PhotoInterior> <PhotoInteriorThumb>sample string 14</PhotoInteriorThumb> <PhotoRear>sample string 11</PhotoRear> <PhotoRearThumb>sample string 12</PhotoRearThumb> <RdwColor>sample string 18</RdwColor> <RdwColor2>sample string 19</RdwColor2> <SecuritySystemClass>sample string 23</SecuritySystemClass> <Source>sample string 24</Source> <TypeDescriptionLong>sample string 4</TypeDescriptionLong> <VbVRiskClass>1</VbVRiskClass> <VehicleType>PassengerCar</VehicleType> </LicenseplatesController.BasicVehicleData>