A

Agenticweb · NL Dossier

by Agenticweb

POSTBase

$0.025

per call · USD Coin on Base

Dutch address dossier by postcode + house number: the address, its BAG building (bouwjaar, floor area, use function), its AHN height above NAP, and CBS key figures for its gemeente — in one call. Send the parameters in a JSON request body via POST. Payment constitutes acceptance of the terms at https://agenticweb.nl/terms.

Endpoint

POST https://api.agenticweb.nl/api/v1/nl/dossier

4

Calls / 30d

1

Unique payers / 30d

Aug 21

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.agenticweb.nl/api/v1/nl/dossier", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "huisnummer": 128,
    "postcode": "1011AC"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.agenticweb.nl/api/v1/nl/dossier" \
  -H "Content-Type: application/json" \
  -d '{"huisnummer":128,"postcode":"1011AC"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "properties": {
    "address": {
      "description": "{ status, data }: street, city, gemeente, province, WGS84 + RD coordinates. Always status \"ok\" on a 200.",
      "type": "object"
    },
    "area": {
      "description": "{ status, scope: \"gemeente\", data, reason? }: CBS population, households, density for the gemeente — not for this address.",
      "type": "object"
    },
    "building": {
      "description": "{ status, data }: BAG bouwjaar, oppervlakte_m2, gebruiksdoel, verblijfsobject/pand ids and status. Always status \"ok\" on a 200; null fields for a ligplaats/standplaats.",
      "type": "object"
    },
    "elevation": {
      "description": "{ status, data, reason? }: AHN surface_m, nap_m and object_height_m sampled at the address coordinate. surface_m is this building's height; nap_m and object_height_m are usually null over a building, because the AHN masks buildings out of its terrain model — use /nl/elevation with a bare postcode for ground level. status may also be no_data (open water, no coverage) or unavailable.",
      "type": "object"
    },
    "query": {
      "description": "Echo of the normalised postcode + huisnummer.",
      "type": "object"
    }
  },
  "type": "object"
}

Payment details

Pay to0x9fd85fe177a8750a0e8a15b0741c56932f26f1ae
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Agenticweb & similar services