v1

latestOpenAPI 3.1.02026-07-26180242448.0 KB
Trends

Get trending topics

Get current trending topics on Twitter. Results can be filtered by category: trending (default), for-you, news, sports, or entertainment. Returns trend names, tweet counts, and context information.

get/v1/twitter/trends/

Query parameters

category'trending' | 'for-you' | 'news' | 'sports' | 'entertainment'

Category to filter trends by.

countinteger

Number of trends to return.

Response

Successfully retrieved trends.

Example response

{
  "data": [
    {
      "name": "#AI"
    }
  ]
}