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

# GET /twitter/community/members

`GET /twitter/community/members`

Get members of a community. Page size is 20.

## Query parameters

- `community_id` string, string, required
- `cursor` string, string

## Response `200`

Community members response

- object
  - `members` UserInfo[] — Members of the community
    - `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[]
            - `display_url` string
            - `expanded_url` string
            - `indices` integer[]
            - `url` string
        - `url` object
          - `urls` object[]
            - `display_url` string
            - `expanded_url` string
            - `indices` integer[]
            - `url` string
  - `has_next_page` boolean — Whether there is a next page
  - `next_cursor` string — Cursor of the next page
  - `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)
