GET api/licenseplates/premium/{licenseplate}
Complete vehicletype data by licenseplate.
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
Complete set of vehicledata
Kooijmans.Vehicle.RollsLicensePlateMotorVehicleTypeSetName | Description | Type | Additional information |
---|---|---|---|
Licenseplate |
Licenseplate |
string |
None. |
DatePart1 |
Date on which vehicle was new |
date |
None. |
DatePart2 |
Date on which the vehicle was last transcribed to a new owner (value can be unknown in some cases) |
date |
None. |
FirstOwner |
Indication for first owner |
boolean |
None. |
DateFirstRegistrationNL |
Date on which the vehicle first has been registered in Holland |
date |
None. |
RegistrationFuelType1ID |
RDW First Fuel - FueltypeID following SIVI ADNBRS ID's (sivi.org). Possible values can be retrieved by Web API call (api/[vehicletype]/fueltypes) |
string |
None. |
RegistrationFuelType1Description |
RDW First Fuel - FuelTypeDescription. |
string |
None. |
RegistrationFuelType2ID |
RDW Second Fuel - FueltypeID following SIVI ADNBRS ID's (sivi.org). Possible values can be retrieved by Web API call (api/[vehicletype]/fueltypes) |
string |
None. |
RegistrationFuelType2Description |
RDW Second Fuel - FuelTypeDescription. |
string |
None. |
RegistrationFuelType3ID |
RDW Third Fuel - FueltypeID following SIVI ADNBRS ID's (sivi.org). Possible values can be retrieved by Web API call (api/[vehicletype]/fueltypes) |
string |
None. |
RegistrationFuelType3Description |
RDW Third Fuel - FuelTypeDescription. |
string |
None. |
MeldCode |
RDW Meldcode for vehicle (Last 4 characters of VIN... Vehicle Identification Number) |
string |
None. |
Import |
Indication if vehicle was imported |
boolean |
None. |
ConstructionYear |
Constructionyear of vehicle |
integer |
None. |
ConstructionMonth |
Constructionmonth of vehicle |
integer |
None. |
Color |
RDW Main-color description |
string |
None. |
Color2 |
RDW Secondary-color description |
string |
None. |
ExpirationDateMotTest |
Date on which the vehicle must have ModTest (in Dutch APK Vervaldatum) |
date |
None. |
TaxiRegistration |
Indication for Taxi |
boolean |
None. |
Wheels |
RDW Registered number of wheels |
integer |
None. |
VehicleCategory |
RDW Vehicle Category |
string |
None. |
RdwBodyDescription |
RDW registered body description. List of possible values will come soon. Preferably use Autotelex bodydescription or bodyid while RDW registration is not always accurate. |
string |
None. |
Types |
Autotelex vehicletypes linked to the 'RDW-typegoedkeurnummer' registered for this licenseplate |
Collection of Kooijmans.Vehicle.RollsMotorVehicleType Actual type can be: Kooijmans.Vehicle.RollsPassengercarType , Kooijmans.Vehicle.RollsMotorCycleType , Kooijmans.Vehicle.RollsVanType , Kooijmans.Vehicle.RollsMopedType |
None. |
MakeID |
Autotelex MakeID |
integer |
None. |
BrandName |
Brand name |
string |
None. |
PathLogo |
Path where logo images can be found |
string |
None. |
PathPhoto |
Path where photo images can be found |
string |
None. |
BrandLogo |
Image path for brand logo |
string |
None. |
BrandLogoThumb |
Image path for small brand logo |
string |
None. |
ModelID |
Autotelex modelID |
integer |
None. |
ModelName |
Model name |
string |
None. |
Response Formats
application/json, text/json
{ "Licenseplate": "sample string 1", "DatePart1": "2025-04-23T01:44:44.6372187+00:00", "DatePart2": "2025-04-23T01:44:44.6372187+00:00", "FirstOwner": true, "DateFirstRegistrationNL": "2025-04-23T01:44:44.6372187+00:00", "RegistrationFuelType1ID": "sample string 7", "RegistrationFuelType1Description": "sample string 8", "RegistrationFuelType2ID": "sample string 9", "RegistrationFuelType2Description": "sample string 10", "RegistrationFuelType3ID": "sample string 11", "RegistrationFuelType3Description": "sample string 12", "MeldCode": "sample string 13", "Import": true, "ConstructionYear": 15, "ConstructionMonth": 16, "Color": "sample string 17", "Color2": "sample string 18", "ExpirationDateMotTest": "2025-04-23T01:44:44.6372187+00:00", "TaxiRegistration": true, "Wheels": 19, "VehicleCategory": "sample string 20", "RdwBodyDescription": "sample string 21", "Types": null, "MakeID": 22, "BrandName": "sample string 23", "PathLogo": "sample string 24", "PathPhoto": "sample string 25", "BrandLogo": "sample string 26", "BrandLogoThumb": "sample string 27", "ModelID": 28, "ModelName": "sample string 29" }
application/xml, text/xml
<RollsLicensePlateMotorVehicleTypeSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.kooijmans.nl/vehicledata"> <BrandLogo>sample string 26</BrandLogo> <BrandLogoThumb>sample string 27</BrandLogoThumb> <BrandName>sample string 23</BrandName> <MakeID>22</MakeID> <ModelID>28</ModelID> <ModelName>sample string 29</ModelName> <PathLogo>sample string 24</PathLogo> <PathPhoto>sample string 25</PathPhoto> <Color>sample string 17</Color> <Color2>sample string 18</Color2> <ConstructionMonth>16</ConstructionMonth> <ConstructionYear>15</ConstructionYear> <DateFirstRegistrationNL>2025-04-23T01:44:44.6372187+00:00</DateFirstRegistrationNL> <DatePart1>2025-04-23T01:44:44.6372187+00:00</DatePart1> <DatePart2>2025-04-23T01:44:44.6372187+00:00</DatePart2> <ExpirationDateMotTest>2025-04-23T01:44:44.6372187+00:00</ExpirationDateMotTest> <FirstOwner>true</FirstOwner> <Import>true</Import> <Licenseplate>sample string 1</Licenseplate> <MeldCode>sample string 13</MeldCode> <RdwBodyDescription>sample string 21</RdwBodyDescription> <RegistrationFuelType1Description>sample string 8</RegistrationFuelType1Description> <RegistrationFuelType1ID>sample string 7</RegistrationFuelType1ID> <RegistrationFuelType2Description>sample string 10</RegistrationFuelType2Description> <RegistrationFuelType2ID>sample string 9</RegistrationFuelType2ID> <RegistrationFuelType3Description>sample string 12</RegistrationFuelType3Description> <RegistrationFuelType3ID>sample string 11</RegistrationFuelType3ID> <TaxiRegistration>true</TaxiRegistration> <Types i:nil="true" /> <VehicleCategory>sample string 20</VehicleCategory> <Wheels>19</Wheels> </RollsLicensePlateMotorVehicleTypeSet>