Skip to main content
GET
/
twitter
/
global-trending
/
contents
List Global Trend Content Tags
curl --request GET \
  --url https://api.twexapi.io/twitter/global-trending/contents \
  --header 'Authorization: Bearer <token>'
{
  "code": 200,
  "msg": "success",
  "data": "<unknown>"
}

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
required

Topic name or slug returned by /twitter/global-trending/topics

Response

Content tag options for the selected country and topic.

Standard API response format

code
integer
required

HTTP status code

Example:

200

msg
string
required

Response message

Example:

"success"

data
any | null

Response data