---
title: Retrieve World Bank Public Data API
slug: world-bank-indicator-series
url: https://apyhub.com/dosvak/service/world-bank-indicator-series
provider: Dosvak LLC
categories: [Finance, Standard Data]
tags: [world-bank, economic-data, country-indicators, development-data, series-data]
auth: api_key
---

# Retrieve World Bank Public Data API

Fetch World Bank indicator series by country and date range. Useful for GDP, population, and other development metrics in apps and dashboards.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/:indicator` | What it does Retrieves a World Bank indicator series for a specific indicator, with optional filter… | 100 |

## About

## What it does
World Bank Indicators lets you fetch a single World Bank indicator series for a country over a date range. Send an `indicator` code in the path, and optionally `country`, `date`, and `per_page` as query parameters.

Use it when you need authoritative macroeconomic or development data in your app, dashboard, or analysis pipeline. The default country is `US`, `country` accepts a 2- to 3-character code, `date` can be a range like `2015:2024`, and `per_page` controls how many records come back in one response.

The response schema is flexible, so you should treat the payload as a structured World Bank series response rather than a fixed object with named fields. That makes it suitable for workflows where you pass the data through to reporting, storage, or downstream transformation without guessing at undocumented properties.

World Bank Indicators is a good fit for GDP, population, inflation, education, and other country-level metrics where you need a standard external data source and a simple lookup by indicator code.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/world-bank-indicator-series
