Skip to main content
GET
/
twitter
/
community
/
ranked
Ranked communities
curl --request GET \
  --url 'https://api.xshot.fun/twitter/community/ranked?api_key='
{
  "communities": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "member_count": 123
    }
  ],
  "next_cursor": "<string>",
  "has_next_page": true
}

Authorizations

api_key
string
query
required

Query Parameters

cursor
string

Response

200 - application/json

Ranked community list

communities
object[]
next_cursor
string | null
has_next_page
boolean