← APIs / RDW Vehicle Technical Data
Verified

RDW Vehicle Technical Data

Apiosk Basicsby Apiosk Basics · General

Direct official RDW technical vehicle lookup by exact Dutch registration plate. Includes make, model, APK expiry and available register fields. No owner identity, fleet ownership or separate fuel/emissions dataset.

mobilityapi
Price per request
$0.05
About

Direct official RDW technical vehicle lookup by exact Dutch registration plate. Includes make, model, APK expiry and available register fields. No owner identity, fleet ownership or separate fuel/emissions dataset.

Base URL
https://gateway.apiosk.com/rdw
Technical Specs
Auth Methodnone
Response FormatJSON
Endpoints1
Endpoints
MethodPathDescriptionCost
GET /resource/m9d7-ebf2.json Direct official RDW technical vehicle lookup by exact Dutch registration plate. Includes make, model, APK expiry and available register fields. No owner identity, fleet ownership or separate fuel/emissions dataset.
$0.05 default
View details
Endpoint documentation
GET/resource/m9d7-ebf2.json
$0.05 default
Description

Direct official RDW technical vehicle lookup by exact Dutch registration plate. Includes make, model, APK expiry and available register fields. No owner identity, fleet ownership or separate fuel/emissions dataset.

Documentation

Direct official RDW technical vehicle lookup by exact Dutch registration plate. Includes make, model, APK expiry and available register fields. No owner identity, fleet ownership or separate fuel/emissions dataset.

Pricing
$0.05 default
Parameters
{
  "properties": {
    "kenteken": {
      "description": "Dutch plate, with optional hyphens; normalized to uppercase.",
      "pattern": "^[A-Za-z0-9-]{6,10}$",
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "kenteken"
  ],
  "type": "object"
}
Response schema
{
  "properties": {
    "coverage": {
      "properties": {
        "complete": {
          "type": "boolean"
        },
        "scope": {
          "type": "string"
        }
      },
      "required": [
        "complete",
        "scope"
      ],
      "type": "object"
    },
    "items": {
      "items": {
        "type": "object"
      },
      "type": "array"
    },
    "notice": {
      "type": "string"
    },
    "source_url": {
      "type": "string"
    }
  },
  "required": [
    "items",
    "coverage",
    "notice",
    "source_url"
  ],
  "type": "object"
}
Example request
{
  "kenteken": "RZ874R"
}
Example response
{
  "coverage": {
    "complete": true,
    "scope": "Exact plate in RDW registered-vehicle dataset"
  },
  "items": [
    {
      "aantal_cilinders": "3",
      "aantal_deuren": "5",
      "aantal_wielen": "4",
      "aantal_zitplaatsen": "5",
      "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",
      "breedte": "175",
      "bruto_bpm": "3328",
      "catalogusprijs": "26536",
      "cilinderinhoud": "999",
      "code_toelichting_tellerstandoordeel": "00",
      "datum_eerste_tenaamstelling_in_nederland": "20180313",
      "datum_eerste_tenaamstelling_in_nederland_dt": "2018-03-13T00:00:00.000",
      "datum_eerste_toelating": "20180313",
      "datum_eerste_toelating_dt": "2018-03-13T00:00:00.000",
      "datum_tenaamstelling": "20251101",
      "datum_tenaamstelling_dt": "2025-11-01T00:00:00.000",
      "eerste_kleur": "ORANJE",
      "europese_voertuigcategorie": "M1",
      "export_indicator": "Nee",
      "handelsbenaming": "POLO",
      "hoogte_voertuig": "143",
      "inrichting": "hatchback",
      "jaar_laatste_registratie_tellerstand": "2026",
      "kenteken": "RZ874R",
      "lengte": "405",
      "massa_ledig_voertuig": "1055",
      "massa_rijklaar": "1155",
      "maximum_massa_samenstelling": "2720",
      "maximum_massa_trekken_ongeremd": "570",
      "maximum_trekken_massa_geremd": "1100",
      "merk": "VOLKSWAGEN",
      "openstaande_terugroepactie_indicator": "Nee",
      "plaats_chassisnummer": "in motorruimte r.",
      "taxi_indicator": "Nee",
      "technische_max_massa_voertuig": "1620",
      "tellerstandoordeel": "Logisch",
      "tenaamstellen_mogelijk": "Ja",
      "toegestane_maximum_massa_voertuig": "1620",
      "tweede_kleur": "Niet geregistreerd",
      "type": "AW",
      "typegoedkeuringsnummer": "e1*2007/46*1783*04",
      "uitvoering": "FM6FM6AJ017N2VR27MM62",
      "variant": "ABCHZJ",
      "vermogen_massarijklaar": "0.07",
      "vervaldatum_apk": "20271029",
      "vervaldatum_apk_dt": "2027-10-29T00:00:00.000",
      "voertuigsoort": "Personenauto",
      "volgnummer_wijziging_eu_typegoedkeuring": "0",
      "wacht_op_keuren": "Geen verstrekking in Open Data",
      "wam_verzekerd": "Ja",
      "wielbasis": "255",
      "zuinigheidsclassificatie": "C"
    }
  ],
  "notice": "Technical register data. No owner identity or fleet ownership. Missing fields remain unknown; fuel/emissions datasets are not included.",
  "query": {
    "kenteken": "RZ874R"
  },
  "requested_plate": "RZ874R",
  "source_url": "https://opendata.rdw.nl/resource/m9d7-ebf2.json?kenteken=RZ874R&%24limit=2",
  "total": 1
}