v1
latestOpenAPI 3.1.02026-08-0412893445.2 KBTrends
Get trending hashtags and topics by region (alias)
get/trends
Query parameters
woeidinteger
Region Yahoo WOEID code (1=Worldwide, 23424977=US, 23424975=UK, 23424969=Turkey)
countinteger
Number of trending topics returned (1-50, default 30)
Response
Trending topics
Example response
{
"trends": [
{
"name": "#AI",
"rank": 1
}
],
"total": 30,
"woeid": 1
}