Access available datasets in the Key Indicators Database using the RESTful application programming interface (API) based on the Statistical Data and Metadata eXchange (SDMX) standard in XML, CSV, and JSON formats. With the latest API version 3.0 release, users can now query multiple indicators and paginate results. The API endpoints and examples shown below illustrate how users can call the API to retrieve datasets and metadata.
To protect the ADB network and ensure a responsive experience for all users, API rate limiting was introduced to the KIDB API in January 2025. Users are restricted to a maximum of 30 queries per minute. Exceeding this limit will result in a temporary block.
To create an SDMX query, a list of keys and parameters must be supplied in an URL in the following format. The available endpoints are classified into two groups — one for querying datasets from the Key Indicators Database, and the other for retrieving relevant metadata.
SDMX queries for this database consist of the following URL structure:
Parameter | Use | |
---|---|---|
dataflow_id | ||
sdmx_key | Format: FREQUENCY.INDICATOR_CODE(S).ECONOMY_CODE(S) A (annual) for FREQUENCY . ) + ). ALL as the economy code. | |
optionalParameters | startPeriod | Specify the starting year of resulting data. From year 2000 onwards. |
endPeriod | Specify the ending year of resulting data. Up to year 2023 . | |
format | The default format is SDMX-ML (XML). To get results in structure-specific or compact format, include format=compact . | |
output_format | To view the results in SDMX-JSON format, include parameter output_format=JSON To view the results in SDMX-CSV format, include parameter output_format=CSV | |
page | Page to be retrieved. If not specified, the first page will be shown | |
per_page | Specify number of indicator series to be returned per page. If not specified, the default value of 25 indicator series per page will be shown. |
To view the metadata endpoints in standard JSON format, include the parameter at the end of the URL: ?output_format=JSON
Retrieves information of available dataflows
Retrieves information and list of indicators under a specific dataflow
Retrieves the DSD for the KIDB dataset
Retrieves the concepts for the KIDB dataset
Retrieves the code lists for the KIDB dataset
Download codelist in Excel spreadsheet format:
© 2024 Asian Development Bank. Terms of Use
ADB encourages websites and blogs to link to its web pages.