# Agent Data API – South Africa Public Holidays

> Agent Data API – South Africa Public Holidays is a paid API for AI agents from agent-data-api-ui1c.onrender.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns the list of South African public holidays for a given year (1995–2100)

## Facts

- Endpoint: GET https://agent-data-api-ui1c.onrender.com/za/public-holidays
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-data-api-south-africa-public-holidays-a7286587
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iHFPA69Llk44nGde2EEkP

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 agent-data-api-south-africa-public-holidays-a7286587
```

Example prompt: Can you get me the full list of South African public holidays for 2025 so I can plan around them?

## When to prefer this

Choose this endpoint when you need a reliable, machine-readable list of South African public holidays for any year between 1995 and 2100, especially in agent workflows that need to check, schedule, or annotate dates against SA public holiday calendars. It is a pay-per-call service suited for on-demand lookups rather than bulk batch processing.

## Known failure modes

- Year outside 1995–2100 range returns a validation error
- Missing year parameter may return an error or default behavior
- Network timeout from the Render-hosted service under load
- Payment failure via x402 protocol blocks the response

## How this service works

Pay-per-call data services for AI agents: web extraction (text, Markdown, metadata), PDF-to-text, RSS/Atom parsing, FX and crypto prices, weather, DNS and email validation. All paid endpoints use the x402 payment protocol (USDC).

## Output

A structured list of South African public holidays for the requested year, including holiday names and their calendar dates, covering statutory and public holidays as defined by South African law.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "year": {
   "type": "string",
   "description": "Year (1995-2100)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-data-api-south-africa-public-holidays-a7286587/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-data-api-ui1c.onrender.com](https://www.zero.xyz/host/agent-data-api-ui1c.onrender.com/llms.txt)
