Car

Car data (RDW) functions for webservices.  This service provides methods to find car related data.

Summary
Car data (RDW) functions for webservices.
Retrieve information abount a car from RDW.
Check the validity of a license plate and check code (‘meldcode’) combination.
Retrieves data of a car with a Dutch license plate, including a list of types matched if more information is available.
Retrieves data of a car with a Dutch license plate.
Retrieves data of a car with a Dutch license plate and check code (‘meldcode’).
Retrieves car data, including the fiscal price, directly from RDW.
Retrieves data of a car, including information about extra options.
Retrieve information for a specific car using license plate.
Check the validity of a license plate and check code (‘meldcode’) combination.
Retrieve extended information for a car.
Retrieve extended information for a specific version of a car.
Retrieve options of a car.
Retrieve information for a specific version using version code and production year.
Please note that when using a test account an older and less complete dataset is used.
Retrieve possible models for a specific brand of car.
Retrieve possible versions for a specific model of car.
Retrieve extended information for a specific version of a car.
Retrieve photos of a car using it’s unique atl_code.
Retrieve Autodisk price information.
Retrieves data of a car with a Dutch license plate
Retrieves data of a car with a Dutch license plate, including a list of types matched if more information is available.
Retrieves data of a car with a Dutch license plate.
A single car entry.
A single car entry.
A single car entry, including matched model types (if available)
A single car entry (including CO2 emission) and matched model types.
A single car entry, includes BPM and power.
A single car entry, includes BPM and power.
Indicates if a license plate and check code (‘meldcode’) combination is correct, and if the car is registered as active
Indicates if a license plate and check code (‘meldcode’) combination is correct.
General model type data.
A single car entry, includes information about extra options.
Geeft aan of een accessoire standaard aanwezig is, of beschikbaar als optie.
Prices of the car in Euros.
Information on a car.
Information on a specific car.
Information on a specific version of a car.
Name and number of a version of car.
Name and number of a brand of car.
Name and number of a model of car.
Information on a version (uitvoering) of car.
A photo or image of a car.
The options of a version of a car.
The standard options of a car version.
The car version options that can be added during manufacturing (‘fabrieksopties’).
The optional packages available for a car version.
The package installed on a car model.
The options of a car version.
Information on a car, including catalog price.
Various status indicators on a car.
Information about environmental impact and fuel consumption.
Information on an approved body.
Basic car information and Autodisk valuations.
An Autodisk valuation of a specific model type.

RDW

Retrieve information abount a car from RDW.  In most cases this requires a license plate.

carRDWCarCheckCode

Check the validity of a license plate and check code (‘meldcode’) combination.

This method differs from carVWEMeldcodeCheck in that it also returns whether a car is active.

Parameters

license_plateDutch license plate (kenteken)
codecode (meldcode), 4 digits

Returns

outA CarCheckCode.

carRDWCarDataV3

Retrieves data of a car with a Dutch license plate, including a list of types matched if more information is available.

This method differs from carRDWCarDataV2 in that it also returns the CO2 emission.

Parameters

license_plateDutch license plate (kenteken) of the car to retrieve

Returns

outA CarDataV3Result.

carRDWCarDataBPV2

Retrieves data of a car with a Dutch license plate.  In addition to the information returned by carRDWCarData data on BPM and power is returned.

Parameters

license_plateDutch license plate (kenteken) of the car to retreive

Returns

outA CarBPV2.

carRDWCarDataExtended

Retrieves data of a car with a Dutch license plate and check code (‘meldcode’).  The car data contains the European Approval Mark according to the 2007/46/EG standard.

When the code is set it also checks the validity of a license plate and check code (‘meldcode’) combination.

Parameters

license_plateDutch license plate (kenteken) of the car to retreive
codecode (meldcode), 4 digits [optional]

Returns

outA CarExtended.

carRDWCarDataPrice

Retrieves car data, including the fiscal price, directly from RDW.  The fiscal price is the catalogue price of the vehicle, used by the tax department to calculate the tax for the private use of a leased car.

Retrieves data of a car with a Dutch license plate.  This method returns data on the fiscal price, power, environmental impact, status and all information returned by carRDWCarDataV3.

Parameters

license_plateDutch license plate (kenteken)

Returns

outA CarRDWCarDataPrice

carRDWCarDataOptions

Retrieves data of a car, including information about extra options.

Parameters

car_idUnique identifier for a car and type.  Use carRDWCarDataV3 to find a car_id

Returns

outA CarOptions.

VWE license plate

Retrieve information for a specific car using license plate.

carVWEMeldcodeCheck

Check the validity of a license plate and check code (‘meldcode’) combination.

Please note that when using a test account an older and less complete dataset is used.

See carRDWCarCheckCode if you want to check whether a car is active.

Parameters

license_plateDutch license plate (kenteken)
codecode (meldcode), 4 digits

Returns

outA CarVWEMeldcodeCheck.

carVWEBasicTypeData

Retrieve extended information for a car.  This function returns more information than carRDWCarData or carRDWCarDataBP.

Please note that when using a test account an older and less complete dataset is used.

Parameters

license_plateDutch license plate (kenteken)

Returns

outA CarVWEBasicTypeData

See also

carVWEVersionPrice, carVWEOptions

carVWEVersionPrice

Retrieve extended information for a specific version of a car.

Please note that when using a test account an older and less complete dataset is used.

Parameters

license_plateDutch license plate (kenteken)
atl_codeCode identifying the version of the car.  The ATL code can be obtained using carVWEBasicTypeData.

Returns

outA CarVWEVersionPrice

See also

carVWEBasicTypeData, carVWEVersionYearData

carVWEOptions

Retrieve options of a car.

Parameters

license_plateThe license plate of a car
atl_codeCode identifying the version of the car.  The ATL code can be obtained using carVWEBasicTypeData.

Returns

outCarVWEOptions

VWE Brand, model, version

Retrieve information for a specific version using version code and production year.

carVWEListBrands

Please note that when using a test account an older and less complete dataset is used.

Retrieve possible brands for a specific kind of car.

Parameters

production_yearSearch for brands which produced cars in this year, or one year before or after.  If 0, brands of all years are returned.
kind_idIdentifier of the kind of car to retrieve the brands for.
1passenger car, yellow license plate
2delivery trucks, company cars, up to 3.5 tons
3delivery trucks, company cars, up to 10 tons
4off-road four wheel drives
5motorcycles
6moped
8bus
pagePage to retrieve, pages start counting at 1

Returns

outA Patterns::{Type}PagedResult of CarVWEBrand entries

See also

carVWEListModels

carVWEListModels

Retrieve possible models for a specific brand of car.

Please note that when using a test account an older and less complete dataset is used.

Parameters

production_yearSearch for models which were produced in this year, or one year before or after.  If 0, models of all years are returned.
kind_idIdentifier of the kind of car to retrieve the models for.
1passenger car, yellow license plate
2delivery trucks, company cars, up to 3.5 tons
3delivery trucks, company cars, up to 10 tons
4off-road four wheel drives
5motorcycles
6moped
8bus
brand_idBrand identifier, as returned by carVWEListBrands.
pagePage to retrieve, pages start counting at 1

Returns

outA Patterns::{Type}PagedResult of CarVWEModel entries

See also

carVWEListBrands, carVWEListVersions

carVWEListVersions

Retrieve possible versions for a specific model of car.

Please note that when using a test account an older and less complete dataset is used.

Parameters

