Greip API
GA
Greip API
/Country

/Country

Country endpoint: Returns the information of a specific country by passing the `countrCode`.

liveunknown~3s typical
greip
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-greip-io /Country for me.

Input

FieldTypeDescription
key*stringYour API Key. Each user has a unique API Key that can be used to access the API functions. If you don't have an account yet, please create new account first. default null
CountryCode*stringThe Country Code of the country you want to fetch it's data. default null
paramsstringThe modules you want to use of the request. It's a CSV (Comma Separated Values) default null
langstringUsed to inform the API to retrieve the response in your native language. default null
formatstringSets the format of the API response. JSON is the default format. default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-greip-io","endpoint":"/Country","input":{"key":"...","CountryCode":"...","params":"...","lang":"...","format":"..."}}'
cli
npx cracked-ai run -p oa-greip-io -e /Country -i '{"key":"...","CountryCode":"...","params":"...","lang":"...","format":"..."}'
mcp
run_tool({ provider: "oa-greip-io", endpoint: "/Country", input: {"key":"...","CountryCode":"...","params":"...","lang":"...","format":"..."} })

Try it

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