GET country/{country_code}/indicator/{indicator_code}
worldbank.org:gender-data-portal
Summary: Get indicator data for a country
Operation ID: getIndicatorData
Auth: unknown
Operation ID: getIndicatorData
Auth: unknown
Description
Retrieve time-series data for a specific indicator and country or region.
Parameters (7)
MRV
(integer, query, optional)
Most recent values - number of most recent non-null values to return
country_code
(string, path, required)
ISO 3-letter country code, region code, or 'all' for all countries (e.g., USA, CHN, WLD, all)
date
(string, query, optional)
Date range (YYYY or YYYY:YYYY for range, e.g., 2020 or 2010:2020)
format
(string, query, optional, default: json)
Response format
Constraints: {'enum': ['json', 'xml']}
indicator_code
(string, path, required)
Indicator code (e.g., SE.ADT.LITR.FE.ZS for female literacy rate, or 'all' for all indicators)
page
(integer, query, optional, default: 1)
Page number
per_page
(integer, query, optional, default: 50)
Number of results per page (max 100)
Examples (1)
| Title | Type | URL | Action |
|---|---|---|---|
| Get indicator data for a country | openapi-spec |
https://api.worldbank.org/v2/country/USA/indicator/SE.ADT.LITR.FE.ZS?date=2010:2023&MRV=5 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 09:12:02.443197 | 200 | 535ms |