# Macaroon Network World Bank WDI Indicator Search

> Macaroon Network World Bank WDI Indicator Search is a paid API for AI agents from api.macaroonnetwork.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Search live macroeconomic indicators from the World Bank's World Development Indicators (WDI) database by country and indicator using free-text queries

## Facts

- Endpoint: POST https://api.macaroonnetwork.com/execute/world-bank-wdi-indicator-search-v1
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macaroon-network-world-bank-wdi-indicator-search-2551bd88
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9usGZTAPVmd0wVrU1TbQu

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 macaroon-network-world-bank-wdi-indicator-search-2551bd88 -d '<json body>'
```

Example prompt: Can you look up the latest GDP and inflation rate for Brazil using the World Bank's World Development Indicators database?

## When to prefer this

Choose this endpoint when you need official, authoritative macroeconomic or development indicator data specifically from the World Bank's flagship WDI dataset (source ID 2), and when license compliance matters — this endpoint is deliberately scoped to WDI only, excluding the ~90 other World Bank databases that may carry third-party reuse restrictions. Prefer this over generic World Bank API wrappers when you need guaranteed WDI provenance and free-text country/indicator resolution.

## Known failure modes

- Unrecognized country name or code returns no results or resolution error
- Indicator query does not match any WDI indicator, returning empty results
- Request targets a non-WDI World Bank database (endpoint restricts to source ID 2 only)
- Network timeout or upstream World Bank API unavailability
- Malformed request body causes validation error

## How this service works

Search live macroeconomic indicators from the World Bank's World Development Indicators (WDI) database by country and indicator (e.g. GDP, population, inflation, unemployment). Restricted exclusively to WDI, source ID 2 -- the World Bank's own flagship, wholly-owned compiled dataset -- never any of the ~90 other databases the same World Bank API also serves, some of which carry third-party reuse terms. Country and indicator can be given as free text (resolved against the World Bank's own referen

## Output

Returns live macroeconomic indicator data sourced exclusively from the World Bank's World Development Indicators (WDI, source ID 2), including indicator values, country metadata, and associated time-series context for the requested country and indicator combination.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object"
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/macaroon-network-world-bank-wdi-indicator-search-2551bd88/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.macaroonnetwork.com](https://www.zero.xyz/host/api.macaroonnetwork.com/llms.txt)
