← API catalog

Dutch vehicle lookup

$0.02 / call
GET /api/v1/nl/vehicle

Registration, fuel/EV, APK (roadworthiness) and open recalls (terugroepacties) for a Dutch licence plate (kenteken).

Parameters

NameRequiredDescription
kentekenyesPlate, in the JSON request body. Case/format-insensitive (e.g. 0001TJ).
samplenoQuery param on GET; set to 1 for the free demo response.

Free sample

curl https://api.agenticweb.nl/api/v1/nl/vehicle?sample=1

Paid 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".