---
title: "Get Trending Creator"
method: GET
path: "/api/trending/creator"
tags: ["Trending"]
---

# Get Trending Creator

`GET /api/trending/creator`

Get Trending Creator

## Query parameters

- `page` integer — Page
- `limit` integer — Number of items per page (maximum is 20)
- `sort_by` 'follower' | 'engagement' | 'avg_views' — Sort by: - follower: Follower - engagement: Engagement - avg_views: Popularity
- `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
- `audience_count` '1' | '2' | '3' | '4' — Audience count: - 1: 10k -> 100k - 2: 100k -> 1m - 3: 1m -> 10m - 4: > 10m
- `audience_country` string — Audience country code. Head Head [here](https://gist.githubusercontent.com/apiboxguru/21d1cff1bef7732d9533389cb540541f/raw/6669d1e0025b67e8c7a0a1649cd8c75c5d5d2803/tiktok_trending_support_countries_with_codes.json) for a full list of supported countries

## Response `200`

Success

- object
  - `data` object
    - `pagination` object
      - `has_more` boolean
      - `page` number
      - `size` number
      - `total_count` number
    - `creators` object[]
      - `tcm_id` string
      - `user_id` string
      - `nick_name` string
      - `avatar_url` string
      - `country_code` string
      - `follower_cnt` number
      - `liked_cnt` number
      - `tt_link` string
      - `tcm_link` string
      - `items` object[]
        - `item_id` string
        - `cover_url` string
        - `tt_link` string
        - `vv` number
        - `liked_cnt` number
        - `create_time` number

## Other responses

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

---

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