List every Japanese public holiday in a given year, with each date and its offic...
https://jp-calendar-x402.onrender.com/v1/holidaysOverview
List every Japanese public holiday in a given year, with each date and its official Japanese name. Useful for building a yearly calendar in one call instead of checking dates individually. Covers years 2026-2027. Cost: $0.002 USDC per request.
Protocol
x402
Price
$0.0020
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
jp-calendar-x402
Source
bazaar
Indexed
2026-07-15 23:14:59
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": {
"year": "Required. Four-digit year (e.g. 2026). Must be one of the covered years 2026-2027; otherwise returns HTTP 422."
},
"type": "http"
}
Output Schema
{
"holidays": {
"description": "Array of { date: 'YYYY-MM-DD', name: '<Japanese holiday name>' }, ordered by date. Typically 16-20 entries per year.",
"type": "array"
},
"year": {
"description": "The queried year, echoed back.",
"type": "string"
}
}