Greip API
GA
Greip API
/GeoIP

/GeoIP

GeoIP endpoint: Returns the geolocation data of the visitor.

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 /GeoIP 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
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":"/GeoIP","input":{"key":"...","params":"...","lang":"...","format":"..."}}'
cli
npx cracked-ai run -p oa-greip-io -e /GeoIP -i '{"key":"...","params":"...","lang":"...","format":"..."}'
mcp
run_tool({ provider: "oa-greip-io", endpoint: "/GeoIP", input: {"key":"...","params":"...","lang":"...","format":"..."} })

Try it

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