syncing market data_
Greenpeace Greenwire allows you connect with other volunteers, activists and groups working on environmental campaigns all across the world!
Greenpeace Greenwire allows you connect with other volunteers, activists and groups working on environmental campaigns all across the world! --- Public API proxied through Ozma. **Claim this listing** to monetize and manage pricing.
No score data yet
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /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. | 1c |
| GET | /events/{UUID} | Get one `Event` object by specifying its UUID in the url path. | 1c |
| GET | /groups | Gets an array of `Group` object. Mandatory query param of **domain** determines the site / country the group belongs to. | 1c |
| GET | /groups/{UUID} | Get one `Group` object by specifying its UUID in the url path. | 1c |
| GET | /volunteers | Gets an array of `Volunteer` object. Mandatory query param of **domain** determines the site / country the volunteers are from. | 1c |
| GET | /volunteers/{UUID} | Get one specific `Volunteer` object by specifying its UUID in the url path. | 1c |
ozma register && ozma call greenwire-public-api /events --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/greenwire-public-api/events# Python
client.proxy_call("greenwire-public-api", "/events")Own this API? Claim the listing to manage pricing and receive payouts.