World Bank Data
WB
World Bank Data
/indicator

Indicator by country

Time series for an indicator code (e.g. NY.GDP.MKTP.CD for GDP, SP.POP.TOTL for population).

liveverifieddegraded · 253ms
economicsgdppopulationcountry data
$0.0020
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run worldbank /indicator for me.

Input

FieldTypeDescription
countrystringISO2/ISO3 code or 'all' default "US"
indicatorstringIndicator code default "NY.GDP.MKTP.CD"
yearsnumberMost recent N years default 10

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"worldbank","endpoint":"/indicator","input":{"country":"US","indicator":"NY.GDP.MKTP.CD","years":10}}'
cli
npx cracked-ai run -p worldbank -e /indicator -i '{"country":"US","indicator":"NY.GDP.MKTP.CD","years":10}'
mcp
run_tool({ provider: "worldbank", endpoint: "/indicator", input: {"country":"US","indicator":"NY.GDP.MKTP.CD","years":10} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.