GA
Greip API
/BulkLookup
/BulkLookup
BulkLookup endpoint: Returns the geolocation data of multiple IP Addresses.
liveunknown~3s typical
greip
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-greip-io /BulkLookup for me.
Input
| Field | Type | Description |
|---|---|---|
| key* | string | Your 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 |
| ips* | string | The IP Addresses you want to lookup. It's a CSV (Comma Separated Values) default null |
| params | string | The modules you want to use of the request. It's a CSV (Comma Separated Values) default null |
| lang | string | Used to inform the API to retrieve the response in your native language. default null |
| format | string | Sets 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":"/BulkLookup","input":{"key":"...","ips":"...","params":"...","lang":"...","format":"..."}}'cli
npx cracked-ai run -p oa-greip-io -e /BulkLookup -i '{"key":"...","ips":"...","params":"...","lang":"...","format":"..."}'mcp
run_tool({ provider: "oa-greip-io", endpoint: "/BulkLookup", input: {"key":"...","ips":"...","params":"...","lang":"...","format":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.