production_yearSearch for versions which were produced in this year, or one year before or after.  If 0, versions of all years are returned.
kind_idIdentifier of the kind of car to retrieve the versions for.
1passenger car, yellow license plate
2delivery trucks, company cars, up to 3.5 tons
3delivery trucks, company cars, up to 10 tons
4off-road four wheel drives
5motorcycles
6moped
8bus
brand_idBrand identifier, as returned by carVWEListBrands.
model_idModel identifier, as returned by carVWEListModels.
fuel_type_idFuel type identifier.  Optional.
1Benzine
2Diesel
3Electrisch
4Hybride Benzine
5Hybride Diesel
body_style_idBody style identifier.  Optional.
22/4-drs sedan (2/4 deurs sedan)
33/5-drs (3/5 deurs hatchback)
4Coupé
52-drs (2 deurs cabrio)
6Hardtop
73/5-drs (3/5 deurs softtop)
82-drs (2 deurs targa)
95-drs (5 deurs liftback)
103/4/5-drs (combi 3/4/5 deurs)
14afg. pers. auto (afgeleid van personenauto, voertuig met grijs kenteken)
15bedrijfsauto (bestel/bedrijfsauto)
16pers. vervoer (bus, personenvervoer)
17open laadbak (pick-up truck)
18Chassis+Cabine
19Kaal Chassis
20MPV=ruimtewagen
21SportUtilityVeh (SUV)
doorsNumber of doors.  If the design is 2/4-drs or 3/5-drs, this parameter can distinguish between the two models.  Typical values: 2, 3, 4, 5.  Optional.
gear_idType of gearbox.  Optional.
1Handgeschakeld
2Automatisch
3Handgeschakeld, 4 versnellingen
4Handgeschakeld, 5 versnellingen
5Handgeschakeld, 6 versnellingen
6Handgeschakeld, 7 versnellingen
13Semi-automatisch
pagePage to retrieve, pages start counting at 1

Returns

outA Patterns::{Type}PagedResult of CarVWEVersion entries

See also

carVWEListModels, carVWEVersionYearData

carVWEVersionYearData

Retrieve extended information for a specific version of a car.

Please note that when using a test account an older and less complete dataset is used.

Parameters

production_yearGet information for the model produced in this year.  This affects the CarVWEPrices in the result.
atl_codeCode identifying the version of the car.  This atl_code can be obtained using carVWEListBrands, carVWEListModels and carVWEListVersions consecutively, or by using carVWEBasicTypeData when it concerns a specific car (requires license plate).

Returns

outA CarVWEVersionYearData

See also

carVWEListVersions

carVWEPhotos

Retrieve photos of a car using it’s unique atl_code.

Please note that when using a test account an older and less complete dataset is used.

Parameters

atl_codeCode identifying the version of the car.  Code identifying the version of the car.  This atl_code can be obtained using carVWEListBrands, carVWEListModels and carVWEListVersions consecutively or by using carVWEBasicTypeData when it concerns a specific car (requires license plate)

Returns

outA Patterns::{Type}Array of CarVWEPhoto entries

Autodisk information

carATDPrice

Retrieve Autodisk price information.  Autodisk data is available for yellow license plates no older than 2004.  Coverage for older plates is very limited.

Parameters

license_plateDutch license plate (kenteken)

Returns

outA CarATDPrices

Deprecated service methods

carRDWCarData

Retrieves data of a car with a Dutch license plate

Parameters

license_plateDutch license plate (kenteken) of the car to retrieve

Returns

outA Car.

carRDWCarDataV2

Retrieves data of a car with a Dutch license plate, including a list of types matched if more information is available.

This method is deprecated in favor of carRDWCarDataV3, which also returns CO2 emission.

Parameters

license_plateDutch license plate (kenteken) of the car to retrieve

Returns

outA CarV2.

See also

carRDWCarDataV3

carRDWCarDataBP

Retrieves data of a car with a Dutch license plate.  In addition to the information returned by carRDWCarData data on BPM and power is returned.

Parameters

license_plateDutch license plate (kenteken) of the car to retreive

Returns

outA CarBP.

Type definitions

Car

A single car entry.  Documented: dutch terminology For possible values of category and fuel_type, see CarBP

license_plateKenteken.
categoryOmschrijving van het soort voertuig.
brandHet merk van het voertuig.
modelHandelsbenaming.
colorsKleuren van het voertuig.
fuel_typeDe brandstofsoort van het voertuig.
cylindersHet aantal cilinders waarvan de motor van het voertuig is voorzien.
cylinder_capacityDe cilinderinhoud van het voertuig in kubieke centimeters.  De cilinderinhoud van een verbrandingsmotor geeft aan hoeveel gas in de cilinders kan worden verbrand.
seatsHet maximaal toegestaan aantal zitplaatsen van het voertuig.
standing_roomHet maximaal toegestaan aantal staanplaatsen van het voertuig.
unladen_massHet gewicht in kilogram van het voertuig zonder passagiers en zonder lading.
gross_vehicle_massMaximum massa van het voertuig.  Het ledig gewicht van het voertuig vermeerderd met het laadvermogen in kilogram.
mass_readyMassa rijklaar.
maximum_mass_payloadLaadvermogen.
maximum_mass_unbrakedMax massa ongeremd.
maximum_mass_brakedMax massa geremd.
maximum_mass_trailer_brakedMax massa oplegger geremd.
maximum_mass_self_brakedMax massa autonoom geremd.
maximum_mass_axle_brakedMax massa middenas geremd.
date_first_issuingDatum eerste afgifte nederland.
date_first_admissionDatum eerste toelating.
date_latest_name_registrationOp deze datum wordt de laatste eigenaar of houder van het voertuig in het kentekenregister geregistreerd.  De datum staat vermeld op het tenaamstellingsbewijs (deel 1B, voorheen deel 2).  In YYYYMMDD formaat.
apk_due_dateVervaldatum apk.

CarV3

A single car entry.  Documented: dutch terminology For possible values of category and fuel_type, see CarBP

license_plateKenteken.
categoryOmschrijving van het soort voertuig.
brandHet merk van het voertuig.
modelHandelsbenaming.
colorsKleuren van het voertuig.
fuel_typeDe brandstofsoort van het voertuig.
cylindersHet aantal cilinders waarvan de motor van het voertuig is voorzien.
cylinder_capacityDe cilinderinhoud van het voertuig in kubieke centimeters.  De cilinderinhoud van een verbrandingsmotor geeft aan hoeveel gas in de cilinders kan worden verbrand.
seatsHet maximaal toegestaan aantal zitplaatsen van het voertuig.
standing_roomHet maximaal toegestaan aantal staanplaatsen van het voertuig.
unladen_massHet gewicht in kilogram van het voertuig zonder passagiers en zonder lading.
gross_vehicle_massMaximum massa van het voertuig.  Het ledig gewicht van het voertuig vermeerderd met het laadvermogen in kilogram.
mass_readyMassa rijklaar.
maximum_mass_payloadMaximum laadvermogen.
maximum_mass_unbrakedMax massa ongeremd.
maximum_mass_brakedMax massa geremd.
maximum_mass_trailer_brakedMax massa oplegger geremd.
maximum_mass_self_brakedMax massa autonoom geremd.
maximum_mass_axle_brakedMax massa middenas geremd.
date_first_issuingDatum eerste afgifte nederland.
date_first_admissionDatum eerste toelating.
date_latest_name_registrationOp deze datum wordt de laatste eigenaar of houder van het voertuig in het kentekenregister geregistreerd.  De datum staat vermeld op het tenaamstellingsbewijs (deel 1B, voorheen deel 2).  In YYYYMMDD formaat.
apk_due_dateVervaldatum apk.
co2_emissionCO2 uitstoot in gram per kilometer.  De waarde 0 geeft aan dat de waarde onbekend is.

CarV2

A single car entry, including matched model types (if available)

car_dataA Car
typesA Patterns::{Type}Array of CarType entries.

CarDataV3Result

A single car entry (including CO2 emission) and matched model types.

car_dataA CarV3
typesA Patterns::{Type}Array of CarType entries.

CarBP

A single car entry, includes BPM and power.  Documented: dutch terminology

