# pogo-tb.nl Dutch Postcode Address Lookup (BAG via PDOK)

> pogo-tb.nl Dutch Postcode Address Lookup (BAG via PDOK) 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).

Looks up Dutch street name and city for a given postcode using the BAG (Basisregistratie Adressen en Gebouwen) dataset via PDOK Locatieserver, paid per-call with USDC via x402.

## Facts

- Endpoint: GET https://api.pogo-tb.nl/v1/postcode
- 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/pogo-tb-nl-dutch-postcode-address-lookup-bag-via-pdok-a1c78522
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pvwQq-ltdDKYqn58gR_sG

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 pogo-tb-nl-dutch-postcode-address-lookup-bag-via-pdok-a1c78522
```

Example prompt: What street and city does Dutch postcode 2511BX correspond to?

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call Dutch postcode-to-address resolution backed by the authoritative BAG/PDOK dataset, especially in agentic workflows where you want micropayment-based access without subscription overhead. It is ideal for Netherlands-specific address enrichment, validation, or prefill scenarios where you have a postcode and need the street name and city.

## Known failure modes

- Invalid or non-existent postcode returns empty data array
- Missing required 'pc' query parameter returns 400 or error response
- Payment not provided or insufficient USDC results in HTTP 402 response requiring x402 payment
- Postcode format incorrect (e.g. missing letters) may yield no results
- Rate limiting or network issues may cause transient failures

## 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

A JSON object containing an array of address matches, each with 'straat' (street name) and 'woonplaats' (city/place name), plus an attribution string crediting 'BAG via PDOK Locatieserver / Kadaster, CC BY 4.0'.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [
   {
    "straat": "Stationsplein",
    "woonplaats": "Amsterdam"
   }
  ],
  "attribution": "Source: BAG via PDOK Locatieserver / Kadaster, CC BY 4.0."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pogo-tb-nl-dutch-postcode-address-lookup-bag-via-pdok-a1c78522/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)
