IG
Interzoid Get Weather City API
/getweather
Gets current weather information for a US city and state
Use city and state to retrieve current US weather information.
liveunknown~3s typical
weather by city and stateinterzoid
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-getweathercity /getweather for me.
Input
| Field | Type | Description |
|---|---|---|
| license* | string | Your Interzoid license API key. Register at www.interzoid.com/register default null |
| city* | string | City for weather information default null |
| state* | string | State for weather information 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-interzoid-com-getweathercity","endpoint":"/getweather","input":{"license":"...","city":"...","state":"..."}}'cli
npx cracked-ai run -p oa-interzoid-com-getweathercity -e /getweather -i '{"license":"...","city":"...","state":"..."}'mcp
run_tool({ provider: "oa-interzoid-com-getweathercity", endpoint: "/getweather", input: {"license":"...","city":"...","state":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.