license_plateKenteken.
categoryVoertuigsoort.  Some of the possible values:
.personenauto
.bedrijfsauto
.bedrijfsauto met koppeling
.aanhangwagen
.oplegger
.autonome aanhangwagen
.middenasaanhangwagen
.motorfiets
.motorfiets met zijspan
.driewielige motorcarrier
.lichte invalidenwagen
.driewielig motorvoertuig
.bromfiets
brandHet merk van het voertuig.
modelHandelsbenaming.
colorsKleuren van het voertuig.
fuel_typeBrandstof.  Some of the possible values:
.alcohol
.benzine
.CNG
.cryogeen
.diesel
.electriciteit
.LPG
.onbekend
.waterstof
cylindersHet aantal cilinders waarvan de motor van het voertuig is voorzien.
cylinder_capacityDe cilinderinhoud van het voertuig in kubieke centimeters.  De cilinderinhoud van een verbrandingsmotor geeft aan hoeveel gas in de cilinders kan worden verbrand.
seatsHet maximaal toegestaan aantal zitplaatsen van het voertuig.
standing_roomHet maximaal toegestaan aantal staanplaatsen van het voertuig.
unladen_massHet gewicht in kilogram van het voertuig zonder passagiers en zonder lading.
gross_vehicle_massMaximum massa van het voertuig.  Het ledig gewicht van het voertuig vermeerderd met het laadvermogen in kilogram.
mass_readyMassa rijklaar.
maximum_mass_payloadLaadvermogen.
maximum_mass_unbrakedMax massa ongeremd.
maximum_mass_brakedMax massa geremd.
maximum_mass_trailer_brakedMax massa oplegger geremd.
maximum_mass_self_brakedMax massa autonoom geremd.
maximum_mass_axle_brakedMax massa middenas geremd.
date_first_issuingDatum eerste afgifte nederland.
date_first_admissionDatum eerste toelating.
date_latest_name_registrationOp deze datum wordt de laatste eigenaar of houder van het voertuig in het kentekenregister geregistreerd.  De datum staat vermeld op het tenaamstellingsbewijs (deel 1B, voorheen deel 2).  In YYYYMMDD formaat.
apk_due_dateVervaldatum apk.
bpmDe BPM (Belasting van Personenauto’s en Motorrijwielen) waarde
powerNetto maximum vermogen (kW)

CarBPV2

car_dataA CarBP
typesA Patterns::{Type}Array of CarType entries.

CarExtended

A single car entry, includes BPM and power.  Documented: dutch terminology

license_plateKenteken.
codeMeldcode.
check_code_statusMeldcode status.
truede meldcode was correct
falsede meldcode was niet opgegeven of incorrect
categoryVoertuigsoort.  Some of the possible values:
.personenauto
.bedrijfsauto
.bedrijfsauto met koppeling
.aanhangwagen
.oplegger
.autonome aanhangwagen
.middenasaanhangwagen
.motorfiets
.motorfiets met zijspan
.driewielige motorcarrier
.lichte invalidenwagen
.driewielig motorvoertuig
.bromfiets
brandMerk.
brand_codeMerk code (volgens RDW).
modelModel.
body_styleCarrosserie type.  Bijvoorbeeld ‘hatchback’ of ‘stationcar’
colorsKleuren
fuel_typesBrandstof.  Some of the possible values:
.alcohol
.benzine
.CNG
.cryogeen
.diesel
.electriciteit
.LPG
.onbekend
.waterstof
cylindersAantal cylinders.
cylinder_capacityCylinderinhoud.
seatsAantal zitplaatsen.
standing_roomAantal staanplaatsen.
unladen_massMassa ledig voertuig.
gross_vehicle_massMaximum massa voertuig.
mass_readyMassa rijklaar.
maximum_mass_payloadLaadvermogen.
maximum_mass_unbrakedMax massa ongeremd.
maximum_mass_brakedMax massa geremd.
maximum_mass_trailer_brakedMax massa oplegger geremd.
maximum_mass_self_brakedMax massa autonoom geremd.
maximum_mass_axle_brakedMax massa middenas geremd.
date_first_issuingDatum eerste afgifte nederland.
date_first_admissionDatum eerste toelating.
date_latest_name_registrationDatum aanvang tenaamstelling.
apk_due_dateVervaldatum apk.
bpmDe BPM (Belasting van Personenauto’s en Motorrijwielen) waarde
powerNetto maximum vermogen (kW)
g3_indicatorG3indicatie
particulate_filterRoetfilter
co2_emission_combinedCO2 uitstoot in gram per kilometer.  De waarde 0 geeft aan dat de waarde onbekend is.
emission_codeDe emissie-code.  Deze geeft de emissieuitstoot van het voertuig aan.  Vanaf bouwjaar 1995 beschikbaar.
0de zware bedrijfsauto voldoet qua emissie niet aan hogere euronormen
1de zware bedrijfsauto voldoet qua emissie aan regel A van de 88/77-tabel na wijziging Richtlijn 96/1/EG)
2de zware bedrijfsauto voldoet qua emissie aan regel B van de 88/77-tabel na wijziging Richtlijn 96/1/EG)
3de zware bedrijfsauto voldoet qua emissie aan regel A van de 2001/27/EG tabel.  (jaar 2000))
4de zware bedrijfsauto voldoet qua emissie aan rij B1 van de 2001/27/EG tabel.  (jaar 2005))
5Euro 5 (d.w.z. de zware bedrijfsauto voldoet qua emissie aan rij B2 van de 2001/27/EG tabel.  (jaar 2008))
AVoldoet aan emissie-eisen van 2005 betreffende een personen- of lichte bedrijfsauto.
top_speedMaximale constructie snelheid
fuel_consumption_cityVerbruik stad
fuel_consumption_freewayVerbruik snelweg
fuel_consumption_combinedGecombineerd verbruik
energy_labelDe zuinigheidscategorie.  Deze geeft aan hoe zuinig of onzuinig een auto is ten opzichte van andere auto’s die net zo groot zijn.  Vanaf bouwjaar 2001 beschikbaar.
AMinstens 20 % zuiniger
B20% tot 10% zuiniger
Cmaximaal 10% zuiniger
DMaximaal 10% onzuiniger
E10% tot 20% onzuiniger
F20% tot 30% onzuiniger
Gmeer dan 30% onzuiniger
stolenIndicatie of de auto is gestolen of vermist
insuredIndicatie of een auto is verzekerd (WA-verzekering)
license_plate_signalBijzonderheid op kenteken (indicatie of er een byzonderheid is geregistreerd op het kenteken)
falsegeen bijzonderheid
trueauto is gestolen, geschorst, ge-exporteerd of wachtend op keuring
awaiting_inspectionWachtend op keuring
catalog_priceCatalogusprijs
european_type_approval_markETK_sleutel (europese typegoedkeurings sleutel)
typesA Patterns::{Type}Array of CarType entries.

CarCheckCode

Indicates if a license plate and check code (‘meldcode’) combination is correct, and if the car is registered as active

license_plate’Kenteken’.
correctBoolean, true if the combination of license plate and check code is correct
activeBoolean, true if combinaton correct and the car is active

CarVWEMeldcodeCheck

Indicates if a license plate and check code (‘meldcode’) combination is correct.

license_plate’Kenteken’.
correctBoolean, true if the combination of license plate and check code is correct.

CarType

General model type data.

car_idID to use for requesting more data with carRDWCarDataOptions
brand’Merk’
model’Handelsbenaming’
typeType
gearbox’Schakeling’
first_yearYear of model’s introduction
last_yearYear of model’s discontinuation, 0 if it’s still a current model

CarOptions

A single car entry, includes information about extra options.  Complete documentation in Dutch.

