Want more data?
The RDW app uses this API endpoint as a source for its data.
https://opendata.rdw.nl/api/id/m9d7-ebf2.json?$where=(UPPER(kenteken)=UPPER(%27PK015L%27))
Which returns the following data:
Response
{
"kenteken": "PK015L",
"voertuigsoort": "Personenauto",
"merk": "AUDI",
"handelsbenaming": "RS 3 SPORTBACK",
"vervaldatum_apk": "20250830",
"datum_tenaamstelling": "20181003",
"bruto_bpm": "24865",
"inrichting": "hatchback",
"aantal_zitplaatsen": "5",
"eerste_kleur": "GRIJS",
"tweede_kleur": "Niet geregistreerd",
"aantal_cilinders": "5",
"cilinderinhoud": "2480",
"massa_ledig_voertuig": "1485",
"toegestane_maximum_massa_voertuig": "2010",
"massa_rijklaar": "1585",
"datum_eerste_toelating": "20170727",
"datum_eerste_tenaamstelling_in_nederland": "20170727",
"wacht_op_keuren": "Geen verstrekking in Open Data",
"catalogusprijs": "94983",
"wam_verzekerd": "Ja",
"aantal_deuren": "4",
"aantal_wielen": "4",
"afstand_hart_koppeling_tot_achterzijde_voertuig": "0",
"afstand_voorzijde_voertuig_tot_hart_koppeling": "0",
"lengte": "434",
"breedte": "180",
"europese_voertuigcategorie": "M1",
"plaats_chassisnummer": "in motorruimte r.",
"technische_max_massa_voertuig": "2010",
"type": "8V",
"typegoedkeuringsnummer": "e1*2007/46*0608*04",
"variant": "SDAZAQ1",
"uitvoering": "QD7QD7BH006P8V047MMEM1",
"volgnummer_wijziging_eu_typegoedkeuring": "0",
"vermogen_massarijklaar": "0.19",
"wielbasis": "263",
"export_indicator": "Nee",
"openstaande_terugroepactie_indicator": "Nee",
"taxi_indicator": "Nee",
"maximum_massa_samenstelling": "0",
"aantal_rolstoelplaatsen": "0",
"maximum_ondersteunende_snelheid": "0.00",
"jaar_laatste_registratie_tellerstand": "2023",
"tellerstandoordeel": "Logisch",
"code_toelichting_tellerstandoordeel": "00",
"tenaamstellen_mogelijk": "Ja",
"vervaldatum_apk_dt": "2025-08-30T00:00:00.000",
"datum_tenaamstelling_dt": "2018-10-03T00:00:00.000",
"datum_eerste_toelating_dt": "2017-07-27T00:00:00.000",
"datum_eerste_tenaamstelling_in_nederland_dt": "2017-07-27T00:00:00.000",
"hoogte_voertuig": "140",
"zuinigheidsclassificatie": "G",
"api_gekentekende_voertuigen_assen": "https://opendata.rdw.nl/resource/3huj-srit.json",
"api_gekentekende_voertuigen_brandstof": "https://opendata.rdw.nl/resource/8ys7-d773.json",
"api_gekentekende_voertuigen_carrosserie": "https://opendata.rdw.nl/resource/vezc-m2t6.json",
"api_gekentekende_voertuigen_carrosserie_specifiek": "https://opendata.rdw.nl/resource/jhie-znh9.json",
"api_gekentekende_voertuigen_voertuigklasse": "https://opendata.rdw.nl/resource/kmfi-hrps.json"
}
If you see anything interesting here that you’d like in the app, let me know.
A check for if there is any open recall operation (openstaande_terugroepactie_indicator
) was already mentioned and will be added in the next update.