---
title: "GET /communities/{id}"
method: GET
path: "/communities/{id}"
tags: ["CommunityController"]
---

# GET /communities/{id}

`GET /communities/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `include` string

## Response `200`

OK

- Community
  - `id` string
  - `createdTime` string
  - `pk` string
  - `sk` string
  - `classifier` string
  - `classifierGroup` string
  - `name` string
  - `status` string
  - `communityId` string
  - `ownerId` string
  - `adminUserId` string
  - `platform` string
  - `link` string
  - `serverImage` string
  - `welcomeMessage` string
  - `network` string
  - `cashtag` string
  - `tokenAddress` string
  - `admins` string[]
  - `activePlans` string[]
  - `iconURL` string
  - `inviteLink` string
  - `channels` Channel[]
    - `name` string
    - `link` string
    - `tokenAmountToEnter` number
    - `members` number
    - `membersInLastDay` number
    - `membersDailyGrowth` number
    - `messagesInLastDay` number
    - `messagesAllTime` number
    - `messagesDailyGrowth` number
  - `quests` Quest[]
    - `id` string
    - `createdTime` string
    - `pk` string
    - `sk` string
    - `classifier` string
    - `classifierGroup` string
    - `name` string
    - `description` string
    - `reward` string, BigNumber
    - `total` number
    - `remaining` number
    - `deadline` number
    - `communityId` string
    - `tokenAddress` string
    - `cashtag` string
    - `tokenSymbol` string
    - `createdByName` string
    - `createdById` string
    - `claimedBy` string[]
    - `claimedByTime` string[]
    - `link` string
    - `stripePaymentIntent` string
    - `published` boolean
  - `drops` Drop[]
    - `id` string
    - `createdTime` string
    - `pk` string
    - `sk` string
    - `classifier` string
    - `classifierGroup` string
    - `title` string
    - `reward` string, BigNumber, required
    - `total` number, required
    - `remaining` number
    - `deadline` number
    - `communityId` string
    - `chainId` string
    - `tokenAddress` string
    - `cashtag` string
    - `tokenSymbol` string
    - `createdByName` string
    - `createdById` string
    - `claimedBy` string[]
    - `claimedByTime` string[]
    - `link` string
  - `stats` Stats
    - `tokenPriceUsd` number
    - `memberCount` number
    - `cashtagTweetsInLastDay` number
    - `cashtagTweetsDailyGrowth` number
    - `messagesInLastDay` number
    - `messagesAllTime` number
    - `messagesDailyGrowth` number
    - `myMessageCount` number
    - `gripStrength` number
    - `cashtagTweetsPlusMessagesPerDay` number
    - `dailyVolume` number
  - `tpcs` TokenPermissionedChat[]
    - `id` string
    - `createdTime` string
    - `pk` string
    - `sk` string
    - `classifier` string
    - `classifierGroup` string
    - `name` string
    - `description` string
    - `roleId` string
    - `groupId` string
    - `minToken` string, BigDecimal
    - `maxToken` string, BigDecimal
    - `chainId` number
    - `tokenSymbol` string
    - `tokenId` string
    - `collectionName` string
    - `eventId` string
    - `platform` string
    - `contractAddress` string
    - `type` string
    - `scheme` string
    - `query` string
    - `variables` object
    - `asset` string, CAIPAsset
    - `requiresMetadata` boolean
    - `version` string
    - `displayName` string
    - `deactivated` boolean
    - `ordinalsType` string
    - `inscriptionRange` string
  - `disableBkgBalCheck` boolean
  - `enableAddRoles` boolean
  - `allowMemberVerification` boolean
  - `disablePromotionalUpdates` boolean
  - `bkgTimestamp` number
  - `letsGo` number
  - `memberChecked` number
  - `memberCount` number
  - `memberCountInDB` number
  - `memberCountInGuild` number
  - `memberIgnored` number
  - `tgrUpdated` number
  - `maxAllowedUnits` number
  - `consumedUnits` number
  - `unitsLastUpdated` number
  - `verifiedMemberCount` number
  - `totalIgnoredDueToLimits` number
  - `totalScheduledForVerification` number
  - `updatedAt` number
  - `maxAllowedVerifiedMembers` number
  - `pendingMembers` number
  - `timestamp` number
  - `description` string

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