car_idCar id
merkMerk
serieSerie
serie_jaar_vanSerie jaar van
serie_jaar_totSerie jaar tot, 0 indien nog leverbaar
modelModel
model_maand_vanModel maand van
model_jaar_vanModel jaar van
model_maand_totModel maand tot, 0 indien nog leverbaar
model_jaar_totModel jaar tot, 0 indien nog leverbaar
belasting_minMotorrijtuigenbelasting per kwartaal minimaal
belasting_maxMotorrijtuigenbelasting per kwartaal maximaal
algemene_garantieAlgemene garantie
algemene_garantie_kmAlgemene garantie in duizenden kilometers, 0 indien ongelimiteerd
carrosserie_garantieCarrosserie garantie
deurenAantal deuren inclusief eventuele achterklep
carrosserietypeCarrosserietype
hHatchback
sSedan
mMpv
wStationcar
cCoupé
Convertible
tSports Utility Vehicle/4WD
aantal_versnellingenAantal versnellingen
soort_schakelingSoort schakeling
hHandgeschakeld
sSequentiële Automaat
tSemi Automaat
aAutomaat
aandrijvingAandrijving
aRear wheel drive
vFront wheel drive
4Four wheel drive
brandstoftypeBrandstoftype
eEuroloodvrij 95
sEuroloodvrij 98
nBenzine gelood 95
Benzine gelood 95
dDiesel
gLPG
aAardgas
tWaterstof
aantal_cilindersAantal cilinders
bouwwijzeBouwwijze
lLijn
vV-vorm
bBoxer
kleppen_per_cilinderKleppen per cilinder
cilinderinhoudCilinderinhoud in cc
boringBoring in mm
slagSlag in mm
compressieverhoudingCompressieverhouding
vermogen_kwMax. vermogen in kW
vermogen_pkMax. vermogen in pk
vermogen_tpmToerental bij max. vermogen
koppelMax. koppel in Nm
koppel_tpmToerental bij max. koppel
katalysatorKatalysator
gGeregeld (met lambda sonde)
Ongeregeld
rRoetfilter (alleen voor dieselmotoren)
nNiet
brandstofsysteemBrandstofsysteem
mMultipoint injectie
sSingplepoint injectie
cCarburateur
dDirecte inspuiting
eIndirecte inspuiting
rCommon rail
pPompverstuiver
klepbedieningKlepbediening
dDohc
Ohc
vOhv
turboTurbo
tTurbo
iTurbo met intercooler
mMechanische compressor
nNiet
wielophanging_voorWielophanging voor
Onafhankelijk
sSemi-onafhankelijk
tStar
iDe dion
wOnafhankelijk, dwarsarmen
lOnafhankelijk, langsarmen
dOnafhankelijk, dubbele draagarmen
mOnafhankelijk, multilink
wielophanging_achterWielophanging achter
Onafhankelijk
sSemi-onafhankelijk
tStar
iDe dion
wOnafhankelijk, dwarsarmen
lOnafhankelijk, langsarmen
dOnafhankelijk, dubbele draagarmen
mOnafhankelijk, multilink
vering_voorVering voor
vVeerpoten
sSchroefveren
bBladveren
tTorsiestaaf
rRubber draagarmen
lLuchtvering
hHydropneumatisch
aHydroactief
vering_achterVering achter
vVeerpoten
sSchroefveren
bBladveren
tTorsiestaaf
rRubber draagarmen
lLuchtvering
hHydropneumatisch
aHydroactief
stabilisator_voorStabilisator voor
stabilisator_achterStabilisator achter
remmen_voorRemmen voor
vGeventileerde schijven
sMassieve schijven
tTrommels
remmen_voor_mmRemmen voor in mm
remmen_achterRemmen achter
vGeventileerde schijven
sMassieve schijven
tTrommels
remmen_achter_mmRemmen achter in mm
cw_waardeWeerstandscoëfficient
lengteLengte in meters
breedteBreedte in meters
hoogteHoogte in meters
wielbasisWielbasis in meters
spoorbreedte_voorSpoorbreedte voor in mm
spoorbreedte_achterSpoorbreedte achter in mm
draaicirkelDraaicirkel in meters
bandenmaat_voorBandenmaat voor
bandenmaat_achterBandenmaat achter
massaMassa in kg
max_toelaatbare_massaMax toelaatbare massa in kg
max_aanhanger_geremdMax aanhanger geremd in kg
max_aanhanger_ongeremdMax aanhanger ongeremd in kg
max_kogeldrukMax kogeldruk in kg
max_dakbelastingMax dakbelasting in kg
koffer_minKoffer min. inhoud in liters
koffer_maxKoffer max. inhoud in liters
tankinhoudTankinhoud in liters
topsnelheidMax. snelheid in km/h
acceleratieAcceleratie, aantal seconden van 0-100 km/h
verbruik_binnen_bebouwde_komVerbruik binnen bebouwde kom in liters/100km
verbruik_buiten_bebouwde_komVerbruik buiten bebouwde kom in liters/100km
verbruik_gecombineerdVerbruik gecombineerd in liters/100km
co2_uitstootCO2 uitstoot in gram per kilometer.
verbruik_gemiddeldGemiddeld verbruik volgens EU norm
absCarOption, ABS
remkrachtverdelingCarOption, Remkrachtverdeling
brakeassistCarOption, Brakeassist
tractiecontroleCarOption, Tractiecontrole
sperdifferentieelCarOption, Sperdifferentieel
stabiliteitsregelingCarOption, Stabiliteitsregeling
regelbare_schokdempingCarOption, Regelbare schokdemping
niveauregelingCarOption, Niveauregeling
airbag_bestuurderCarOption, Airbag bestuurder
airbag_passagierCarOption, Airbag passagier
airbag_opzijvoorCarOption, Airbag opzijvoor
airbag_opzijachterCarOption, Airbag opzijachter
airbag_hoofdvoorCarOption, Airbag hoofdvoor
airbag_hoofdachterCarOption, Airbag hoofdachter
gordelspannersCarOption, Gordelspanners
verstelbare_gordelhoogteCarOption, Verstelbare gordelhoogte
startonderbrekerCarOption, Startonderbreker
inbraakalarmCarOption, Inbraakalarm
centrale_deurvergrendelingCarOption, Centrale deurvergrendeling
afstandbediening_deurvergrendelingCarOption, Afstandbediening deurvergrendeling
automatische_vergrendelingCarOption, Automatische vergrendeling
keyless_entryCarOption, Keyless entry
elektrische_ramen_voorCarOption, Elektrische ramen voor
elektrische_ramen_achterCarOption, Elektrische ramen achter
stuurbekrachtigingCarOption, Stuurbekrachtiging
stuurschakelingCarOption, Schakelen vanaf stuur
cruise_controlCarOption, Cruise control
radar_cruise_controlCarOption, Radar cruise control
airconditioningCarOption, Airconditioning
klimaatregelingCarOption, Klimaatregeling, climate control
gescheiden_temperatuurregelingCarOption, Gescheiden temperatuurregeling links/rechts
pollenfilterCarOption, Pollenfilter
parkeersensorCarOption, Parkeersensor
hoofdsteunen_voorCarOption, Hoofdsteunen voor
hoofdsteunen_achterCarOption, Hoofdsteunen achter
verstelbare_hoofdsteunen_achterCarOption, Verstelbare hoofdsteunen achter
derde_hoofdsteun_achterCarOption, Derde hoofdsteun achter
derde_driepuntsgordel_achterCarOption, Derde driepuntsgordel achter
verstelbare_lendensteun_bestuurderCarOption, Verstelbare lendensteun bestuurder
verstelbare_lendensteun_passagierCarOption, Verstelbare lendensteun passagier
hoogteverstelling_bestuurderCarOption, Hoogteverstelling bestuurder
hoogteverstelling_passagierCarOption, Hoogteverstelling passagier
elektrische_stoelverstellingCarOption, Elektrische stoelverstelling
geheugen_stoelverstellingCarOption, Geheugen stoelverstelling
verwarmde_zitplaatsen_voorCarOption, Verwarmde zitplaatsen voor
verwarmde_zitplaatsen_achterCarOption, Verwarmde zitplaatsen achter
sportstoelenCarOption, Sportstoelen
bekledingstof_leerCarOption, Bekledingstof leer
lerenbekledingCarOption, Lerenbekleding
hoogteverstelling_stuurCarOption, Hoogteverstelling stuur
diepteverstelling_stuurCarOption, Diepteverstelling stuur
elektrische_stuurverstellingCarOption, Elektrische stuurverstelling
leer_bekleed_stuurCarOption, Leer bekleed stuur
middenarmsteun_voorCarOption, Middenarmsteun voor
middenarmsteun_achterCarOption, Middenarmsteun achter
neerklapbare_achterbankCarOption, Neerklapbare achterbank
in_delen_neerklapbaar_achterbankCarOption, In delen neerklapbaar achterbank
opbergvak_linkerportierCarOption, Opbergvak linkerportier
bekerhouder_voorCarOption, Bekerhouder voor
bekerhouder_achterCarOption, Bekerhouder achter
zonnescherm_achterruitCarOption, Zonnescherm achterruit
dagtellerCarOption, Dagteller
toerentellerCarOption, Toerenteller
temperatuurmeterCarOption, Temperatuurmeter
oliepeilmeterCarOption, Oliepeilmeter
oliedrukmeterCarOption, Oliedrukmeter
olietemperatuurmeterCarOption, Olietemperatuurmeter
voltmeterCarOption, Voltmeter
verbruiksmeterCarOption, Verbruiksmeter
turbodrukmeterCarOption, Turbodrukmeter
buitentemperatuurmeterCarOption, Buitentemperatuurmeter
klokjeCarOption, Klokje
boardcomputerCarOption, Boardcomputer
luidsprekersCarOption, Luidsprekers
stereoinstallatieCarOption, Stereoinstallatie
cdspelerCarOption, Cdspeler
cdwisselaarCarOption, Cdwisselaar
audiostuurbedieningCarOption, Audiostuurbediening
bandenspanningssensorCarOption, Bandenspanningssensor
navigatiesysteemCarOption, Navigatiesysteem
televisieCarOption, Televisie
telefoonvoorbereidingCarOption, Telefoonvoorbereiding
telefoonCarOption, Telefoon
intervalruitenwisserCarOption, Intervalruitenwisser
regelbare_intervalCarOption, Regelbare interval
regensensorCarOption, Regensensor
ruitenwisser_achterCarOption, Ruitenwisser achter
achterruitverwarmingCarOption, Achterruitverwarming
voorruitverwarmingCarOption, Voorruitverwarming
verwarmde_ruitensproeiersCarOption, Verwarmde ruitensproeiers
gelaagde_voorruitCarOption, Gelaagde voorruit
getintglasCarOption, Getintglas
schuifdakCarOption, Schuifdak/kanteldak
elektrisch_schuifdakCarOption, Elektrisch schuifdak
beschermstrips_opzijCarOption, Beschermstrips opzij
bumpers_meegespotenCarOption, Bumpers meegespoten in carroseriekleur
metallic_lakCarOption, Metallic lak
lichtmetalen_velgenCarOption, Lichtmetalen velgen
rechter_buitenspiegelCarOption, Rechter buitenspiegel
binnenuit_verstelbare_buitenspiegelCarOption, Binnenuit verstelbare buitenspiegel
elektrische_spiegelsCarOption, Elektrische spiegels
verwarmde_spiegelsCarOption, Verwarmde spiegels
inklapbare_spiegelsCarOption, Inklapbare spiegels
meegespoten_spiegelsCarOption, Meegespoten spiegels
dodehoekspiegel_bestuurderCarOption, Dodehoekspiegel bestuurder
dimmende_binnenspiegelCarOption, Dimmende binnenspiegel
dimmende_buitenspiegelCarOption, Dimmende buitenspiegel
dakrailsCarOption, Dakrails
binnenuit_te_openen_tankklepCarOption, Binnenuit te openen tankklep
binnenuit_te_openen_bagageklepCarOption, Binnenuit te openen bagageklep
op_afstand_te_openen_bagageklepCarOption, Op afstand te openen bagageklep
halogeen_koplampenCarOption, Halogeen koplampen
xenon_koplampenCarOption, Xenon koplampen
verstelbare_koplampenCarOption, Verstelbare koplampen
koplampsproeiersCarOption, Koplampsproeiers
automatisch_inschakelende_koplampenCarOption, Automatisch inschakelende koplampen
verstralersCarOption, Verstralers
mistlampen_voorCarOption, Mistlampen voor
mistlampen_achterCarOption, Mistlampen achter
zoemer_vergeten_verlichtingCarOption, Zoemer vergeten verlichting
verlichte_bagageruimteCarOption, Verlichte bagageruimte
verlichte_motorruimteCarOption, Verlichte motorruimte
verlicht_dashboardkastjeCarOption, Verlicht dashboardkastje
regelbare_dashboardverlichtingCarOption, Regelbare dashboardverlichting
leeslampje_voorCarOption, Leeslampje voor
leeslampje_achterCarOption, Leeslampje achter
verlichte_makeupspiegelCarOption, Verlichte makeupspiegel
vertraging_interieurverlichtingCarOption, Vertraging interieurverlichting
portierverlichtingCarOption, Portierverlichting

