Greenwire Public API
GP
Greenwire Public API
/events

/events

Return the upcoming events (e.g. start date >= today). Gets an array of `Event` object. Mandatory query param of **domain** determines the site / country the event belongs to.

livedegraded · 134ms~3s typical
greenwire
$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-greenpeace-org /events for me.

Input

FieldTypeDescription
domain*stringthe site the groups belongs to, example: netherlands default null
limitstringthe number of desired records 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-greenpeace-org","endpoint":"/events","input":{"domain":"...","limit":"..."}}'
cli
npx cracked-ai run -p oa-greenpeace-org -e /events -i '{"domain":"...","limit":"..."}'
mcp
run_tool({ provider: "oa-greenpeace-org", endpoint: "/events", input: {"domain":"...","limit":"..."} })

Try it

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