Find the next business day on or after a specific date for a country. Returns wh...
https://x402-data-bazaar.vercel.app/api/business-days/next/US/2026-03-15Overview
Find the next business day on or after a specific date for a country. Returns whether the input date is already a business day, any holiday on that date, the next business day, and an execution recommendation. Optional ?tz=America/New_York. e.g. GET /api/business-days/next/US/2026-03-15
Protocol
x402
Price
$0.0020
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402-data-bazaar
Source
bazaar
Indexed
2026-03-20 09:39:33
Health
Status
degraded
Latency (p50)
45ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-06-28 12:59:33
Last Healthy
2026-04-03 08:20:27
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"tz": {
"description": "Optional IANA time zone override",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"data": {
"country": "US",
"decision": {
"recommendedAction": "Shift time-sensitive processing to the next business day unless your workflow explicitly supports weekend handling.",
"status": "weekend",
"summary": "2026-03-15 falls on a weekend in US."
},
"inputDate": "2026-03-15",
"isInputBusinessDay": false,
"nextBusinessDay": {
"date": "2026-03-16",
"dayOfWeek": "Monday",
"daysAhead": 1
},
"timeZone": "America/New_York"
},
"source": "Nager.Date API",
"success": true
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-06-28 12:59:33 | degraded | 404 | 39ms | |
| 2026-06-28 08:58:00 | degraded | 404 | 45ms | |
| 2026-06-27 09:26:37 | degraded | 404 | 40ms | |
| 2026-06-25 15:49:03 | degraded | 404 | 48ms |