CarOption

Geeft aan of een accessoire standaard aanwezig is, of beschikbaar als optie.  Er is altijd precies 1 van de volgende elementen aanwezig

standaardBoolean:
TrueStandaard aanwezig
FalseNiet standaard en geen optie
pakketBeschikbaar als optie in een pakket
standaard_sinds_datumJaar en maand sinds wanneer optie standaard is
prijsBeschikbaar voor prijs in Euro’s

CarVWEPrices

Prices of the car in Euros.

The recalculated prices are useful when the original prices are not available in the response.  They give an indication for the original catalog, VAT (`BTW`) and net prices.

current_price_retailDagwaarde Retail
current_price_exchangeDagwaarde Exchange
current_price_tradeDagwaarde Trade
date_price_listDatum prijslijst, in formaat JJJJMMDD
catalog_priceCatalogusprijs volgens prijslijst, inclusief BTW en BPM
btw_new_priceBTW volgens prijslijst (belasting over de toegevoegde waarde)
bpm_new_priceBPM volgens prijslijst (belasting van personenauto’s en motorrijwielen)
net_catalog_priceNetto catalogusprijs volgens prijslijst, exclusief BTW en BPM
recalculated_catalog_priceTeruggerekende catalogusprijs via BPM (indicatie originele catalogusprijs, kan worden gebruikt als catalog_price als deze niet bekend is)
recalculated_btw_new_priceTeruggerekende BTW via BPM RDW (indicatie btw van de originele catalogusprijs, kan worden gebruikt als btw_new_price als deze niet bekend is)
recalculated_net_catalog_priceTeruggerekende netto catalogusprijs via BPM RDW (indicatie netto catalogusprijs, kan worden gebruikt als net_catalog_price als deze niet bekend is)

CarVWEBasicTypeData

Information on a car.  This type contains the information in Car or CarBP except the ‘maximum_mass’ fields.  In addition it contains information on environmental properties, speed, model and appearance.

All these fields are optional.  However, the fields marked with ‘vaak beschikbaar’ (often available) are available for most results (>= 99%).

