The playground
Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/worldbank/v1/search_indicators1 credit
local keyword search over the indicator catalog (WDI default; full=all sources)
Working example
Parameters
Keyword(s) to match against indicator id + name (all terms must match, case-insensitive).
World Bank source/database id to search (default 2 = World Development Indicators). Ignored when full=true.
Search the FULL cross-source indicator catalog instead of just WDI.
Optional topic filter (matches a topic id or name) layered on top of the keyword search.
Maximum number of matching indicators to return. (1–500)
request preview
curl -X POST https://api.reefapi.com/worldbank/v1/search_indicators \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"gdp growth"}'Hit Send to run this endpoint live.