The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsWorld Bank
live/worldbank · 7 endpoints
post/worldbank/v1/indicator2 creditstime-series for one+ indicators (code or shortcut) across one+ countries/all; date/mrv/mrnev, rank
country*indicator*datemrvmrnevdrop_nullsrankper_pagemax_pagesfrequencygapfill
{
"country": "US",
"indicator": "NY.GDP.MKTP.CD",
"date": "2015:2022"
}Try in playground →post/worldbank/v1/country1 creditcountry metadata for codes/all or filtered by region/income_level/lending_type
country*regionincome_levellending_typeexclude_aggregatesall
{
"country": "US"
}Try in playground →post/worldbank/v1/search_indicators1 creditlocal keyword search over the indicator catalog (WDI default; full=all sources)
query*sourcefulltopiclimit
{
"query": "gdp growth"
}Try in playground →post/worldbank/v1/indicator_metadata1 creditdefinition/source/organization/topics for one+ indicator codes/aliases
indicator*
{
"indicator": "gdp"
}Try in playground →post/worldbank/v1/country_profile2 creditsone-call headline snapshot (most-recent ~10 key metrics) for one+ countries
country*metrics
{
"country": "FR"
}Try in playground →post/worldbank/v1/shortcuts1 creditlist the metric->indicator-code map, or metric=<key>&country=<code> to fetch directly
metriccountrydatemrvmrnev
Try in playground →post/worldbank/v1/reference1 creditreference lists: regions | income_levels | lending_types | sources | topics
kind*
{
"kind": "income_levels"
}Try in playground →