place

fun Trends.place(    id: Long,     exclude: TrendExclude = TrendExclude.Default,     vararg options: Option): JsonArrayApiAction<TrendPlace>

Returns the top 50 trending topics for a specific WOEID, if trending information is available for it. The response is an array of trend objects that encode the name of the trending topic, the query parameter that can be used to search for the topic on Twitter Search, and the Twitter Search URL. This information is cached for 5 minutes. Requesting more frequently than that will not return any more data, and will count against rate limit usage. The tweet_volume for the last 24 hours is also returned for many trends if this is available.

Twitter API reference

Receiver

Trends endpoint instance.

Return

JsonArrayApiAction for TrendPlace model.

Parameters

id

The Yahoo! Where On Earth ID of the location to return trending information for. Global information is available by using 1 as the WOEID.

exclude

Setting this equal to hashtags will remove all hashtags from the trends list.

options

Optional. Custom parameters of this request.