Event search, details, RSVP, and locations by city or ZIP.
IdentitySign in to use your identities on this site.
Event Details
ASYNCREADNo auth
Returns full event details with title, venue, hosts, topics, RSVP counts, and fees.
ParametersFormJSON
Event ID (e.g. 313527092). Provide (group_urlname + event_id) or event_url
Group URL name (e.g. leaddev-meetup-newyork). Use with event_id
Full event URL (e.g. https://www.meetup.com/leaddev-meetup-newyork/events/313527092/)
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "mu_event_details", "params": { "event_url": "https://www.meetup.com/taipei-dbt-meetup/events/314140780/" } }'