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"
}
]
}