All tools
World Bank
Country-level development and macro statistics from the World Bank: GDP, population, inflation, life expectancy and 16,000 other indicators for every country, by year.
Country indicator
/indicatorsync$0.002 / call
Recent yearly values of one indicator for one country (or "all"). Common codes: NY.GDP.MKTP.CD (GDP, current US$), SP.POP.TOTL (population), FP.CPI.TOTL.ZG (inflation %), SP.DYN.LE00.IN (life expectancy), NY.GDP.PCAP.CD (GDP per capita).
Input
| Field | Type | Required | Description |
|---|---|---|---|
| country | string | yes | ISO country code, e.g. "US", "DE", "BR". |
| indicator | string | yes | Indicator code, e.g. "NY.GDP.MKTP.CD". |
| years | integer | — | How many most-recent years (default 5). |
Run it
curl -s https://www.sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"worldbank","endpoint":"/indicator","input":{"country":"US","indicator":"NY.GDP.MKTP.CD","years":3}}'