# RDW Vehicle Search by Brand (pogo-tb.nl)

> RDW Vehicle Search by Brand (pogo-tb.nl) is a paid API for AI agents from api.pogo-tb.nl, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Search Dutch RDW vehicle registration database by car brand (merk) and return matching license plates and vehicle records.

## Facts

- Endpoint: GET https://api.pogo-tb.nl/v1/rdw/zoek
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rdw-vehicle-search-by-brand-pogo-tb-nl-df5c5c70
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Dl-P9e4wjO8KQiV12qrkg

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 rdw-vehicle-search-by-brand-pogo-tb-nl-df5c5c70
```

Example prompt: Search the Dutch RDW vehicle database for all registered Teslas and give me their license plate numbers — show me up to 10 results.

## When to prefer this

Choose this endpoint when you need to search Dutch RDW vehicle registration records by car brand and retrieve matching license plate numbers. It is ideal for AI agents that need structured vehicle data from the Netherlands without scraping RDW's website directly. Prefer this over generic web search when you need clean, structured JSON responses with CC0-licensed open data. The x402 micropayment model at $0.005 per call makes it cost-effective for low-volume lookups.

## Known failure modes

- Missing required 'merk' parameter returns a 400 error
- Unknown or misspelled brand name returns an empty data array
- Payment not provided or insufficient USDC triggers a 402 Payment Required response
- Rate limiting or overload may return 429 or 503 errors
- Brand strings with special characters may return no results if not normalized

## How this service works

Pay-per-call Dutch RDW kenteken and BAG address APIs for AI agents. Free previews; full JSON via x402 USDC on Base.

## Output

Returns a JSON object with a 'data' array of vehicle records, each containing the brand name (merk) and license plate (kenteken), plus an attribution string crediting RDW open data under CC0 1.0. The result set is limited by the optional 'limit' parameter.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [
   {
    "merk": "TESLA",
    "kenteken": "GZS80K"
   }
  ],
  "attribution": "Source: RDW open data (opendata.rdw.nl), CC0 1.0. Not affiliated with RDW."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rdw-vehicle-search-by-brand-pogo-tb-nl-df5c5c70/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.pogo-tb.nl](https://www.zero.xyz/host/api.pogo-tb.nl/llms.txt)
