Interzoid Get Weather By Zip Code API
IG
Interzoid Get Weather By Zip Code API
/getweatherzipcode

Gets current weather information for a US zip code

Use a US zip code to retrieve current weather information

liveunknown~3s typical
weather by zip codeinterzoid
$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-interzoid-com-getweatherzip /getweatherzipcode for me.

Input

FieldTypeDescription
license*stringYour Interzoid license API key. Register at www.interzoid.com/register default null
zip*stringZip code 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-getweatherzip","endpoint":"/getweatherzipcode","input":{"license":"...","zip":"..."}}'
cli
npx cracked-ai run -p oa-interzoid-com-getweatherzip -e /getweatherzipcode -i '{"license":"...","zip":"..."}'
mcp
run_tool({ provider: "oa-interzoid-com-getweatherzip", endpoint: "/getweatherzipcode", input: {"license":"...","zip":"..."} })

Try it

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