# Age Dependency Ratio by Country

> Age Dependency Ratio by Country is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns the latest age dependency ratio (as a share of working-age population) for every country in the world as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/age-dependency-ratio
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/age-dependency-ratio-by-country-6db0f831
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ufapvwnzdoJuzL_zGBVLj

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 age-dependency-ratio-by-country-6db0f831 -d '<json body>'
```

Example prompt: Can you pull up the latest age dependency ratio for every country — I want to see which nations have the highest share of dependents relative to their working-age population?

## When to prefer this

Use this endpoint when you need a ready-to-use, pre-fetched global snapshot of age dependency ratios without setting up a World Bank API key or writing custom data-fetch logic. Ideal for quick demographic comparisons, economic modeling inputs, or enriching country-level datasets with dependency burden metrics.

## Known failure modes

- Payment failure if USDC balance or x402 authorization is insufficient (402 response)
- Data may lag by 1-2 years depending on World Bank release cycle
- No country-level filtering — always returns full global dataset

## How this service works

Latest age dependency ratio as a share of working-age population across every country. Returns JSON.

## Output

A JSON object containing one record per country with the country name/code and its latest age dependency ratio expressed as a percentage of the working-age population (ages 15–64).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/age-dependency-ratio-by-country-6db0f831/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
