v1

latestOpenAPI 3.0.1MIT2026-07-26589101.4 KB

get tweets from all communities,each page returns up to 20 tweets. Use cursor for pagination.

get/twitter/community/get_tweets_from_all_community

Query parameters

querystring string required

The query to search for.eg. only support search by keyword.

queryType'Latest' | 'Top' required

The query type to search for.eg. "Latest" OR "Top"

cursorstring string

The cursor to paginate through the results. First page is "".

Response

Tweets response

has_next_pageboolean required

Indicates if there are more results available

next_cursorstring required

Cursor for fetching the next page of results