# Japanese Public Holiday Classifier

> Japanese Public Holiday Classifier is a paid API for AI agents from holiday.agentic-jp.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Classifies a given Japanese calendar date (ISO YYYY-MM-DD) as a public holiday, weekend, or business day using the official Cabinet Office (内閣府) holiday record.

## Facts

- Endpoint: GET https://holiday.agentic-jp.com/is-holiday/:date
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/holiday-agentic-jp-com-cfbec35d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PUHr0HgPSMxcnToVTC0OZ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability holiday-agentic-jp-com-cfbec35d
```

Example prompt: Is January 1st 2025 (2025-01-01 JST) a public holiday, weekend, or regular business day in Japan according to the official Cabinet Office holiday records?

## When to prefer this

Use this endpoint when you need to determine whether a specific Japanese calendar date is a public holiday, weekend, or business day — especially when authoritative accuracy is required (sourced from the official Cabinet Office). Ideal for scheduling, workflow automation, financial settlement checks, or any application targeting Japan's business calendar.

## Known failure modes

- Invalid date format (not YYYY-MM-DD) — likely returns 400 or error response
- Date out of supported range — Cabinet Office data may not cover far-future or historical dates
- Missing required path parameter :date — returns error
- Network or payment failure via x402 micro-payment protocol

## How this service works

Classify a Japanese (JP) calendar date as a public holiday, weekend, or business day. Backed by the official 内閣府 (Cabinet Office) holiday record.

## Output

Returns a classification label indicating whether the queried date is a Japanese public holiday (with its official name), a weekend (Saturday or Sunday), or a standard business day — sourced from the 内閣府 Cabinet Office official holiday list.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "pathParams": {
   "date": "2025-01-01"
  },
  "queryParams": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/holiday-agentic-jp-com-cfbec35d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from holiday.agentic-jp.com](https://www.zero.xyz/host/holiday.agentic-jp.com/llms.txt)
