$0.005
per call · USD Coin on Base
Dutch municipality key figures (population, households, density) from CBS. Payment constitutes acceptance of the terms at https://agenticweb.nl/terms.
Endpoint
GET https://api.agenticweb.nl/api/v1/nl/demographics1
Calls / 30d
1
Unique payers / 30d
Aug 21
Last called
exact
Payment scheme
Call this service
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/demographics", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.agenticweb.nl/api/v1/nl/demographics?code=Exact+CBS+municipality+code%2C+e.g.+GM0363+%28precise%3B+overrides+gemeente%29.&gemeente=Municipality+name+%28CBS+spelling%2C+e.g.+Amsterdam+or+%27s-Gravenhage%29.&sample=Query+param+on+GET%3B+set+to+1+for+the+free+demo+response." \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"properties": {
"avg_household_size": {
"type": "number"
},
"code": {
"description": "CBS municipality code, e.g. GM0363.",
"type": "string"
},
"gemeente": {
"type": "string"
},
"households": {
"type": "number"
},
"level": {
"enum": [
"gemeente"
],
"type": "string"
},
"men": {
"type": "number"
},
"population": {
"type": "number"
},
"population_density_per_km2": {
"type": "number"
},
"women": {
"type": "number"
}
},
"type": "object"
}Payment details
0x9fd85fe177a8750a0e8a15b0741c56932f26f1aeUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Agenticweb & similar services
Agenticweb · NL School Holidays
api.agenticweb.nl
Current Dutch school-holiday dates by year, region or date. Payment constitutes acceptance of the terms at https://agenticweb.nl/terms.
Agenticweb · Global FX
api.agenticweb.nl
Currency conversion via ECB euro reference rates (informational). The underlying ECB reference rates can be obtained free of charge from https://www.ecb.europa.eu/stats/eurofxref/. Payment constitutes acceptance of the terms at https://agenticweb.nl/terms.
Agenticweb · NL Address
api.agenticweb.nl
Dutch address lookup by postcode + house number, or reverse by coordinates. Send the parameters in a JSON request body via POST. Payment constitutes acceptance of the terms at https://agenticweb.nl/terms.