# pogo-tb.nl Dutch BAG Reverse Geocoding (x402)

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

Converts geographic coordinates (lat/lon) into a Dutch postal address using the BAG/PDOK Locatieserver dataset, paid per-call via x402 USDC on Base.

## Facts

- Endpoint: GET https://api.pogo-tb.nl/v1/geo/reverse
- Price: $0.002/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-reverse-geocoding-x402-0a31ebdb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2WKvrLR77rlonMg015B5H

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-reverse-geocoding-x402-0a31ebdb
```

Example prompt: What is the Dutch street address at coordinates 52.3731 latitude, 4.8922 longitude?

## When to prefer this

Choose this endpoint when you need to reverse geocode coordinates specifically within the Netherlands and want BAG-registered addresses (the authoritative Dutch building/address registry). It is ideal for AI agents that need pay-per-call micropayment billing via x402 on Base (USDC) rather than a subscription, and when BAG attribution (Kadaster, CC BY 4.0) is acceptable. Prefer over generic geocoding APIs when Dutch address accuracy and open-data provenance matter.

## Known failure modes

- Missing or invalid lat/lon parameters returns an error — both are required
- Coordinates outside the Netherlands may return no results or an empty data field
- Payment failure via x402 (insufficient USDC balance) returns HTTP 402 before any address data
- Network timeout or PDOK upstream downtime may cause 5xx errors

## 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' field containing a Dutch address string (e.g. 'Dam 2, 1012NP Amsterdam') and an 'attribution' field crediting the BAG/PDOK Locatieserver / Kadaster source under CC BY 4.0.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "adres": "Dam 2, 1012NP 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-bag-reverse-geocoding-x402-0a31ebdb/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)
