---
title: "Trends List"
method: GET
path: "/trends"
tags: ["Tweets"]
---

# Trends List

`GET /trends`

Returns a list of trending topics for the specified WOEID (location identifier). Each trend contains its name and search query for the region. Useful for monitoring popular topics by location.

## Query parameters

- `woeid` integer, required

## Response `200`

OK

- CommonTrendsResponse
  - `trends` CommonTrend[]
    - `name` string
    - `query` string
    - `url` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sorsa/apis/api-sorsa-io.md) · [All operations](https://skmtc.net/sorsa/apis/api-sorsa-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sorsa/api-sorsa-io/versions/7742c72d6966/schema)
