Skip to main content
GET
/
trending
Get Trending Topics
curl --request GET \
  --url https://api.zilodata.com/api/v1/x/trending \
  --header 'Authorization: Bearer <token>'
{
  "trends": [
    {
      "name": "#AI",
      "tweetVolume": 50000,
      "url": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

woeid
integer
default:1

Where On Earth ID (1 = worldwide)

limit
integer
default:20

Response

200 - application/json

Successful response