← Back to catalog
finance.country_data
mock data$0.005 / callWorld Bank Country Data
Get global development indicators from World Bank — GDP, population, inflation, trade, poverty for 200+ countries
Input schema
per_page
integerResults per page (default 50, max 1000).
date_range
stringYear or year range (e.g. "2023" or "2010:2023"). Omit for all available years.
country_coderequired
stringISO 3166 country code (e.g. "US", "DE", "CHN") or "all" for all countries.
indicator_idrequired
stringWorld Bank indicator ID (e.g. "NY.GDP.MKTP.CD" for GDP, "SP.POP.TOTL" for population, "FP.CPI.TOTL.ZG" for inflation).
Call via REST
curl -X POST https://unifyapi.pro/api/call/finance.country_data \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"per_page":0,"date_range":"<date_range>","country_code":"<country_code>","indicator_id":"<indicator_id>"}'