● ● __ _ __ \ / ____ _____ ____ ____ / /_(_)_____ _____ / /_ ◍ / __ `/ __ `/ _ \/ __ \/ __/ / ___/ | /| / / _ \/ __ \ / \ / /_/ / /_/ / __/ / / / /_/ / /__ | |/ |/ / __/ /_/ / ● ● \__,_/\__, /\___/_/ /_/\__/_/\___/ |__/|__/\___/_.___/ /____/ # agenticweb.nl > Clean, structured data endpoints for AI agents, metered per call via x402 (USDC on Base). Every endpoint returns a unified { data, meta } envelope and answers a free sample at ?sample=1. Pay per call: each endpoint returns HTTP 402 with x402 payment requirements (price, asset, network); pay in USDC on Base and retry. Endpoints are served from api.agenticweb.nl; full OpenAPI at api.agenticweb.nl/openapi.json. Paying a 402 challenge constitutes acceptance of the terms at agenticweb.nl/terms (business use only, no warranty, liability capped at the call price). Privacy policy: agenticweb.nl/privacy. ## Endpoints ### Dutch vehicle lookup — $0.02 - Path: GET /api/v1/nl/vehicle/{kenteken} - Registration, fuel/EV, APK (roadworthiness) and open recalls (terugroepacties) for a Dutch licence plate (kenteken). - Params: kenteken*, sample - Free sample: api.agenticweb.nl/api/v1/nl/vehicle/demo?sample=1 - Example: api.agenticweb.nl/api/v1/nl/vehicle/0001TJ - Docs: agenticweb.nl/docs/vehicle - License: CC0 1.0. Source registry is not named in responses, per its terms. - Note: Recalls are plate-exact; on a transient upstream failure recalls_status is "unavailable". ### Dutch school holidays — $0.008 - Path: GET /api/v1/nl/school-holidays - Current, merged Dutch school-holiday dates, queryable by school year, region or a specific date. - Params: year, region, date, sample - Free sample: api.agenticweb.nl/api/v1/nl/school-holidays?sample=1 - Example: api.agenticweb.nl/api/v1/nl/school-holidays?year=2025-2026®ion=noord - Docs: agenticweb.nl/docs/school-holidays - License: CC0 1.0 (Rijksoverheid open data). ### Vacation region resolver — $0.01 - Path: GET /api/v1/nl/vacation-region - Resolve a Dutch place to its vacation region (noord/midden/zuid) and attach that region's current holiday dates. - Params: plaats, gemeente, province, sample - Free sample: api.agenticweb.nl/api/v1/nl/vacation-region?sample=1 - Example: api.agenticweb.nl/api/v1/nl/vacation-region?plaats=Amsterdam - Docs: agenticweb.nl/docs/vacation-region - License: CBS (CC BY 4.0) + Rijksoverheid (CC0). - Note: v1 resolves at province level with major-city overrides; postcode resolution needs the PDOK dataset and is not yet available. ### FX conversion (ECB) — $0.003 - Path: GET /api/v1/global/fx - Currency conversion using ECB euro reference rates. Informational only — not tradeable quotes. - Params: from, to, amount, sample - Free sample: api.agenticweb.nl/api/v1/global/fx?sample=1 - Example: api.agenticweb.nl/api/v1/global/fx?from=EUR&to=USD&amount=100 - Docs: agenticweb.nl/docs/fx - License: ECB reference rates (open data). - Note: Reference rates only; every response carries an informational-only disclaimer.