Skip to main content
GET
Get Global Trending Tweets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

country
string
required

Country name or slug returned by /twitter/global-trending/countries

topic
string | null

Optional topic name or slug returned by /twitter/global-trending/topics

content
string | null

Optional content tag returned by /twitter/global-trending/contents

count
integer
default:20

Maximum number of tweets to return.

Required range: 1 <= x <= 100

Response

Trending tweets matching the selected filters.

Search API response

data
TweetModel · object[]
required

List of tweets

code
integer
default:200

HTTP status code

msg
string
default:success

Response message