UnifyAPI
← Back to catalog

finance.country_data

mock data$0.005 / call

World Bank Country Data

Get global development indicators from World Bank — GDP, population, inflation, trade, poverty for 200+ countries

Financeprovider: Finance#finance#finance

Input schema

per_page

Results per page (default 50, max 1000).

integer
date_range

Year or year range (e.g. "2023" or "2010:2023"). Omit for all available years.

string
country_coderequired

ISO 3166 country code (e.g. "US", "DE", "CHN") or "all" for all countries.

string
indicator_idrequired

World Bank indicator ID (e.g. "NY.GDP.MKTP.CD" for GDP, "SP.POP.TOTL" for population, "FP.CPI.TOTL.ZG" for inflation).

string

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>"}'

Try it

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