Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

World Bank Indicators API

The Indicators API from World Bank — 5 operation(s) for indicators.

World Bank Indicators API is one of 10 APIs that World Bank publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Indicators. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 5 paths, and defines 5 schemas. It is described by OpenAPI 3.0.0, at version 2.0.0.

Requests are made against a single base URL, https://api.worldbank.org/v2.

5 operations 5 paths 5 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0.0
Base URL
https://api.worldbank.org/v2
Resource Areas
1

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

Indicators 5
GET
/country/all/indicator/{indicator_id}
Get indicator data for all countries
getIndicatorAllCountries 8 params → 200
GET
/country/{country_code}/indicator/{indicator_id}
Get indicator data for a specific country
getIndicatorByCountry 8 params → 200
GET
/indicator
List all indicators
listIndicators 3 params → 200
GET
/indicator/{indicator_id}
Get indicator metadata
getIndicator 2 params → 200
GET
/topic/{topic_id}/indicator
List indicators by topic
listIndicatorsByTopic 4 params → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are IndicatorValue (8 properties), PaginationData (7 properties), Indicator (7 properties), ClassificationRef (3 properties). Each schema is shown below with its type and property counts.

ClassificationRef
object
Reference to a World Bank classification category
3 properties
Indicator
object
World Bank development indicator metadata
7 properties
PaginationData
object
Pagination metadata returned as the first element of the response array
7 properties
IndicatorValue
object
A single data point for an indicator
8 properties
IndicatorResponse
array
Standard World Bank API response containing pagination data and indicator values

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

worldbank-indicators-api-openapi.yml Raw ↑

Other APIs World Bank publishes across the network.

World Bank Data Catalog API
World Bank Projects API
World Bank Finances API
World Bank SDMX API
World Bank Classifications API
World Bank Countries API
World Bank Regions API
World Bank Sources API
World Bank Topics API