communityId to retrieve a community’s profile fields, counts, membership status, and settings. TypeScript and iOS expose Live Object style APIs, Android exposes an Rx stream, and Flutter exposes both a deprecated one-shot future and a live stream.
Community Details
Access name, description, avatar, and basic community information
Membership Data
View member counts, join status, and community accessibility
Live Updates
Real-time synchronization of community changes and member activity
Preview Mode
Retrieve community data without joining
Use the live/observable form for detail screens so the UI can react when the community changes.
Parameters
Get Community by ID
The get-community API retrieves a community by ID. Use it for detail screens, join previews, and any workflow that needs the current community record before taking an action.Related Topics
Query Communities
Discover communities through search and filtering
Join Community
Learn how to implement community membership actions
Community Categories
Understand community organization and categorization
Trending Communities
Implement community recommendation features