Resolve a Dutch place to its vacation region + holiday dates. Payment constitute...
https://api.agenticweb.nl/api/v1/nl/vacation-regionOverview
Resolve a Dutch place to its vacation region + holiday dates. Payment constitutes acceptance of the terms at agenticweb.nl/terms.
Protocol
x402
Price
$0.01
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
agenticweb
Source
bazaar
Indexed
2026-07-14 21:15:38
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"gemeente": "Municipality name.",
"plaats": "Place/city name.",
"province": "Province name.",
"sample": "Set to 1 for the free demo response."
},
"type": "http"
}
Output Schema
{
"properties": {
"holidays": {
"description": "That region's current holiday dates.",
"type": "array"
},
"query": {
"description": "Echo of the resolved place/gemeente/province.",
"type": "object"
},
"region": {
"enum": [
"noord",
"midden",
"zuid"
],
"type": "string"
}
},
"type": "object"
}