---
title: "Get Trending Video"
method: GET
path: "/api/trending/video"
tags: ["Trending"]
---

# Get Trending Video

`GET /api/trending/video`

Get Trending Video

## Query parameters

- `page` integer — Page
- `limit` integer — Number of items per page (maximum is 20)
- `period` 7 | 30 — Period in days: - 7: Last 7 days - 30: Last 30 days
- `order_by` 'vv' | 'like' | 'comment' | 'repost' — Order by: - vv: Hot - like: Like - comment: Comment - repost: share
- `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

## Response `200`

Success

- object
  - `data` object
    - `pagination` object
      - `has_more` boolean
      - `page` number
      - `size` number
      - `total_count` number
    - `videos` object[]
      - `country_code` string
      - `cover` string
      - `duration` number
      - `id` string
      - `item_id` string
      - `item_url` string
      - `region` string
      - `title` string

## 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)
