zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Finance/World Bank
Logo World Bank

World Bank

Deret indikator pembangunan Bank Dunia per negara — PDB, inflasi, populasi, dan ribuan lainnya.

1 endpoint1 endpoint on this scraper2 calls2 calls so farupdated last monthLast updated 8/8/2026, 10:10:24 AMllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Indicator Series

Deret satu indikator untuk satu negara. Tahun yang belum dilaporkan tetap dikirim dengan nilai null.

GET/v1/finance:worldbank/indicator1d cache3 paramschecking key…
Parameters
countrystring

ISO country code, or all. Default IDN.

indicatorstring

World Bank indicator id. Default NY.GDP.MKTP.CD (GDP, current US$).

lengthnumber

Rows to return (default 20, max 500)

·
Response
EXAMPLE
{
  "count": 8,
  "items": [
    {
      "year": "2025",
      "value": 1445642584163.81
    },
    {
      "year": "2024",
      "value": 1396301788461.69
    },
    {
      "year": "2023",
      "value": 1371166925749.88
    },
    {
      "year": "2022",
      "value": 1319101183380.15
    },
    {
      "year": "2021",
      "value": 1186509691086.73
    },
    {
      "year": "2020",
      "value": 1059054842698.48
    },
    {
      "year": "2019",
      "value": 1119099871350.2
    },
    {
      "year": "2018",
      "value": 1042271532988.63
    }
  ],
  "total": 66,
  "source": "world-bank",
  "country": "Indonesia",
  "indicator": "NY.GDP.MKTP.CD",
  "countryCode": "IDN",
  "lastUpdated": "2026-07-13",
  "indicatorName": "GDP (current US$)"
}

Code

Indicator Series
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:worldbank", "indicator", {
  "country": "IDN",
  "indicator": "NY.GDP.MKTP.CD",
  "length": 20
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Indicator Series/v1/finance:worldbank/indicator
3 params

Parameters

countrystringoptional
ISO country code, or all. Default IDN.
indicatorstringoptional
World Bank indicator id. Default NY.GDP.MKTP.CD (GDP, current US$).
lengthnumberoptional
Rows to return (default 20, max 500)

Request

curl -X GET "https://api.zpi.web.id/v1/finance:worldbank/indicator?country=IDN&indicator=NY.GDP.MKTP.CD&length=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 8,
  "items": [
    {
      "year": "2025",
      "value": 1445642584163.81
    },
    {
      "year": "2024",
      "value": 1396301788461.69
    },
    {
      "year": "2023",
      "value": 1371166925749.88
    },
    {
      "year": "2022",
      "value": 1319101183380.15
    },
    {
      "year": "2021",
      "value": 1186509691086.73
    },
    {
      "year": "2020",
      "value": 1059054842698.48
    },
    {
      "year": "2019",
      "value": 1119099871350.2
    },
    {
      "year": "2018",
      "value": 1042271532988.63
    }
  ],
  "total": 66,
  "source": "world-bank",
  "country": "Indonesia",
  "indicator": "NY.GDP.MKTP.CD",
  "countryCode": "IDN",
  "lastUpdated": "2026-07-13",
  "indicatorName": "GDP (current US$)"
}

Related APIs

More in finance

Pluang

financepluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

1.3M1.3M calls so far1dResponses cached for 1d
Busy: 10+ calls so far

IDX (Bursa Efek Indonesia)

financeidx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

565.5K565.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

TradingView

financetradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

222.2K222.2K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Stockbit

financestockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

106.5K106.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Binance Futures

financebinance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

40.3K40.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Bybit

financebybit

Bybit v5 market data: candles, 5-minute open interest and account ratios with cursor pagination, funding history and instrument specs.

22.3K22.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportStatusReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.