GET indicator
Summary: List all indicators
Operation ID: listIndicators
Auth: unknown
Operation ID: listIndicators
Auth: unknown
Description
Returns a list of all available indicators (economic, social, and development metrics) in the World Bank database.
Parameters (3)
format
(string, query, optional)
Response format
Constraints: {'enum': ['json', 'xml']}
page
(integer, query, optional)
Page number for pagination
per_page
(integer, query, optional)
Number of results per page
Constraints: {'maximum': 299}
Examples (4)
| Title | Type | URL | Action |
|---|---|---|---|
| List all indicators (default response) | curl |
https://api.worldbank.org/v2/indicator |
|
| List indicators in JSON format | curl |
https://api.worldbank.org/v2/indicator?format=json |
|
| Paginated indicators (page 2, 10 per page) | curl |
https://api.worldbank.org/v2/indicator?format=json&page=2&per_page=10 |
|
| List indicators | probe-gate |
https://api.worldbank.org/v2/indicator?format=json&per_page=50&page=1 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 09:38:14.242609 | 200 | 262ms | |
| 2026-03-23 09:23:35.666549 | 200 | 288ms | |
| 2026-03-23 09:14:29.563348 | 200 | 382ms | |
| 2026-03-23 09:05:45.869769 | 200 | 260ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:14:29.563348 | e56c2a64ce24 |
d3119c60f547 |
| 2026-03-23 09:23:35.666549 | d3119c60f547 |
e56c2a64ce24 |
| 2026-03-23 09:38:14.242609 | e56c2a64ce24 |
e7e740ed2dfc |