categoryOmschrijving van het soort voertuig.  Vaak beschikbaar.
AAanhangwagen
BBedrijfswagen
CChassis
DCaravan
FBromfiets
KKampeerauto
MMotorfiets
OOplegger
PPersonenauto
SSnorfiets
TTaxi
VVrachtauto
brand_rdwHet merk van het voertuig, volgens RDW.  Vaak beschikbaar.
brand_atlHet merk van het voertuig, volgens AutoTelex.
model_rdwDe modelnaam van het voertuig, volgens RDW.  Het formaat is afhankelijk van het merk.  Vaak beschikbaar.
model_atlDe modelnaam van het voertuig, volgens AutoTelex.  Het formaat is afhankelijk van het merk.
short_typeDit veld wordt op dit moment nooit gevuld en is voor toekomstig gebruik.
colorsEen Patterns::{Type}Array met kleur en eventuele subkleur van het voertuig.
fuel_typesEen Patterns::{Type}Array met de brandstofsoort en eventueel tweede brandstofsoort van het voertuig.  Aanhangers, caravans etc. hebben geen brandstof.
Aalcohol
Bbenzine
Ccryogeen
Ddiesel
Eelektriciteit
Glpg
Hcng
Wwaterstof
cylindersHet aantal cilinders waarvan de motor van het voertuig is voorzien.
cylinder_capacityDe cilinderinhoud van het voertuig in kubieke centimeters.  De cilinderinhoud van een verbrandingsmotor geeft aan hoeveel gas in de cilinders kan worden verbrand.
seatsHet maximaal toegestaan aantal zitplaatsen van het voertuig.
standing_roomHet maximaal toegestaan aantal staanplaatsen van het voertuig.
unladen_massHet gewicht in kilogram van het voertuig zonder passagiers en zonder lading.  Vaak beschikbaar.
gross_vehicle_massMaximum massa van het voertuig.  Het ledig gewicht van het voertuig vermeerderd met het laadvermogen in kilogram.
maximum_mass_payloadMaximum laadvermogen.
date_first_issuingBouwjaar in YYYYMMDD formaat.  Alleen leeg indien nieuw voertuig door importeur is ingevoerd , wordt volgende dag gevuld.  Vaak beschikbaar.
date_first_admissionDe datum die aangeeft wanneer het kentekenbewijs voor het eerst in Nederland is tenaamgesteld, in YYYYMMDD formaat.  Alleen leeg indien nieuw voertuig door importeur is ingevoerd , wordt volgende dag gevuld.  Vaak beschikbaar.
date_latest_name_registrationOp deze datum wordt de laatste eigenaar of houder van het voertuig in het kentekenregister geregistreerd.  De datum staat vermeld op het tenaamstellingsbewijs (deel 1B, voorheen deel 2).  In YYYYMMDD formaat.  Vaak beschikbaar.
apk_due_dateDatum waarop de geldigheid van de APK komt te vervallen, in YYYYMMDD formaat.
bpmBPM bedrag in Euro.  BPM is een belasting die eenmalig moet worden betaald door degene die als eerste een personenauto, bestelauto of motorrijwiel op zijn naam laat registreren.
bpm_currencyGeldeenheid van het bpm.  Vaak beschikbaar.
EEuro
powerHet motorvermogen van het voertuig.  Het motorvermogen is de maximale energie die een motor per seconde kan produceren, in kW.
g3_indicationIndicator die aangeeft of een voertuig voorzien is van een LPG tank die voldoet aan de eisen van richtlijn 94/12/EG (Generatie 3 installatie).
co2_emissionDe uitstoot van CO2 in gram per kilometer tijdens een combinatie van een stads- en een buitenrit volgens bepaalde standaarden.  Vanaf bouwjaar 1995 beschikbaar.
emission_particlesDe uitstoot van vaste stoffen zoals roet, in gram per kilometer.  Vanaf bouwjaar 1995 beschikbaar.
energy_labelDe zuinigheidscategorie.  Deze geeft aan hoe zuinig of onzuinig een auto is ten opzichte van andere auto’s die net zo groot zijn.  Vanaf bouwjaar 2001 beschikbaar.
AMinstens 20 % zuiniger
B20% tot 10% zuiniger
Cmaximaal 10% zuiniger
DMaximaal 10% onzuiniger
E10% tot 20% onzuiniger
F20% tot 30% onzuiniger
Gmeer dan 30% onzuiniger
emission_codeDe emissie-code.  Deze geeft de emissieuitstoot van het voertuig aan.  Vanaf bouwjaar 1995 beschikbaar.
0de zware bedrijfsauto voldoet qua emissie niet aan hogere euronormen
1de zware bedrijfsauto voldoet qua emissie aan regel A van de 88/77-tabel na wijziging Richtlijn 96/1/EG)
2de zware bedrijfsauto voldoet qua emissie aan regel B van de 88/77-tabel na wijziging Richtlijn 96/1/EG)
3de zware bedrijfsauto voldoet qua emissie aan regel A van de 2001/27/EG tabel.  (jaar 2000))
4de zware bedrijfsauto voldoet qua emissie aan rij B1 van de 2001/27/EG tabel.  (jaar 2005))
5Euro 5 (d.w.z. de zware bedrijfsauto voldoet qua emissie aan rij B2 van de 2001/27/EG tabel.  (jaar 2008))
AVoldoet aan emissie-eisen van 2005 betreffende een personen- of lichte bedrijfsauto.
RRoetuitstoot bedraagt minder dan 5 mg/km.  Alleen van toepassing op personen- of lichte bedrijfsauto’s met dieselmotor.
interior_codeEen code waarmee de uitvoeringsvorm van de inrichting van een voertuig wordt aangegeven.  Vaak beschikbaar.
interior_descriptionEen beschrijving van de uitvoering van het voertuig, behorend bij de interior_code.  Vaak beschikbaar.
doorsHet aantal deuren van het voertuig.
tax_write_offFiscale afschrijving, indien anders dan normaal.
OOuder dan 100 mnd.
VVrijstelling
AAfwijkend
TTeruggave
parallel_importIndicatie dat het voertuig afkomstig is vanuit een ander land dan Nederland.  Vaak beschikbaar.
license_plate_signalKentekens krijgen indien dit nodig is ook een signaal.  Dit signaal geeft een extra aanvulling aan een kenteken.
A35Kenteken tijdelijk ongeldig verklaard
A86Indicatie vermist voertuig
A87Indicatie gestolen voertuig
A93Kenteken vervallen/ingetrokken door RDW
R01Deel 1 registratie kenteken, deel II nog niet op naam gesteld
gearHet versnellingsbak type.
AAutomatisch
HHandgeschakeld
brand_approvalMerktype goedkeuring.  Een combinatie van merk code en uitvoeringsvolgnummer.  Vaak beschikbaar.
top_speedDe maximaal haalbare snelheid van het voertuig in km/h.
typesEen Patterns::{Type}Array met CarVWEVersionPriceReference, met verschillende uitvoeringen die mogelijk zijn voor dit kenteken.  Er zijn niet altijd uitvoeringen beschikbaar, in dat geval bevat dit veld een lege array.

CarVWEVersionPrice

Information on a specific car.

Most of the general information can also retreived by using carVWEVersionYearData

All these fields are optional.  However, the fields brand_atl and model_atl are available for most results (>= 99%).

