rdw-license-plate-lookup
Retrieve comprehensive Dutch vehicle details, including specs, emissions, APK history, recalls, and ownership, by entering a valid license plate.
Instructions
Look up ALL available Dutch vehicle information from RDW databases including vehicle specs, fuel/emissions, APK history, recalls, ownership history, technical defects, and more
Input Schema
Name | Required | Description | Default |
---|---|---|---|
kenteken | Yes | Dutch license plate (kenteken) to look up |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"kenteken": {
"description": "Dutch license plate (kenteken) to look up",
"minLength": 1,
"type": "string"
}
},
"required": [
"kenteken"
],
"type": "object"
}