Skip to main content
GET
/
twitter
/
trends
Get trends
curl --request GET \
  --url 'https://api.xshot.fun/twitter/trends?api_key='
[
  {
    "trends": [
      {
        "name": "<string>",
        "url": "<string>",
        "tweet_volume": 123,
        "query": "<string>"
      }
    ],
    "as_of": "<string>",
    "locations": [
      {
        "name": "<string>",
        "woeid": 123
      }
    ]
  }
]

Authorizations

api_key
string
query
required

Query Parameters

woeid
string
default:1

Where On Earth ID (default worldwide)

Response

200 - application/json

Trending topics

as_of
string
locations
object[]