v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
Trends

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

totalinteger required
woeidinteger required

Example response

{
  "trends": [
    {
      "name": "#AI",
      "rank": 1
    }
  ],
  "total": 30,
  "woeid": 1
}