# World Bank Development Indicators API

> World Bank Development Indicators API is a paid API for AI agents from global.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns World Bank development indicators — GDP, population, inflation, unemployment, GDP per capita, and Gini index — for major economies.

## Facts

- Endpoint: GET https://global.memoryapi.org/x402/global/worldbank
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/global-memoryapi-org-83258043
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cV5riVucFcAZNBcbxdyXL

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 global-memoryapi-org-83258043
```

Example prompt: What are the latest World Bank development indicators for Brazil — specifically GDP, GDP per capita, inflation, unemployment, population, and Gini index?

## When to prefer this

Use this endpoint when you need World Bank-sourced development indicators such as GDP, Gini index, population, or unemployment for major economies. Prefer this over IMF or OECD sibling endpoints when your use case specifically requires World Bank methodology or when you need Gini/inequality data, which is a World Bank specialty.

## Known failure modes

- Country code not recognized — returns error or empty result
- Indicator not available for a specific country or year — returns null or missing fields
- Rate limit exceeded — HTTP 429
- Payment not processed — HTTP 402 requiring USDC payment
- Requested time period outside available data range — returns empty or partial dataset

## How this service works

Global macroeconomic data from IMF, World Bank, and OECD. GDP growth, inflation, interest rates, and development indicators for 180+ countries. Pay-per-request via x402 protocol on Base mainnet.

## Output

Returns World Bank development indicator values including GDP (absolute and per capita), population, inflation rate, unemployment rate, and Gini index for the requested country or countries, typically drawn from World Bank datasets.

## Response schema (JSON Schema)

```json
{
 "example": {
  "data": [
   {
    "code": "USA",
    "year": "2023",
    "value": 27360935000000,
    "country": "United States"
   }
  ],
  "count": 10,
  "source": "World Bank",
  "success": true,
  "indicator": "NY.GDP.MKTP.CD",
  "indicator_label": "GDP (current USD)"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/global-memoryapi-org-83258043/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from global.memoryapi.org](https://www.zero.xyz/host/global.memoryapi.org/llms.txt)