brand_atlHet merk van het voertuig, volgens AutoTelex.  Vaak beschikbaar.
model_atlDe modelnaam van het voertuig, volgens AutoTelex.  Het formaat is afhankelijk van het merk.  Vaak beschikbaar.
short_typeDit veld wordt op dit moment nooit gevuld en is voor toekomstig gebruik.
fuel_typeDe brandstofsoort van het voertuig.
Aalcohol
Bbenzine
Ccryogeen
Ddiesel
Eelektriciteit
Glpg
Hcng
Wwaterstof
cylinder_capacityDe cilinderinhoud van het voertuig in kubieke centimeters.  De cilinderinhoud van een verbrandingsmotor geeft aan hoeveel gas in de cilinders kan worden verbrand.
seatsHet maximaal toegestaan aantal zitplaatsen van het voertuig.
powerHet motorvermogen van het voertuig.  Het motorvermogen is de maximale energie die een motor per seconde kan produceren, in kW.
energy_labelDe zuinigheidscategorie.  Deze geeft aan hoe zuinig of onzuinig een auto is ten opzichte van andere auto’s die net zo groot zijn.
AMinstens 20 % zuiniger
B20% tot 10% zuiniger
Cmaximaal 10% zuiniger
DMaximaal 10% onzuiniger
E10% tot 20% onzuiniger
F20% tot 30% onzuiniger
Gmeer dan 30% onzuiniger
emission_codeDe emissie-code.  Deze geeft de emissieuitstoot van het voertuig aan.
87US87US
91EWC91EWC
91EWG77/91/EWG
93EEC93 EEC
94CE1999/94/CE
94EC1999/94/EC
94EG1999/94/EG
96EEC96 EEC
E2schoon met lambdasonde (geregelde katalysator)
E2U9E2 en U9
E4DPFE4 met roetfilter
E5DPFE5 met roetfilter
EC95EC95
EEC9393/59/EEC
EEC9696 EEC
EU3Euro 3
EURO1Euro1 (Europese richtlijnen 70/220/EEC, 91/444/EEC, 93/59/EEC, 96/69/EC en 91/542/EEC), van kracht sinds 1992.
EURO2Euro2 of EC 96 (Europese richtlijnen 94/12/EC, 96/69/EC en 91/542/EEC), van kracht sinds 1995.
EURO3Euro3 (Europese richtlijn 98/69/EC), van kracht sinds 1999.
EURO4Euro4 (Europese richtlijn 98/69/EC), van kracht sinds 2006.
EURO5Euro5 (Europese richtlijn 99/96/EC), van kracht sinds 2009.
EURO6Euro6, van kracht sinds 2014.
K6schoon met katalysator, al dan niet geregeld.
K9schoon met ongeregelde katalysator.
U9schoon met lambdasonde (geregelde katalysator).
doorsHet aantal deuren van het voertuig.
gearHet versnellingsbak type.
Aut.Automatisch
HandHandgeschakeld
SAutSemi automatisch
H4Handgeschakeld, 4 versnellingen
H5Handgeschakeld, 5 versnellingen
H6Handgeschakeld, 6 versnellingen
H7Handgeschakeld, 7 versnellingen
top_speedDe maximaal haalbare snelheid van het voertuig in km/h.
folder_weightMassa ledig voertuig.  Gewicht volgens de folder of catalogus van de fabrikant.
train_weightMaximale toelaatbare massa.  Dit veld is alleen gevuld bij grijs kenteken en voor de personenbussen met geel kenteken.
layoutDe aandrijving beschrijft de manier waarop de motor de auto aandrijft.  Voorbeelden: “Voorwiel”, “Voor + Achter”.
designKoetswerk.  De carrosserie is het koetswerk van een motorvoertuig (de constructie).  Mogelijke waarden:
Sedan2/4 deurs sedan
Hatchb.3/5 deurs hatchback
Coupécoupé
Cabrio2 deurs cabrio
Hardt.hardtop
Softtop3/5 deurs softtop
Targa2 deurs targa
Liftb.(5 deurs liftback
Combicombi 3/4/5 deurs
Vanafgeleid van personenauto, voertuig met grijs kenteken
Bestelbestel/bedrijfsauto
Busbus, personenvervoer
Pick-upopen laadbak, pick-up truck
Ch.Cab.chassis en cabine
Chassiskaal chassis
MPVMPV, ruimtewagen
SUVsports utility vehicle, SUV
accelerationVersnelling.  Het aantal seconden waarin het voertuig van 0 tot 100 km/u kan versnellen.
sportivityVerhouding tussen vermogen en gewicht.  Vanaf ongeveer 20 en hoger beginnen de sportieve uitvoeringen.
versionEen CarVWEVersionPriceReference, met naam en nummer van deze uitvoering.
pricesEen CarVWEPrices, met prijzen van deze uitvoering.

CarVWEVersionYearData

Information on a specific version of a car.

Specific information of a car can also retreived by using carVWEVersionPrice (requires license plate)

All these fields are optional.  However, the fields atl_code, brand_atl, model_atl and version_name are available for most results (>= 99%).

atl_codeIdentificatiecode voor deze uitvoering.  Vaak beschikbaar.
brand_atlHet merk van het voertuig, volgens AutoTelex.  Vaak beschikbaar.
model_atlDe modelnaam van het voertuig, volgens AutoTelex.  Het formaat is afhankelijk van het merk.  Vaak beschikbaar.
version_nameNaam van de uitvoering.  Vaak beschikbaar.
short_typeDit veld wordt op dit moment nooit gevuld en is voor toekomstig gebruik.
fuel_typeDe brandstofsoort van het voertuig.  Enkele mogelijke waarden:
.Benzine
.Diesel
.Electrisch
.Hybride Benzine
.Hybride Diesel
cylinder_capacityDe cilinderinhoud van het voertuig in kubieke centimeters.  De cilinderinhoud van een verbrandingsmotor geeft aan hoeveel gas in de cilinders kan worden verbrand.
seatsHet maximaal toegestaan aantal zitplaatsen van het voertuig.
powerHet motorvermogen van het voertuig.  Het motorvermogen is de maximale energie die een motor per seconde kan produceren, in kW.
energy_labelDe zuinigheidscategorie.  Deze geeft aan hoe zuinig of onzuinig een auto is ten opzichte van andere auto’s die net zo groot zijn.
AMinstens 20 % zuiniger
B20% tot 10% zuiniger
Cmaximaal 10% zuiniger
DMaximaal 10% onzuiniger
E10% tot 20% onzuiniger
F20% tot 30% onzuiniger
Gmeer dan 30% onzuiniger
emission_codeDe emissie-code.  Deze geeft de emissieuitstoot van het voertuig aan.
87US87US
91EWC91EWC
91EWG77/91/EWG
93EEC93 EEC
94CE1999/94/CE
94EC1999/94/EC
94EG1999/94/EG
96EEC96 EEC
E2schoon met lambdasonde (geregelde katalysator)
E2U9E2 en U9
E4DPFE4 met roetfilter
E5DPFE5 met roetfilter
EC95EC95
EEC9393/59/EEC
EEC9696 EEC
EU3Euro 3
EURO1Euro1 (Europese richtlijnen 70/220/EEC, 91/444/EEC, 93/59/EEC, 96/69/EC en 91/542/EEC), van kracht sinds 1992.
EURO2Euro2 of EC 96 (Europese richtlijnen 94/12/EC, 96/69/EC en 91/542/EEC), van kracht sinds 1995.
EURO3Euro3 (Europese richtlijn 98/69/EC), van kracht sinds 1999.
EURO4Euro4 (Europese richtlijn 98/69/EC), van kracht sinds 2006.
EURO5Euro5 (Europese richtlijn 99/96/EC), van kracht sinds 2009.
EURO6Euro6, van kracht sinds 2014.
K6schoon met katalysator, al dan niet geregeld.
K9schoon met ongeregelde katalysator.
U9schoon met lambdasonde (geregelde katalysator).
doorsHet aantal deuren van het voertuig.
gearHet versnellingsbak type.
Aut.Automatisch
HandHandgeschakeld
SAutSemi automatisch
H4Handgeschakeld, 4 versnellingen
H5Handgeschakeld, 5 versnellingen
H6Handgeschakeld, 6 versnellingen
H7Handgeschakeld, 7 versnellingen
top_speedDe maximaal haalbare snelheid van het voertuig in km/h.
folder_weightMassa ledig voertuig.  Gewicht volgens de folder of catalogus van de fabrikant.
train_weightMaximale toelaatbare massa.  Dit veld is alleen gevuld bij grijs kenteken en voor de personenbussen met geel kenteken.
layoutDe aandrijving beschrijft de manier waarop de motor de auto aandrijft.  Voorbeelden: “Voorwiel”, “Voor + Achter”.
body_styleKoetswerk.  De carrosserie is het koetswerk van een motorvoertuig (de constructie).  Mogelijke waarden:
2/4-drs sedan2/4 deurs sedan
2-drs2 deurs cabrio of targa
3/4/5-drscombi 3/4/5 deurs
3/5-drs3/5 deurs hatchback of softtop
5-drs5 deurs liftback
afg. pers. autoafgeleid van personenauto, voertuig met grijs kenteken
bedrijfsautobestel/bedrijfsauto
Chassis+Cabinechassis en cabine
Coupécoupé
Hardtophardtop
Kaal Chassischassis
MPV=ruimtewagenMPV
open laadbakpick-up truck
pers. vervoerbus, personenvervoer
SportUtilityVehSUV
accelerationVersnelling.  Het aantal seconden waarin het voertuig van 0 tot 100 km/u kan versnellen.
sportivityVerhouding tussen vermogen en gewicht.  Vanaf ongeveer 20 en hoger beginnen de sportieve uitvoeringen.
pricesEen CarVWEPrices, met prijzen van deze uitvoering.

CarVWEVersionPriceReference

Name and number of a version of car.

order_numberWaarschijnlijkheid rangschikkingsnummer.  Hoe lager dit nummer, hoe waarschijnlijker het is dat de auto van dit model is.
atl_codeUnieke identificatiecode voor deze uitvoering.
model_nameNaam van deze uitvoering.

CarVWEBrand

Name and number of a brand of car.

brand_idNumeric identifier for the brand
brand_nameName of the brand, e.g.  “Toyota”.

CarVWEModel

Name and number of a model of car.

model_idNumeric identifier for the model.
model_nameModel name, e.g.  “Prius”.

CarVWEVersion

Information on a version (uitvoering) of car.

atl_codeCode uniquely identifying the version of the car.
version_nameDescription of the version of the car, e.g.  “1.4-16V Comfortline”
fuel_type_idFuel type identifier.
1Benzine
2Diesel
3Electrisch
4Hybride Benzine
5Hybride Diesel
fuel_typeDescription of the fuel type.  For possible values, see fuel_type_id.
body_style_idBody style identifier.
22/4-drs sedan (2/4 deurs sedan)
33/5-drs (3/5 deurs hatchback)
4Coupé
52-drs (2 deurs cabrio)
6Hardtop
73/5-drs (3/5 deurs softtop)
82-drs (2 deurs targa)
95-drs (5 deurs liftback)
103/4/5-drs (combi 3/4/5 deurs)
14afg. pers. auto (afgeleid van personenauto, voertuig met grijs kenteken)
15bedrijfsauto (bestel/bedrijfsauto)
16pers. vervoer (bus, personenvervoer)
17open laadbak (pick-up truck)
18Chassis+Cabine
19Kaal Chassis
20MPV=ruimtewagen
21SportUtilityVeh (SUV)
body_styleDescription of the body style, e.g.  “3/5-drs”
doorsNumber of doors.  If the design is 2/4-drs or 3/5-drs, this parameter can distinguish between the two models.  Typical values: 2, 3, 4, 5.  Optional.
powerMaximum power the engine can produce in kW.
gear_idType of gearbox.  Optional.
1Handgeschakeld
2Automatisch
3Handgeschakeld, 4 versnellingen
4Handgeschakeld, 5 versnellingen
5Handgeschakeld, 6 versnellingen
6Handgeschakeld, 7 versnellingen
13Semi-automatisch
gearShort description of the gearbox, e.g.  “Aut.”
valid_fromStart of the period in which this version was produced.
valid_untilEnd of the period in which this version was produced.  Optional.  If this field is absent, the version is still being produced.

CarVWEPhoto

A photo or image of a car.

imageBase64 encoded JPEG image.
sideSide of the car shown in the photo.
frontcar seen from the front
rearcar seen from the rear
interiorinterior of the car
sizeIndication of the size
normalapproximately 640 by 480 pixels.
thumbnailapproximately 120 by 80 pixels.

CarVWEOptions

The options of a version of a car.

options_standardA CarVWEOptionsStandard with the standard options (‘standaardopties’) of the version.  Optional.
options_manufactureA CarVWEOptionsManufacture with the optional options the factory added manufacturing the car (‘fabrieksopties’).  Optional.
options_packageA CarVWEOptionsPackage with the optional packages (‘pakketopties’) added for the version.  Optional.

CarVWEOptionsStandard

The standard options of a car version.

license_plateThe license plate used for identifying the car model
atl_codeThe unique identification code of the version
optionsA Patterns::{Type}Array of CarVWEOption with the options

CarVWEOptionsManufacture

The car version options that can be added during manufacturing (‘fabrieksopties’).

license_plateThe license plate used for identifying the car model
atl_codeThe unique identification code of the version
optionsA Patterns::{Type}Array of CarVWEOption with the options

CarVWEOptionsPackage

The optional packages available for a car version.

license_plateThe license plate used for identifying the car model
atl_codeThe unique identification code of the version
packagesA Patterns::{Type}Array of CarVWEOptionPackage with the packages containing the options

CarVWEOptionPackage

The package installed on a car model.

package_idThe unique identification code of the package
priceThe costs of the package
descriptionThe name of the package
optionsA Patterns::{Type}Array of CarVWEOption with the package options

CarVWEOption

The options of a car version.  (download the possible options)

option_idThe unique identification code of the option
description_shortThe short description of the option
descriptionThe full description of the option
priceOptional, the price paid for the option

CarRDWCarDataPrice

Information on a car, including catalog price.  For hybrid driven cars, the fuel_usage within the environment_data is based on the benzine fuel type.  (the same rule is applied for power and co2_emission in these cases)

basic_car_dataA CarV3 with information on the car.
environment_dataA CarEnvironment with information about fuel usage, environmental impact.
status_dataA CarStatus with information on whether the car is missing, stolen, insured or awaiting approval (Dutch: ‘Wachtend op keuring’).
powerMaximum engine power in kW.  The maximum supply of labor per unit time of the engine.  Optional.
fuel_typesFuel type of the vehicle.  For example, “Benzine”, “Diesel”, “LPG (Liquefied Petroleum Gas)”.  Optional.
top_speedTop speed in km/h.  Maximum speed that a vehicle can get, limited by properties of the structure of the vehicle and / or engine.  This limit is specified by the manufacturer or determined by a technical assistant in the RDW during an inspection.  The top speed is measured according to the requirements listed in Directive 95/1/EC and subsequent adjustment(s).  Optional.
catalog_priceCatalog price in Euros.  The amount specified by the importer as list price for a vehicle at the time of application.  The price consists of the net-list, including ex-factory accessories, plus the BPM and turnover tax.  The price forms the basis for calculating the tax addition for the private use of a lease, but is recorded for all passenger cars and light commercial vehicles.  The catalog price is registered by the RDW for the Tax department, but the RDW is not responsible for the proper and complete delivery.  Optional.
bpmVehicle tax in Euros.  Tax set by the Ministry of Finance on passenger car or motorcycle based on the net catalog price.  At present, this registration information listed under the heading “Gross bpm”.  Adding VAT to the net catalog price results in the catalog price.  The catalog price plus the BPM amount gives the consumer price.  Optional.
bodiesA Patterns::{Type}Array of CarBody entries.  Data on a body of a European type-approved version.

CarStatus

Various status indicators on a car.  All fields are optional.

insuredIndicator of whether a particular vehicle has a current insurance registered.
awaiting_inspectionIndicator of whether a vehicle status “Awaiting approval” applies (Dutch: ‘Wachtend op keuring’).  This indicator is derived from the presence of a current status 61.
missingIndicator of whether a vehicle is missing.  This attribute is derived from the presence of a current status 86.
stolenIndicator of whether a vehicle has been reported stolen.  This attribute is derived from the presence of a current status 87.

CarEnvironment

Information about environmental impact and fuel consumption.  All fields are optional.

emission_codeThe environmental classification as it appears on the registration certificate.
0EURO 0
1EURO 1
2EURO 2
3EURO 3
4EURO 4
5EURO 5
AS 2005
R...
Other-
energy_labelCode between A and G indicating the consumption class of a vehicle.  The classification is expressed as a percentage relative to the average consumption.  The coding is:
Aless than -20%
Bbetween -20% and -10%
Cbetween -10% and 0%
Dbetween 0% and 10%
Ebetween 10 and
Fbetween 20 and
Gmore than 30%
g3_indicationIndicator of whether a vehicle is fitted with an LPG tank that meets the requirements of Directive 94/12/EC (Generation 3 system).
particulate_filterCode that gives information about the presence of a particulate filter in a vehicle and how it is built.  The coding is:
Fthe manufacturer built (ex factory)
Rbuilt later (Retrofit)
Nno soot filter (Not)
Ttemporarily unavailable
fuel_usage_cityThe fuel consumption during city driving cycle, a standardized, on a chassis dynamometer.
fuel_usage_highwayThe fuel consumption during a standardized cycle country road, on a chassis dynamometer.
fuel_usage_combinedThe fuel consumption during a standardized combination of urban and country road driving cycles on a chassis dynamometer.

CarBody

Information on an approved body.

idBodywork sequence number in vehicle / vehicle ID.  Optional.
codeEuropean coding for the type body of a type approved complete vehicle, as described in directive 2007/46/EG.  Optional.
descriptionThe description of a type approved vehicle.  Optional.

CarATDPrices

Basic car information and Autodisk valuations.

brandBrand name, e.g.  “Toyota”
modelModel name, e.g.  “Prius”
typeThe type or version of the model
valuationsA Patterns::{Type}Array of CarATDValuation entries

CarATDValuation

An Autodisk valuation of a specific model type.

type_idIdentifier for this type
price_retailThe current retail value
price_exchangeThe current exchange value
price_tradeThe current trade value
type_namesA Patterns::{Type}Array of up to four descriptions of the specific model type
Check the validity of a license plate and check code (‘meldcode’) combination.
Indicates if a license plate and check code (‘meldcode’) combination is correct, and if the car is registered as active
Retrieves data of a car with a Dutch license plate, including a list of types matched if more information is available.
A single car entry (including CO2 emission) and matched model types.
Retrieves data of a car with a Dutch license plate
A single car entry, includes BPM and power.
Retrieves data of a car with a Dutch license plate, including a list of types matched if more information is available.
Information on a car, including catalog price.
A single car entry, includes information about extra options.
Check the validity of a license plate and check code (‘meldcode’) combination.
Indicates if a license plate and check code (‘meldcode’) combination is correct.
Retrieves data of a car with a Dutch license plate.
Information on a car.
Retrieve extended information for a specific version of a car.
Retrieve options of a car.
Retrieve extended information for a car.
Information on a specific car.
Retrieve extended information for a specific version of a car.
The options of a version of a car.
A structure that shows a page of a specific result type {Type}.
Name and number of a brand of car.
Retrieve possible models for a specific brand of car.
Please note that when using a test account an older and less complete dataset is used.
Name and number of a model of car.
Retrieve possible versions for a specific model of car.
Information on a version (uitvoering) of car.
Prices of the car in Euros.
Information on a specific version of a car.
An array of type {Type} entries.
A photo or image of a car.
Basic car information and Autodisk valuations.
A single car entry.
A single car entry, including matched model types (if available)
A single car entry, includes BPM and power.
General model type data.
A single car entry.
Retrieves data of a car, including information about extra options.
Geeft aan of een accessoire standaard aanwezig is, of beschikbaar als optie.
Name and number of a version of car.
The standard options of a car version.
The car version options that can be added during manufacturing (‘fabrieksopties’).
The optional packages available for a car version.
The options of a car version.
The package installed on a car model.
Information about environmental impact and fuel consumption.
Various status indicators on a car.
Information on an approved body.
An Autodisk valuation of a specific model type.