Dutch vehicle lookup
$0.02 / callGET /api/v1/nl/vehicleRegistration, fuel/EV, APK (roadworthiness) and open recalls (terugroepacties) for a Dutch licence plate (kenteken).
Parameters
| Name | Required | Description |
|---|---|---|
kenteken | yes | Plate, in the JSON request body. Case/format-insensitive (e.g. 0001TJ). |
sample | no | Query param on GET; set to 1 for the free demo response. |
Free sample
curl https://api.agenticweb.nl/api/v1/nl/vehicle?sample=1Paid call
Returns 402 Payment Required; pay over x402 and retry.
curl -X POST https://api.agenticweb.nl/api/v1/nl/vehicle \
-H 'Content-Type: application/json' \
-d '{"kenteken":"0001TJ"}'This endpoint takes its parameters in a JSON request body rather than the query string, because they are personal data and a request URL is recorded in server access logs. A GET without ?sample=1 returns 405.
Licensing
CC0 1.0. Source registry is not named in responses, per its terms.
Recalls are plate-exact; on a transient upstream failure recalls_status is "unavailable".