GET country
Summary: List all countries
Operation ID: listCountries
Auth: unknown
Operation ID: listCountries
Auth: unknown
Description
Returns a list of all countries and economies supported by the World Bank, including regional aggregates.
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, default: 50)
Number of results per page
Constraints: {'maximum': 299}
Examples (7)
| Title | Type | URL | Action |
|---|---|---|---|
| List all countries (default pagination) | curl |
https://api.worldbank.org/v2/country |
|
| List countries with pagination | curl |
https://api.worldbank.org/v2/country?page=1&per_page=10 |
|
| List countries with JSON format | curl |
https://api.worldbank.org/v2/country?format=json&per_page=5 |
|
| List countries with low income level (argument based) | doc_extracted |
https://api.worldbank.org/v2/country?incomeLevel=LIC |
|
| List countries with low income level (URL based) | doc_extracted |
https://api.worldbank.org/v2/incomeLevel/LIC/country |
|
| List countries | probe-gate |
https://api.worldbank.org/v2/country?format=json&per_page=50&page=1 |
|
| List all countries | probe-gate |
https://api.worldbank.org/v2/country?per_page=50 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:52:06.565715 | 200 | 238ms | |
| 2026-03-23 10:47:49.091656 | 200 | 224ms | |
| 2026-03-23 10:32:14.529061 | 200 | 237ms | |
| 2026-03-23 10:28:22.312063 | 200 | 242ms | |
| 2026-03-23 10:27:21.062286 | 200 | 223ms | |
| 2026-03-23 09:37:10.076064 | 200 | 2760ms | |
| 2026-03-22T12:23:44.803195 | 200 | 397ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:37:10.076064 | 00126aaf0c81 |
4c0e4e2ead8f |
| 2026-03-23 10:27:21.062286 | 4c0e4e2ead8f |
6dc15237f31d |
| 2026-03-23 10:28:22.312063 | 6dc15237f31d |
00126aaf0c81 |
| 2026-03-23 10:32:14.529061 | 00126aaf0c81 |
6dc15237f31d |
| 2026-03-23 10:47:49.091656 | 6dc15237f31d |
d2a1bd2c9e41 |
| 2026-03-23 10:52:06.565715 | d2a1bd2c9e41 |
cc647ffcdd7e |