GET source
Summary: List all data sources
Operation ID: listSources
Auth: unknown
Operation ID: listSources
Auth: unknown
Description
Returns a list of data sources (databases) available in the World Bank API.
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
Examples (4)
| Title | Type | URL | Action |
|---|---|---|---|
| List all data sources (default JSON) | curl |
https://api.worldbank.org/v2/source?format=json |
|
| Paginated request - page 2 with 10 results | curl |
https://api.worldbank.org/v2/source?format=json&page=2&per_page=10 |
|
| List sources in XML format | curl |
https://api.worldbank.org/v2/source?format=xml |
|
| List all data sources | probe-gate |
https://api.worldbank.org/v2/source |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:17:59.619380 | 200 | 296ms | |
| 2026-03-23 10:08:44.347580 | 200 | 358ms | |
| 2026-03-23 09:27:08.137016 | 200 | 495ms | |
| 2026-03-22T12:23:48.901120 | 200 | 278ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:27:08.137016 | f60902bc6a40 |
de7cad058b8a |
| 2026-03-23 10:08:44.347580 | de7cad058b8a |
f60902bc6a40 |
| 2026-03-23 10:17:59.619380 | f60902bc6a40 |
9b90963bd76f |