REST Countries
RC
REST Countries
/country

Country lookup

Facts for a country by name or code.

liveverifieddegraded · 318ms
countrygeography
$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 restcountries /country for me.

Input

FieldTypeDescription
name*stringCountry name or ISO code

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"restcountries","endpoint":"/country","input":{"name":"..."}}'
cli
npx cracked-ai run -p restcountries -e /country -i '{"name":"..."}'
mcp
run_tool({ provider: "restcountries", endpoint: "/country", input: {"name":"..."} })

Try it

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