WorldBank Get Indicator
Get World Bank development indicator data for one or more countries over time. Returns economic, health, education, and social development metrics from the World Development Indicators (WDI) database. Covers 200+ countries with annual data going back to 1960s. Example indicators: NY.GDP.MKTP.CD (GDP current USD), SP.POP.TOTL (total population), SH.DYN.MORT (child mortality), SE.ADT.LITR.ZS (adult literacy rate), SP.DYN.LE00.IN (life expectancy), SH.MED.PHYS.ZS (physicians per 1000), EN.ATM.CO2E…
Overview
Get World Bank development indicator data for one or more countries over time. Returns economic, health, education, and social development metrics from the World Development Indicators (WDI) database. Covers 200+ countries with annual data going back to 1960s. Example indicators: NY.GDP.MKTP.CD (GDP current USD), SP.POP.TOTL (total population), SH.DYN.MORT (child mortality), SE.ADT.LITR.ZS (adult literacy rate), SP.DYN.LE00.IN (life expectancy), SH.MED.PHYS.ZS (physicians per 1000), EN.ATM.CO2E.PC (CO2 per capita), SL.UEM.TOTL.ZS (unemployment rate).
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 92ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"country": {
"description": "ISO 3166-1 alpha-3 country code (e.g., 'USA', 'GBR', 'DEU', 'CHN', 'IND', 'BRA') or 'all' for all countries, or semicolon-separated codes (e.g., 'USA;GBR;DEU')",
"type": "string"
},
"date": {
"description": "Year or year range to filter data (e.g., '2020', '2015:2023' for a range)",
"type": [
"string",
"null"
]
},
"indicator": {
"description": "World Bank indicator code (e.g., 'NY.GDP.MKTP.CD' for GDP, 'SP.POP.TOTL' for population, 'SH.DYN.MORT' for child mortality, 'SE.ADT.LITR.ZS' for literacy)",
"type": "string"
},
"mrv": {
"description": "Most recent values - number of most recent years to return (e.g., 5 for last 5 years). Default returns all available years.",
"type": [
"integer",
"null"
]
}
},
"required": [
"country",
"indicator"
],
"type": "object"
}Examples (1)
Default WorldBank Get Indicator call
{
"country": "",
"indicator": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_WorldBank_get_indicator
- Tool name
- WorldBank_get_indicator
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse