Trends
Trends
Returns the Trend associated with the supplied WoeId.
GET
/
2
/
trends
/
by
/
woeid
/
{woeid}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
woeid
integer
requiredThe WOEID of the place to lookup a trend for.
Query Parameters
trend.fields
enum<string>[]
A comma separated list of Trend fields to display.
Available options:
trend_name
, tweet_count
Response
200 - application/json
data
object[]
errors
object[]