---
title: "GET /twitter/trends"
method: GET
path: "/twitter/trends"
---

# GET /twitter/trends

`GET /twitter/trends`

Get trends by woeid

## Query parameters

- `woeid` integer, required
- `count` integer

## Response `200`

Trends

- object
  - `trends` Trend[] — Array of trends
    - `name` string — The name of the trend
    - `target` object
      - `query` string — The query of the target. eg. "#elonmusk"
    - `rank` integer — The rank of the trend
    - `meta_description` string — The meta description of the trend.eg. "17.7K posts".may be empty.
  - `status` 'success' | 'error' — Status of the request.success or error
  - `msg` string — Message of the request.error message

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api.md) · [All operations](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twitterapi/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/revisions/1b1afaf3df76/schema)
