v1

latestOpenAPI 3.1.02026-07-26180242448.0 KB
Trends

Get trends by location

Get trending topics for a specific geographic location identified by its WOEID (Where On Earth ID). Returns location-specific trends including trend names, tweet volumes, and search URLs. Use WOEID 1 for worldwide trends, or 23424977 for United States.

get/v1/twitter/trends/place/{woeid}

Path parameters

woeidstring required
Example:1

Where On Earth ID of the location. Use 1 for worldwide, 23424977 for US, 23424975 for UK, etc.

Response

Successfully retrieved place trends.

woeidinteger required

Where On Earth ID of the location.

namestring nullable

Name of the location.

countrystring nullable

Country name.

Example response

{
  "woeid": 1,
  "name": "Worldwide",
  "trends": [
    {
      "name": "#AI"
    }
  ]
}