v1
latestSwagger 2.02026-07-1312672.0 KBgroups
Retrieve a group
get/groups/{group_id}
Path parameters
group_idstring required
The ID of the group to retrieve.
Response
The group.
Example response
{
"group_id": 46,
"name": "Ottawa Reuse",
"identifier": "OttawaReuse",
"homepage": "https://trashnothing.com/OttawaReuse",
"member_count": 4838,
"latitude": 45.423494,
"longitude": -75.697933,
"timezone": "America/Toronto",
"open_membership": false,
"open_archives": false,
"has_questions": true,
"country": {
"name": "Canada",
"abbreviation": "CA"
},
"region": {
"name": "Ontario",
"abbreviation": "ON"
},
"membership": {
"status": "pending-questions",
"date": "2015-01-22T17:05:50",
"questionnaire": {
"message": "This group is only for people who live in Ottawa.",
"questions": [
"Where do you live?"
]
}
}
}