---
title: "Get Music Info"
method: GET
path: "/api/music/info"
tags: ["Music"]
---

# Get Music Info

`GET /api/music/info`

Get Music Info

## Query parameters

- `musicId` string, required — Music ID

## Response `200`

Success

- object
  - `musicInfo` object
    - `artist` object
      - `avatarLarger` string — URL of the user’s large-size avatar image
      - `avatarMedium` string — URL of the user’s medium-size avatar image
      - `avatarThumb` string — URL of the user’s thumbnail-size avatar image
      - `ftc` boolean — Indicates whether the account is subject to child safety restrictions
      - `id` string — User ID
      - `nickname` string — The user’s profile display name
      - `openFavorite` boolean — Whether the user’s liked videos list is public
      - `privateAccount` boolean — Indicates whether the account is set to private
      - `secUid` string — User secUid
      - `secret` boolean — Indicates whether the account is set to private
      - `signature` string — The user’s profile bio
      - `uniqueId` string — User uniqueID. The user’s public TikTok handle (username)
    - `artists` object[]
      - `avatarLarger` string — URL of the user’s large-size avatar image
      - `avatarMedium` string — URL of the user’s medium-size avatar image
      - `avatarThumb` string — URL of the user’s thumbnail-size avatar image
      - `ftc` boolean — Indicates whether the account is subject to child safety restrictions
      - `id` string — User ID
      - `nickname` string — The user’s profile display name
      - `openFavorite` boolean — Whether the user’s liked videos list is public
      - `privateAccount` boolean — Indicates whether the account is set to private
      - `secUid` string — User secUid
      - `secret` boolean — Indicates whether the account is set to private
      - `signature` string — The user’s profile bio
      - `uniqueId` string — User uniqueID. The user’s public TikTok handle (username)
    - `music` object
      - `album` string — Name of the album this music belongs to, if applicable
      - `authorName` string — Name of the music author or artist
      - `coverLarge` string — URL of the large-size cover image for the music
      - `coverMedium` string — URL of the medium-size cover image for the music
      - `coverThumb` string — URL of the thumbnail-size cover image for the music
      - `duration` number — Duration of the music in seconds
      - `id` string — Music ID
      - `isCopyrighted` boolean — Indicates whether the music is copyrighted
      - `original` boolean — Indicates whether this is an original sound created by the user
      - `playUrl` string — Direct URL to play or download the music
      - `private` boolean — Indicates whether the music is private and not publicly accessible
      - `title` string — Title of the music track
      - `tt2dsp` object — Internal object for TikTok DSP (digital service processing) data
    - `stats` object
      - `videoCount` number — Total number of videos using this music

## 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/revisions/892e18b9f5af/schema)
