Twitter Scraper

ENDPOINTS
GET/communities/details

Community Details

Get a community's name, description, member count, topic, join policy, creator and banner.

QUERY PARAMS

Community ID or community link.

Examples:

  • ID: 1601841656147345410
  • URL: https://x.com/i/communities/1601841656147345410
{
  "community": {
    "id": "1601841656147345410",
    "name": "Generative AI",
    "link": "https://x.com/i/communities/1601841656147345410",
    "description": "Share AI-generated creations, news, tips and more.",
    "members_count": 253938,
    "tweets_count": null,
    "join_policy": "Open",
    "primary_topic": "Artificial Intelligence",
    "is_nsfw": false,
    "banner": {
      "link": "https://pbs.twimg.com/community_banner_img/2089884160148025344/fWJagomU?format=jpg&name=orig",
      "width": 1462,
      "height": 585
    },
    "creator": {
      "username": "chrisfirst",
      "name": "CHRIS FIRST",
      "link": "https://x.com/chrisfirst"
    },
    "member_avatars": [
      "https://pbs.twimg.com/profile_images/2074357027896168448/1q0rfDbT_400x400.jpg",
      "https://pbs.twimg.com/profile_images/1915915840786206720/_gPKssBy_400x400.jpg",
      "https://pbs.twimg.com/profile_images/2041952596802326528/wwa_SyQw_400x400.jpg",
      "https://pbs.twimg.com/profile_images/1960539448271364097/yQM6La4k_400x400.jpg"
    ],
    "created_at": "2022-12-11T07:29:46Z"
  }
}