# World Bank Macro Indicator by Country

> World Bank Macro Indicator 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-14).

Fetches live World Bank macroeconomic indicators (e.g. inflation, CPI) for a specified country using World Bank indicator codes.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/macro-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/world-bank-macro-indicator-by-country-0f93ad8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1PLZMF0kwUBG3ZBcB8MDY

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 world-bank-macro-indicator-by-country-0f93ad8b -d '<json body>'
```

Example prompt: What's the current inflation rate (CPI) for Brazil according to World Bank data? Use the indicator FP.CPI.TOTL.ZG and country code BR.

## When to prefer this

Use this endpoint when you need live, authoritative World Bank macroeconomic indicator data for any country — particularly inflation (CPI), GDP growth, or other standard World Bank indicators — and need the data in structured JSON format. Prefer this over scraping World Bank's website or using static datasets when freshness matters.

## Known failure modes

- Invalid or unsupported indicator code returns an error or empty result
- Unrecognized country code returns no data
- World Bank upstream data unavailable returns service error
- Missing required query parameters may default to US inflation (FP.CPI.TOTL.ZG for US)
- Rate limiting or payment failure returns 402 or 429 error

## How this service works

World Bank macro indicators by country (?country=US&indicator=FP.CPI.TOTL.ZG, default US inflation). Live. Returns JSON.

## Output

Returns a JSON object containing the latest World Bank macroeconomic indicator value for the specified country, including the indicator code, country code, and the numeric indicator value (e.g. inflation as a percentage).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/world-bank-macro-indicator-by-country-0f93ad8b/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)
