# pogo-tb.nl Dutch BAG Verhuizing Address Lookup

> pogo-tb.nl Dutch BAG Verhuizing Address Lookup is a paid API for AI agents from api.pogo-tb.nl, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Looks up Dutch BAG address and building data (including construction year and distance to Amsterdam) for a given Dutch postal code and house number.

## Facts

- Endpoint: GET https://api.pogo-tb.nl/v1/pack/verhuizing
- Price: $0.01/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-bag-verhuizing-address-lookup-32099a7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rnne0RtHVNXdMn1Zo-Wtn

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-bag-verhuizing-address-lookup-32099a7e
```

Example prompt: What is the municipality, construction year, and distance to Amsterdam for the address at postcode 9711AB, house number 1 in the Netherlands?

## When to prefer this

Choose this endpoint when you need structured Dutch address and building data (municipality, construction year, distance to Amsterdam) for a specific Dutch postal code and house number, especially in agentic workflows requiring pay-per-call micro-payment via x402 USDC on Base. Prefer this over scraping or manual lookup when you need machine-readable JSON enriched with BAG open data provenance.

## Known failure modes

- Invalid or non-existent postal code returns empty or error response
- Missing required query params (pc or huisnr) returns 400 or schema validation error
- Payment not completed (x402) results in 402 Payment Required with preview data only
- House number not found at given postcode returns empty data object
- Network timeout or upstream PDOK/Kadaster unavailability

## 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 containing: address details (municipality/woonplaats), building metadata (bouwjaar/construction year), the great-circle distance in km from the address to Amsterdam, and an attribution string crediting BAG via PDOK/Kadaster under CC BY 4.0.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "pand": {
    "bouwjaar": 1873
   },
   "adres": {
    "woonplaats": "Groningen"
   },
   "afstand_amsterdam_km": 165.2
  },
  "attribution": "Sources: BAG via PDOK / Kadaster (CC BY 4.0). Composite pack: address + building + great-circle distance to Amsterdam."
 }
}
```

## More

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