Add N Japanese business days to a date, skipping weekends and public holidays, a...
https://jp-calendar-x402.onrender.com/v1/add-business-daysOverview
Add N Japanese business days to a date, skipping weekends and public holidays, and return the resulting date. Useful for computing due dates and delivery dates 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": {
"date": "Required. Start date in YYYY-MM-DD format. Must be within covered years 2026-2027.",
"days": "Required. Number of business days to add, as an integer between 0 and 365. The result must also land within covered years 2026-2027."
},
"type": "http"
}
Output Schema
{
"businessDaysAdded": {
"description": "Number of business days that were added.",
"type": "number"
},
"result": {
"description": "Resulting date in YYYY-MM-DD format after skipping weekends and Japanese public holidays.",
"type": "string"
},
"start": {
"description": "Start date echoed back, YYYY-MM-DD.",
"type": "string"
}
}