addressalign-toparrow-leftarrow-leftarrow-right-10x10arrow-rightbackbellblockcalendarcameraccwcheckchevron-downchevron-leftchevron-rightchevron-small-downchevron-small-leftchevron-small-rightchevron-small-upchevron-upcircle-with-checkcircle-with-crosscircle-with-pluscontroller-playcredit-cardcrossdots-three-verticaleditemptyheartexporteye-with-lineeyefacebookfolderfullheartglobe--smallglobegmailgooglegroupshelp-with-circleimageimagesinstagramFill 1languagelaunch-new-window--smalllight-bulblinklocation-pinlockm-swarmSearchmailmediummessagesminusmobilemoremuplabelShape 3 + Rectangle 1ShapeoutlookpersonJoin Group on CardStartprice-ribbonprintShapeShapeShapeShapeImported LayersImported LayersImported Layersshieldstartickettrashtriangle-downtriangle-uptwitteruserwarningyahooyoutube

Extend your community

Report Event

POST /:urlname/events/:event_id/abuse_reports
  • json
Host: api.meetup.com
  • reporting
api version 3

Submits a new abuse report for a target event. Abuse reports will be followed up on by our Community Support team.

Request Parameters

This method requires the oauth reporting scope for oauth-authenticated requests

comments

An optional string of text that describes why you are submitting this report

type

A required identifier for type of abuse you are reporting. Acceptable values include violent_or_hateful:violent, violent_or_hateful:hateful, violent_or_hateful:misinformation, violent_or_hateful:other, inappropriate:sexually_explicit, inappropriate:misinformation, inappropriate:sexual_exploitation, inappropriate:licensed_services, inappropriate:underage, inappropriate:illegal, inappropriate:intellectual_property, inappropriate:other, poor_quality_or_spam:spam, poor_quality_or_spam:misleading_title, poor_quality_or_spam:misinformation, poor_quality_or_spam:not_irl, poor_quality_or_spam:no_description, poor_quality_or_spam:other, irl:hateful, irl:violent, irl:misrepresentation, irl:no_host, irl:other

Response

A successful abuse report request will result in a 202 Accepted response

Examples

Submit an abuse report for an event {event_id} belonging to group {urlname} that doesn't appear to be fostering a healthy community

curl -H "Authorization: Bearer {token}" \
  "https://api.meetup.com/{urlname}/events/{event_id}/abuse_reports" \
  -d "type=not_community"

API methods

v3 batch