---
title: "Get Trending Hashtag"
method: GET
path: "/api/trending/hashtag"
tags: ["Trending"]
---

# Get Trending Hashtag

`GET /api/trending/hashtag`

Get Trending Hashtag

## Query parameters

- `page` integer — Page
- `limit` integer — Number of items per page (maximum is 20)
- `period` 7 | 30 | 120 — Period in days: - 7: Last 7 days - 30: Last 30 days - 120: Last 120 days
- `country` string — Country code. Head [here](https://gist.githubusercontent.com/apiboxguru/21d1cff1bef7732d9533389cb540541f/raw/6669d1e0025b67e8c7a0a1649cd8c75c5d5d2803/tiktok_trending_support_countries_with_codes.json) for a full list of supported countries
- `sort_by` string — Sort by
- `industry_id` string — Head to [here](https://gist.githubusercontent.com/apiboxguru/d36908ea2bbe307e81bcc09ccf59616b/raw/302b5a442df9a6efced1dc430fd64d10a8226aeb/tiktok-ads-industry-code.json) for a full list of Industry code. You can combine multiple industries by using a comma. For example: 22102000000,22101000000

## Response `200`

Success

- object
  - `data` object
    - `pagination` object
      - `has_more` boolean
      - `page` number
      - `size` number
      - `total_count` number
    - `list` object[]
      - `hashtag_id` string
      - `hashtag_name` string
      - `country_info` object
        - `id` string
        - `value` string
        - `label` string
      - `industry_info` object
        - `id` number
        - `value` string
        - `label` string
      - `is_promoted` boolean
      - `trend` object[]
        - `time` number
        - `value` number
      - `publish_cnt` number
      - `video_views` number
      - `rank` number
      - `rank_diff` number
      - `rank_diff_type` number

## Other responses

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

---

[API](https://skmtc.dev/tikfly/apis/tikfly-api-unoffical-tiktok-api.md) · [All operations](https://skmtc.dev/tikfly/apis/tikfly-api-unoffical-tiktok-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tikfly/tikfly-api-unoffical-tiktok-api/revisions/892e18b9f5af/schema)
