UnifyAPI
← Back to catalog

worldbank.indicators

mock data$0.001 / call

Search Development Indicators

Search 16,000+ World Bank development indicators by keyword or topic — GDP, population, poverty, education, health, environment, trade. Returns indicator ID, name, source, description, topics. Use indicator IDs with finance.country_data for time-series data (World Bank, CC BY 4.0)

Financeprovider: Worldbank#worldbank#finance

Input schema

limit

Results per page (1-50, default 20)

integer
topic

Topic ID filter (1=Agriculture, 3=Economy, 4=Education, 6=Environment, 8=Health, 11=Poverty, 14=Science, 19=Climate Change)

string
source

Source ID filter (2=World Development Indicators, 11=Africa, 57=Gender)

string
keyword

Search keyword for indicators (e.g. "gdp", "population", "poverty", "education", "co2 emissions")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/worldbank.indicators \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":0,"topic":"<topic>","source":"<source>","keyword":"<keyword>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.