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
}Get trending/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
}