# WHO GHO Indicator Time-Series Lookup

> WHO GHO Indicator Time-Series 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-14).

Fetches World Health Organization Global Health Observatory (GHO) OData time-series data for a specified indicator code, such as life expectancy (WHOSIS_000001).

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/who-gho-indicator
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/who-gho-indicator-time-series-lookup-c1650786
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wdyCBZIbZr6rGno6A4JPr

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-time-series-lookup-c1650786 -d '<json body>'
```

Example prompt: Can you pull the WHO Global Health Observatory time-series data for the life expectancy indicator WHOSIS_000001?

## When to prefer this

Use this endpoint when you need WHO Global Health Observatory time-series data for a specific GHO indicator code (e.g. WHOSIS_000001 for life expectancy). Prefer this over general web search when structured, machine-readable JSON time-series data is needed for analysis, visualization, or downstream processing of official WHO health statistics.

## Known failure modes

- Invalid or unknown indicator code returns empty result set or error
- Missing ?indicator= parameter may return an error or default response
- WHO GHO upstream API downtime causes failure
- Rate limiting or payment failure results in 402 response
- Indicator code with no data returns empty dataset

## How this service works

World Health Organization GHO OData indicator time-series by indicator code e.g. WHOSIS_000001 life expectancy (indicator) Query: ?indicator= Returns JSON.

## Output

Returns a JSON object containing time-series observations from the WHO GHO OData API for the requested indicator, including values broken down by country/region and year, covering the full historical range available for that indicator.

## More

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