Skip to content

About the Indicators API Documentation

About the Indicators API

Note: version 2 of the Indicators API was released several years ago, and version 1 was officially retired in November , 2018. Version 1 was discontinued entirely on June 19, 2020 (see link). If you access the older endpoints you will receive a "Resource not found" error. Use the information here to update your code.

The World Bank Indicators API provides access to nearly 16,000 time series indicators. Most of these indicators are available online through tools such as Databank and the Open Data website. The API provides programmatic access to this same data. Many data series date back over 50 years, and can be used to create interesting applications.

The Indicators API provides access to over 45 databases, including:

The Indicators API documentation, the contents of which you can see to the right side of the page under “Developer Information”, explains the different types of call that can be made to the V2 API. It also explains each call’s purpose, how to structure a specific call, what the response looks like, and provides example URL endpoints for API calls.

Get started by reading about the Basic Call Structure.

How to use the V2 Indicators API

Version 2 (V2) of the Indicators API has been released and replaces V1 of the API. V1 API calls will no longer be supported. To use the V2 API, you must place v2 in the call. For example: http://api.worldbank.org/v2/country/all/indicator/SP.POP.TOTL.

The API supports both “http” and “https” protocols.

Besides making calls to the API using an application or custom program, you can also put any of the example API URL endpoints given in the documentation, or your own custom calls, into a web browser and view the results. If you choose to receive the result in JSON format you can use the JSON View Firefox plugin for easily viewing JSON results directly in Firefox.

There are also third party applications and libraries that can make using the API easier depending on your objectives. See Application Showcase for more details.

API Access / Authentication

API keys and other authentication methods are no longer necessary to access the API.

Thank you for visiting the World Bank's Data Help Desk. Please review the terms of use for this website. Your continued use of this website constitutes your acceptance of these terms and conditions.

Developer Info

Feedback and Knowledge Base