World Bank
The World Bank Open Data API publishes global development statistics for every country and region. Callers can list countries, income groups, regions, topics, sources and lending types; list the thousands of available indicators; and retrieve an indicator's time series for one or more countries over a year range — covering GDP, population, poverty, health, education, energy and climate. Results are returned as JSON or XML with paging. No credentials required.
What your agent can do with World Bank
Triggers and actions 7 actions
- ActionFind indicator data by country
Get an indicator's time-series values for one country (or aggregate/all). GET https://api.worldbank.org/v2/country/{code}/indicator/{indicator_id}?format=json&date={year_or_range} — the core data-retrieval call of the Indicators API.
- ActionGet country
Get one country's metadata by ISO2/ISO3 code. GET https://api.worldbank.org/v2/country/{code}?format=json.
- ActionGet indicator
Get one indicator's definition by its code (e.g. SP.POP.TOTL). GET https://api.worldbank.org/v2/indicator/{indicator_id}?format=json.
- ActionList countries
List all countries/regions in the World Bank catalog with metadata (region, income level, capital city, lat/lon). GET https://api.worldbank.org/v2/country?format=json (paginated via page/per_page).
- ActionList indicators
List the catalog of available economic/development indicators (id, name, source, topics). GET https://api.worldbank.org/v2/indicator?format=json (paginated).
- ActionList sources
List the data sources/databases (e.g. World Development Indicators, Doing Business) the Indicators API pulls from. GET https://api.worldbank.org/v2/source?format=json.
- ActionList topics
List indicator topic categories (e.g. Economy & Growth, Health, Education) used to group indicators. GET https://api.worldbank.org/v2/topic?format=json.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the World Bank API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
arcsecond.ioarcsecond.io aggregates multiple professional astronomy data sources behind one REST interface. Callers can...
CodeCogsCodeCogs renders LaTeX mathematical expressions into images. Callers submit an equation and receive it...
GBIFGBIF (Global Biodiversity Information Facility) publishes an open index of species occurrence records...
iDigBioiDigBio is a US national aggregator of digitized biological and paleontological museum specimens, exposing a...
inspirehep.netINSPIRE-HEP is the information system for high-energy physics literature, run by CERN and partner...
ITISITIS, the Integrated Taxonomic Information System, is a United States government authority on the scientific...
Minor Planet CenterAsterank's Minor Planet Center endpoint serves orbital and physical data on asteroids and minor planets...
NewtonNewton is a symbolic and arithmetic mathematics engine exposed over HTTP. A caller passes a mathematical...