world-bank-data
Installation
SKILL.md
World Bank Data
Query World Bank Open Data API for development indicators by country and year.
API Base
https://api.worldbank.org/v2/
All requests should include format=json. Responses return [metadata, data].
Country Indicators
# GDP (current US$) for a country
curl -s "https://api.worldbank.org/v2/country/US/indicator/NY.GDP.MKTP.CD?format=json&date=2015:2023&per_page=50"