scrappy / x / trends

X Data API

Profiles, tweets, followers, and search over plain HTTP.

trends

GET/scrappy/x/v1/trends1 credit / call

Trending topics for a location by WOEID.

Parameters

woeid
required · a location WOEID
max_trends
optional · 30 to 100

Request

curl "https://sfaie.com/api/scrappy/x/v1/trends?woeid=2487956" \
  -H "Authorization: Bearer $SFAIE_API_KEY"

Response

{
  "data": [
    {
      "trend_name": "#SundayStreets",
      "rank": 1,
      "query": "#SundayStreets"
    }
  ]
}

Try it

a location WOEID

30 to 100

Sign in to try this endpoint.

Calls are real. Accepted calls cost 1 credit.