chapter
GET /chapters/:cityID — Get a single chapter
Get full details for a single chapter, including up to 100 home-chapter members and the list of DCers currently visiting via active trips.
members— DCers whose home chapter is this city (up to 100).currentVisitors— DCers with an active trip to this city (startDate <= now <= endDate). Each entry carries a miniprofileblock, the visitor'stripID, and trip start/end dates. Use this to answer "who is in right now?" — both locals (viamembers) and visitors (here).
Hidden + guest profiles are filtered from both lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cityID | Yes | Chapter ID (same as Google Place ID) |