# World Bank Data — The Stall x402

> World Bank Data — The Stall x402 is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Fetches World Bank economic and development indicators for one or more countries over up to 10 years, returning trend series with latest values and year-over-year change.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/world-bank-data
- Price: $0.003/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-data-the-stall-x402-f7653611
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vxWUPVfy6CmtlAG6g3lPv

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-data-the-stall-x402-f7653611
```

Example prompt: Pull World Bank GDP data for the US, China, and Germany for the last 5 years — I want to see the trend and year-over-year changes for each country.

## When to prefer this

Use this endpoint when you need authoritative World Bank macroeconomic or development indicator data for one or more countries with trend history, formatted values, and YoY change — especially when you need named aliases (gdp, inflation, life_expectancy, etc.) rather than raw WB API codes. Prefer over manual World Bank API calls because it normalizes output and requires no API key, just a $0.003 USDC micropayment.

## Known failure modes

- Invalid or unsupported ISO country code returns empty or error series
- Unknown indicator alias or WB code returns error or empty result
- years parameter out of range (less than 1 or more than 10) fails schema validation
- World Bank upstream data unavailable or delayed returns stale or null values
- Payment not processed via x402 results in HTTP 402 rejection before data is returned

## How this service works

World Bank open data — 1600+ development indicators for 200+ countries. Returns most-recent values and 5-year trend for any indicator by country. Covers GDP, population, inflation, unemployment, FDI, debt, exports, CO₂, life expectancy, Gini, internet penetration, ease of doing business, and more. Accepts ticker-style aliases (gdp, inflation, unemployment) or full WB indicator codes. Sourced from api.worldbank.org — free, no key required. Use for country risk, macro comparisons, policy analysis

## Output

Returns an array of country series each containing: country name and code, indicator name/code/unit, latest value and formatted string, year-over-year percent change, and a yearly trend array of value/year pairs; plus a generated_at timestamp.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "years": 5,
   "country": "US",
   "indicator": "gdp"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/world-bank-data-the-stall-x402-f7653611/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
