← Back to catalog
worldbank.indicators
mock data$0.001 / callSearch 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)
Input schema
limit
integerResults per page (1-50, default 20)
topic
stringTopic ID filter (1=Agriculture, 3=Economy, 4=Education, 6=Environment, 8=Health, 11=Poverty, 14=Science, 19=Climate Change)
source
stringSource ID filter (2=World Development Indicators, 11=Africa, 57=Gender)
keyword
stringSearch keyword for indicators (e.g. "gdp", "population", "poverty", "education", "co2 emissions")
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>"}'