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
We've migrated to a new GraphQL framework!
Already have a token? Switching to GraphQL is easy with these migration instructions.
For new API users, learn more about the Meetup GraphQL API.
RESTful API support will stop in winter 2021.

Extend your community

Discussions

GET /:urlname/boards/:bid/discussions
  • json
Host: api.meetup.com
  • basic
api version 3

Listings of group discussions

Try it in the console

Request Parameters

The :urlname path element may be any valid group urlname or domain name. The :bid path element may be any valid board ID for this group.

Ordering

last_post_date

(default) by post date

member_name

by posting member's name

thread_reply_count

by the threads reply count

thread_view_count

by the number of views a thread has

Response

board

The board this discussion belongs to

id

Numeric ID of this discussion's board

body

The contents of the first post in this discussion

created

Time board was created in milliseconds since the epoch

id

Numeric discussion ID

last_post

The last post made in this discussion

created

Time post was made in milliseconds since the epoch

member

The posting member

name

Member name

reply_count

Number of replies this discussion has

started_by

The member that started this discussion

name

Member name

subject

The subject of the first post in this discussion

updated

Time board was updated in milliseconds since the epoch

Examples

Get a list of the current discussions going on in The Dashing Whippet's Whippet lounge

curl 'https://api.meetup.com/dashing-whippets/boards/1061014/discussions?key=API_KEY'

Try it in the console

API methods