Get Community Tweets by Page
Communities Endpoints
Get Community Tweets by Page
Retrieve a paginated list of community tweets using cursor-based pagination. Each page returns up to 20 tweets. Pass next_cursor from the previous response to continue. Pricing: $0.14 per 1,000 tweets.
POST
Get Community Tweets by Page
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Current page data (up to 20 tweets) and pagination metadata (has_next_page, next_cursor).
The status code of the response.
The message of the response.
A list of tweet objects.
Whether another page is available.
The next cursor of the tweets to get.
Example:
"1234567890"