apidance.pro
  1. graphql
apidance.pro
  • twitter-api
    • 1.1
      • /users/show
      • /followers/list
      • /friends/list
    • graphql
      • CreateTweet
        POST
      • CreateNoteTweet
        POST
      • CreateRetweet
        POST
      • QuoteTweet
        POST
      • FavoriteTweet
        POST
      • CreateBookmark
        POST
      • HomeLatestTimeline
        GET
      • SearchTimeline
        GET
      • AudioSpaceSearch
        GET
      • AudioSpaceById
        GET
      • TweetDetail
        GET
      • TweetResultByRestId
        GET
      • UserByScreenName
        GET
      • UserByRestId
        GET
      • UserTweets
        GET
      • UserTweetsAndReplies
        GET
      • UserMedia
        GET
      • Followers
        GET
      • Following
        GET
      • FollowersYouKnow
        GET
      • Retweeters
        GET
      • ListLatestTweetsTimeline
        GET
      • ProfileSpotlightsQuery
        GET
      • CommunitiesFetchOneQuery
        GET
      • CommunityTweetsTimeline
        GET
    • simple api
      • TweetDetail
      • UserTweets
      • Retweeters
      • Quotes
      • Search
    • notifications
      • notifications all
      • notifications mentions
      • notifications verified
    • Upload media
      POST
    • Check the remaining API calls
      GET
  • cloudflare-api
    • /cf
      GET
    • /cf
      POST
    • /cfCookie
      GET
    • /cfCaptcha
      GET
    • /cfCheckpoint
      GET
    • Check the remaining API calls
      GET
  • pumpscam
    • pumpscam api
    • Check the remaining API calls
  1. graphql

CommunityTweetsTimeline

GET
/graphql/CommunityTweetsTimeline

Request

Query Params
variables
string 
required
Example:
{"communityId":"1517189118140325888","count":20,"displayLocation":"Community","rankingMode":"Relevance","withCommunity":true}
Header Params
apikey
string 
optional
Default:
your-apikey

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.apidance.pro/graphql/CommunityTweetsTimeline?variables={"communityId":"1517189118140325888","count":20,"displayLocation":"Community","rankingMode":"Relevance","withCommunity":true}' \
--header 'apikey: your-apikey'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-04-18 03:41:42
Previous
CommunitiesFetchOneQuery
Next
TweetDetail
Built with