- Previous: Overview
- Up:
- Next: Basic Call Structure
Documentation Version 2
Get Started
Using the World Bank API, you can tap into 114 indicators from key data sources like World Development Indicators, Doing Business and Governance Indicators, and more than 12,000 development photos. To get started, you must first receive a valid API key by registering for access. Please use the links on the right-hand side of your screen to browse through the API calls and read through basic request and response formats below.
Versions
This documentation refers to Version 2 of the World Bank API. For documentation on Version 1, please see Version 1 Documentation.
By default, calls will use the current API version, but you can insert "v1" or "v2" in your request to use a particular API version:
http://open.worldbank.org/v1/ will use version 1
http://open.worldbank.org/v2/ will use version 2
http://open.worldbank.org/ will use current version, which is version 2.
Tutorial and Query Generator
Please use our Tutorial and graphical Query Generator to explore the data and learn about how to work with the API.
- Previous: Overview
- Up:
- Next: Basic Call Structure


Comments
Herve – 5 days ago
Congratulations for this powerful and well designed API.But I have to say, I don't think the 2 queries per second limit can work for anyone. Most APIs we design have typically a limit of 100 hits per second. With your limit, I simply can't design a dynamic application.
Please sign in to post a comment.