v1
latestSwagger 2.02026-07-1312672.0 KBgroups
Retrieve multiple groups
get/groups/multiple
Query parameters
group_idsstring required
The IDs of the groups to retrieve. If more than 20 group IDs are passed, only the first 20 groups will be returned.
latitudenumber
If latitude and longitude are passed, each group returned will have a supported_point boolean property indicating whether the group supports the point.
longitudenumber
If latitude and longitude are passed, each group returned will have a supported_point boolean property indicating whether the group supports the point.
Response
The groups.
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?"
]
}
}
}
]