Skip to main content
GET
/
twitter
/
trends
Get Trends
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>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

woeid
integer<int64>
required

The WOEID of the location. Example: 2418046.

count
integer<int64>
default:30

The number of trends to return. Default is 30.

Required range: x >= 30

Response

200 - application/json

Successful response

status
enum<string>
Available options:
success,
error
msg
string