# GlobalRules — Japan 2026 Public Holidays (Sample)

> GlobalRules — Japan 2026 Public Holidays (Sample) is a paid API for AI agents from globalrules-api.onrender.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a sample of Japan's 2026 public holidays as verified structured data for the country code JP.

## Facts

- Endpoint: GET https://globalrules-api.onrender.com/api/v1/country/JP/holidays_2026_sample
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalrules-japan-2026-public-holidays-sample-10207126
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wd3zAmq1X99TDj75oCPf7

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 globalrules-japan-2026-public-holidays-sample-10207126
```

Example prompt: What are Japan's public holidays in 2026? I need to avoid scheduling meetings on those dates.

## When to prefer this

Choose this endpoint when you need a single, specific fact about Japan's 2026 public holidays and want the cheapest per-call cost. It's ideal for lightweight lookups where you don't need the full country profile. Prefer it over the full-country or bulk endpoints when you only need holiday data for one country and want to minimize cost.

## Known failure modes

- Country code not supported (only 98 countries covered) — may return 404 or empty result
- Network timeout from Render hosting cold start — retry after a few seconds
- Payment failure via x402 protocol — endpoint requires $0.01 USDC per call
- Data not yet available for the requested year — sample may be partial

## How this service works

One specific fact for one country: VAT/GST rate, public holidays by country, visa requirements for travelers, tipping customs, power plug type, minimum wage, corporate tax, digital nomad visa, customs duty-free allowance and more. 138 countries, 55 fields, verified sources. Example: /api/v1/country/JP/vat

## Output

A JSON object containing Japan's 2026 public holidays sample, including holiday names and dates, a country identifier, and an updated timestamp indicating when the data was last verified.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "country": {
       "type": "string"
      },
      "updated": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalrules-japan-2026-public-holidays-sample-10207126/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalrules-api.onrender.com](https://www.zero.xyz/host/globalrules-api.onrender.com/llms.txt)
