---
title: "Trending Songs"
method: GET
path: "/v1/tiktok/trending/songs"
tags: ["TikTok Trending"]
---

# Trending Songs

`GET /v1/tiktok/trending/songs`

Trending songs/sounds ranked by usage (served via the on-device signer path — hot-music feed).

## Query parameters

- `region` string
- `period` integer
- `count` integer

## Response `200`

Trending songs

- TrendingSongsResponse
  - `songs` TikTokTrendingSong[]
    - `title` string
    - `id` string
    - `author` string
    - `rank` integer
    - `rank_diff` integer
    - `country_code` string
    - `duration` integer
    - `user_count` integer — Videos using this sound.
    - `cover` string
    - `play_url` string
    - `is_new` boolean
    - `link` string
  - `region` string, required

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
