# South Africa Tax Tables API

> South Africa Tax Tables API is a paid API for AI agents from agent-data-api-ui1c.onrender.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns South African income tax brackets, rates, rebates, and optionally calculates tax liability for a given year and income

## Facts

- Endpoint: GET https://agent-data-api-ui1c.onrender.com/za/tax-tables
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/south-africa-tax-tables-api-a86e5837
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2YMnwLCIDDyiBGjDV0cRE

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 south-africa-tax-tables-api-a86e5837
```

Example prompt: What are the South African income tax brackets and rebates for 2025-26 for someone aged 55 earning R650,000 a year?

## When to prefer this

Use this endpoint when you need official South African (SARS) income tax tables, brackets, or rebates, especially for a specific tax year and age group. Prefer this over web scraping SARS pages when you need structured, machine-readable tax data with optional tax calculation.

## Known failure modes

- Invalid or unsupported tax year key returns an error or empty response
- Age parameter out of expected range may default to standard adult rebate
- Payment failure via x402 protocol prevents access to data
- Non-numeric income value may cause calculation error
- Render.com cold-start delay may cause timeout on first request

## 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

Returns SARS tax brackets, marginal rates, and age-based rebates for the specified tax year. If income is provided, also returns the calculated tax liability for that income level and age.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "age": {
   "type": "string",
   "description": "Age for rebates (default 40)"
  },
  "year": {
   "type": "string",
   "description": "Tax year key (e.g. 2025-26)"
  },
  "income": {
   "type": "string",
   "description": "Optional annual taxable income for calculation"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/south-africa-tax-tables-api-a86e5837/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)
