cURL
curl --request GET \ --url https://api.zilodata.com/api/v1/x/trending \ --header 'Authorization: Bearer <token>'
{ "trends": [ { "name": "#AI", "tweetVolume": 50000, "url": "<string>" } ] }
Retrieve currently trending topics on X (Twitter)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where On Earth ID (1 = worldwide)
Successful response
Show child attributes
"#AI"
50000
Was this page helpful?