cURL
curl --request GET \ --url https://api.aisa.one/apis/v1/twitter/trends \ --header 'Authorization: Bearer <token>'
{ "trends": [ { "name": "<string>", "target": { "query": "<string>" }, "rank": 123, "meta_description": "<string>" } ], "status": "success", "msg": "<string>" }
Get trends by WOEID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The WOEID of the location. Example: 2418046.
The number of trends to return. Default is 30.
x >= 30
Successful response
Show child attributes
success
error