---
title: "List trending commercial music"
method: GET
path: "/v1/accounts/{accountId}/tiktok/commercial-music"
tags: ["Accounts"]
---

# List trending commercial music

`GET /v1/accounts/{accountId}/tiktok/commercial-music`

Returns the 100 currently trending tracks of TikTok's Commercial Music Library for a TikTok account connected through the TikTok for Business app. Use a track id as tiktokSettings.musicSoundInfo.musicSoundId when creating a post. The list is not paged; countryCode selects the country chart.

## Path parameters

- `accountId` string, required

## Query parameters

- `countryCode` string

## Response `200`

The trending tracks, rank 1 first

- object
  - `tracks` object[]
    - `id` string — The id to send as musicSoundId (the full track's song clip id). TikTok rejects the commercial music id itself at publish time.
    - `commercialMusicId` string — TikTok's commercial_music_id, for reference only
    - `name` string
    - `artist` string
    - `durationSec` integer
    - `genres` string[]
    - `previewUrl` string — Preview audio of the full track
    - `thumbnailUrl` string
    - `rank` integer — Position in the trending chart, 1 first
    - `clip` object — The trending excerpt of the track, when TikTok provides one. Its id is also accepted as musicSoundId.
      - `id` string
      - `durationSec` integer
      - `previewUrl` string

## Other responses

- `400` — Invalid request
- `404` — Account not found

## Changes

- **2026-09-16** `3e6ddf2a99ea` — 1 info
  - added the optional property `details/budgetScope` to the response with the `400` status
- **2026-09-15** `0dba7d004d75` — 2 info
  - added the optional property `details/quotaExhausted` to the response with the `400` status
  - added the optional property `details/quotaScope` to the response with the `400` status
- **2026-09-14** `a23eb241746a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/accounts/:accountId/tiktok/commercial-music/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/dd3865482f9f?raw)
