# WHO GHO Indicator Lookup

> WHO GHO Indicator Lookup 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 WHO Global Health Observatory data points for a given indicator code, including country, year, sex, and value.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/who-indicator
- 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/who-gho-indicator-lookup-a39c9ebc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6tvfHpbvzB04KTAMtI-KQ

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 who-gho-indicator-lookup-a39c9ebc -d '<json body>'
```

Example prompt: Pull the latest WHO Global Health Observatory data points for indicator code WHOSIS_000001 — give me the country, year, sex, and value for each data point.

## When to prefer this

Use this endpoint when you need structured, machine-readable WHO Global Health Observatory data for a specific indicator code and want country, year, sex, and value breakdowns. Prefer this over manual WHO GHO website queries when building automated health data pipelines or enriching datasets with official WHO statistics.

## Known failure modes

- Invalid or unknown indicator code returns empty results or error
- Missing ?code parameter causes a 400 or empty response
- WHO GHO upstream unavailable causes 502 or timeout
- Rate limiting or payment failure causes 402 or 429 response

## How this service works

HEALTH: latest WHO GHO data points for an indicator code — country, year, sex, value. ?code=indicator code. Returns JSON.

## Output

A JSON array of data points from the WHO GHO for the specified indicator code, each containing country, year, sex, and the indicator value.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/who-gho-indicator-lookup-a39c9ebc/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)
