Count Japanese business days in a date range, inclusive of both endpoints, exclu...
https://jp-calendar-x402.onrender.com/v1/business-daysOverview
Count Japanese business days in a date range, inclusive of both endpoints, excluding weekends and public holidays. Useful for SLA, lead-time and settlement-date calculations in Japan. 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": {
"from": "Required. Start date (inclusive) in YYYY-MM-DD format. Must be <= 'to' and within covered years 2026-2027.",
"to": "Required. End date (inclusive) in YYYY-MM-DD format. Must be >= 'from' and within covered years 2026-2027."
},
"type": "http"
}
Output Schema
{
"businessDays": {
"description": "Number of business days between from and to, counting both endpoints and excluding weekends and Japanese public holidays.",
"type": "number"
},
"from": {
"description": "Start date echoed back, YYYY-MM-DD.",
"type": "string"
},
"to": {
"description": "End date echoed back, YYYY-MM-DD.",
"type": "string"
}
}