# Netherlands RDW Vehicle Fuel & Emissions Data

> Netherlands RDW Vehicle Fuel & Emissions Data 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-13).

Returns fuel type and emissions data for a Dutch vehicle by licence plate (kenteken) from the national RDW registry.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/netherlands-rdw-vehicle-fuel
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/netherlands-rdw-vehicle-fuel-emissions-data-8f1f51cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aRp6UXKbsJueGAFzGzRt4

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-fuel-emissions-data-8f1f51cc -d '<json body>'
```

Example prompt: Can you look up the fuel type and emissions data for the Dutch vehicle with licence plate AB-123-CD from the RDW registry?

## When to prefer this

Use this endpoint when you need official Dutch government RDW fuel and emissions data for a specific vehicle identified by its Dutch licence plate (kenteken). Prefer this over generic vehicle lookup APIs when the vehicle is registered in the Netherlands and you need authoritative fuel type or emissions classification data.

## 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 causes a bad request error
- Non-Dutch licence plates are not supported and will not return results

## How this service works

Dutch national vehicle registry (RDW) fuel and emissions data by licence plate (kenteken) Query: ?kenteken= Returns JSON.

## Output

A JSON object containing fuel and emissions information for the queried Dutch vehicle, including fuel type (e.g. petrol, diesel, electric, hybrid), CO2 emission figures, and other related environmental data sourced from the official RDW national vehicle registry.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/netherlands-rdw-vehicle-fuel-emissions-data-8f1f51cc/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)
