Skip to main content
GET
Get Trends by WOEID

Authorizations

Authorization
string
header
required

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

Path Parameters

woeid
integer<int32>
required

The WOEID of the place to lookup a trend for.

Query Parameters

The maximum number of results.

Required range: 1 <= x <= 50
trend.fields
enum<string>[]

A comma separated list of Trend fields to display. The fields available for a Trend object.

Minimum array length: 1
Available options:
trend_name,
tweet_count
Example:

Response

The request has succeeded.

data
object[]
Minimum array length: 1
errors
object[]
Minimum array length: 1

An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).