World Development Indicators’ API - api

Data - WDI

Info

List of APIs

source dataset Title Updated
bdf api Banque de France's API - api 2026-09-09
bea api Bureau of Economic Analysis' API - api 2026-09-11
bis api Bank of International Settlements' API - api 2026-09-11
bls api Bureau of Labor Statistics' API - api 2026-09-09
dbnomics api DBnomics' API - api 2026-09-09
ecb api European Central Bank's API - api 2026-09-09
eurostat api Eurostat's API - api 2026-09-11
imf api International Monetary Fund's API - api 2026-09-11
insee api Institut National de la Statistique et des Etudes Economiques' API - api 2026-09-09
oecd api OECD's API - api 2026-08-02
wdi api World Development Indicators' API - api 2026-09-09

Using SDMX-ML: Data Structure Definition

LAST_COMPILE

LAST_COMPILE
2026-09-12

Javascript

Code
new <- "https://api.worldbank.org/v2/country/all/indicator/SP.POP.TOTL?format=json" |>
  jsonlite::fromJSON() |>
  pluck(2)

Example

Startperiod, endPeriod

Code
"http://api.worldbank.org/v2/sdmx/rest/data/WDI/A.SP_POP_TOTL./?startperiod=2011&endPeriod=2011" |>
  readSDMX() |>
  as_tibble() |>
  print_table_conditional()

Example

Code
"http://api.worldbank.org/v2/sdmx/rest/data/WDI/A.SP_POP_TOTL./?startperiod=2011&endPeriod=2011" |>
  readSDMX() |>
  as_tibble() |>
  print_table_conditional()