availableAreas

fun Trends.availableAreas(vararg options: Option): JsonArrayApiAction<TrendArea>

Returns the locations that Twitter has trending topic information for. The response is an array of "locations" that encode the location's WOEID and some other human-readable information such as a canonical name and country the location belongs in. A WOEID is a Yahoo! Where On Earth ID.

Twitter API reference

Receiver

Trends endpoint instance.

Return

JsonArrayApiAction for TrendArea model.

Parameters

options

Optional. Custom parameters of this request.


val Trends.availableAreas: JsonArrayApiAction<TrendArea>

Shorthand property to Trends.availableAreas.

See also