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.
country metadata for codes/all or filtered by region/income_level/lending_type
One or more ISO country codes (2- or 3-letter), separated by ; , or space, or 'all' for every economy (e.g. 'US' or 'US;CN;DE'). Discover codes via action=country / reference.
Filter countries by region (matches a region id like 'ECS' or its name); forces an all-countries scan. See reference kind=regions.
Filter countries by income group (id like 'HIC'/'LIC' or its name); forces an all-countries scan. See reference kind=income_levels.
Filter countries by lending type (id like 'IBRD'/'IDA' or its name); forces an all-countries scan. See reference kind=lending_types.
Drop World Bank aggregate rows (regions/income groups/WLD) and keep only real economies.
Return metadata for every economy (equivalent to country='all').
curl -X POST https://api.reefapi.com/worldbank/v1/country \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"country":"US"}'Hit Send to run this endpoint live.