---
title: "GET /twitter/community/info"
method: GET
path: "/twitter/community/info"
---

# GET /twitter/community/info

`GET /twitter/community/info`

Get community info by community id. Price: 20 credits per call. Note: This API is a bit slow, we are still optimizing it.

## Query parameters

- `community_id` string, string, required

## Response `200`

Community info response

- object
  - `community_info` object
    - `id` string — ID of the community
    - `name` string — Name of the community
    - `description` string — Description of the community
    - `question` string — Community question
    - `member_count` integer — Number of members in the community
    - `moderator_count` integer — Number of moderators in the community
    - `created_at` string — Creation date of the community
    - `join_policy` string — Join policy of the community
    - `invites_policy` string — Invites policy of the community
    - `is_nsfw` boolean — Whether the community is NSFW
    - `is_pinned` boolean — Whether the community is pinned
    - `role` string — User's role in the community
    - `primary_topic` object
      - `id` string — ID of the primary topic
      - `name` string — Name of the primary topic
    - `banner_url` string — URL of the community banner
    - `search_tags` string[] — Search tags for the community
    - `rules` object[] — Community rules
      - `id` string — ID of the rule
      - `name` string — Name of the rule
      - `description` string — Description of the rule
    - `creator` UserInfo
      - `type` 'user'
      - `userName` string — The username of the Twitter user
      - `url` string — The x.com URL of the user's profile
      - `id` string — The unique identifier of the user
      - `name` string — The display name of the user
      - `isBlueVerified` boolean — Whether the user has Twitter Blue verification
      - `verifiedType` string — The type of verification. eg. "government" ,can be empty
      - `profilePicture` string — URL of the user's profile picture
      - `coverPicture` string — URL of the user's cover picture
      - `description` string — The user's profile description
      - `location` string — The user's location.for example: 東京の端っこ . may be empty
      - `followers` integer — Number of followers
      - `following` integer — Number of accounts following
      - `canDm` boolean — Whether the user can receive DMs
      - `createdAt` string — When the account was created.for example: Thu Dec 13 08:41:26 +0000 2007
      - `favouritesCount` integer — Number of favorites
      - `hasCustomTimelines` boolean — Whether the user has custom timelines
      - `isTranslator` boolean — Whether the user is a translator
      - `mediaCount` integer — Number of media posts
      - `statusesCount` integer — Number of status updates
      - `withheldInCountries` string[] — Countries where the account is withheld
      - `affiliatesHighlightedLabel` object
      - `possiblySensitive` boolean — Whether the account may contain sensitive content
      - `pinnedTweetIds` string[] — IDs of pinned tweets
      - `isAutomated` boolean — Whether the account is automated
      - `automatedBy` string — The account that automated the account
      - `unavailable` boolean — Whether the account is unavailable
      - `message` string — The message of the account.eg. "This account is unavailable" or "This account is suspended"
      - `unavailableReason` string — The reason the account is unavailable.eg. "suspended"
      - `profile_bio` object
        - `description` string
        - `entities` object
          - `description` object
            - `urls` object[]
              - …
          - `url` object
            - `urls` object[]
              - …
    - `admin` UserInfo
      - `type` 'user'
      - `userName` string — The username of the Twitter user
      - `url` string — The x.com URL of the user's profile
      - `id` string — The unique identifier of the user
      - `name` string — The display name of the user
      - `isBlueVerified` boolean — Whether the user has Twitter Blue verification
      - `verifiedType` string — The type of verification. eg. "government" ,can be empty
      - `profilePicture` string — URL of the user's profile picture
      - `coverPicture` string — URL of the user's cover picture
      - `description` string — The user's profile description
      - `location` string — The user's location.for example: 東京の端っこ . may be empty
      - `followers` integer — Number of followers
      - `following` integer — Number of accounts following
      - `canDm` boolean — Whether the user can receive DMs
      - `createdAt` string — When the account was created.for example: Thu Dec 13 08:41:26 +0000 2007
      - `favouritesCount` integer — Number of favorites
      - `hasCustomTimelines` boolean — Whether the user has custom timelines
      - `isTranslator` boolean — Whether the user is a translator
      - `mediaCount` integer — Number of media posts
      - `statusesCount` integer — Number of status updates
      - `withheldInCountries` string[] — Countries where the account is withheld
      - `affiliatesHighlightedLabel` object
      - `possiblySensitive` boolean — Whether the account may contain sensitive content
      - `pinnedTweetIds` string[] — IDs of pinned tweets
      - `isAutomated` boolean — Whether the account is automated
      - `automatedBy` string — The account that automated the account
      - `unavailable` boolean — Whether the account is unavailable
      - `message` string — The message of the account.eg. "This account is unavailable" or "This account is suspended"
      - `unavailableReason` string — The reason the account is unavailable.eg. "suspended"
      - `profile_bio` object
        - `description` string
        - `entities` object
          - `description` object
            - `urls` object[]
              - …
          - `url` object
            - `urls` object[]
              - …
    - `members_preview` object[] — Preview of community members
  - `status` 'success' | 'error' — Status of the request: success or error
  - `msg` string — Message of the request, error message if status is error

## Other responses

- `400` — unexpected error

---

[API](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api.md) · [All operations](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twitterapi/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/versions/1b1afaf3df76/schema)
