v1
latestOpenAPI 3.1.02026-07-26180242448.0 KBTrends
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.
Example response
{
"woeid": 1,
"name": "Worldwide",
"trends": [
{
"name": "#AI"
}
]
}