# Netherlands RDW Vehicle Registration Lookup

> Netherlands RDW Vehicle Registration Lookup is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns core Dutch national vehicle registry (RDW) registration data for a given licence plate (kenteken)

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/netherlands-rdw-vehicle
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/netherlands-rdw-vehicle-registration-lookup-065f5651
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_frn5BFO5B-pDEQSwe5jok

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability netherlands-rdw-vehicle-registration-lookup-065f5651 -d '<json body>'
```

Example prompt: Can you look up the Dutch RDW vehicle registration details for the licence plate 'AB-123-C'? I want to know the make, model, fuel type, and registration status.

## When to prefer this

Use this endpoint when you need to look up authoritative Dutch vehicle registration data by licence plate from the official RDW registry. Prefer this over scraped or third-party aggregators when you need reliable, government-sourced data for Netherlands-registered vehicles. Ideal for fleet management, insurance verification, automotive marketplaces, or any workflow that needs to validate or enrich data about Dutch-registered vehicles.

## Known failure modes

- Invalid or malformed kenteken returns an error or empty result
- Licence plate not found in RDW registry returns empty or 404-style response
- Missing kenteken query parameter results in a bad request error
- Deregistered or foreign plates may return no data
- Rate limiting or payment failure if the $0.02 USDC x402 payment is not processed

## How this service works

Dutch national vehicle registry (RDW) core registration data by licence plate (kenteken) Query: ?kenteken= Returns JSON.

## Output

A JSON object containing core Dutch RDW registration data for the queried kenteken, including vehicle make, model, fuel type, vehicle category, registration status, and other technical specification fields as held in the national Dutch vehicle registry.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/netherlands-rdw-vehicle-registration-lookup-065f5651/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
