---
title: "Get music (deprecated)"
method: GET
path: "/api/v2/tiktok/music/{identifier}"
tags: ["TikTok"]
---

# Get music (deprecated)

`GET /api/v2/tiktok/music/{identifier}`

## Path parameters

- `identifier` string, required

## Response `200`

A Music response

- MusicResponse
  - `type` string
  - `object` MusicFull
    - `identifier` string
    - `title` string
    - `authorName` string
    - `url` string
    - `imgUrl` string
    - `song` SongLight
      - `uuid` string
      - `name` string
      - `creditName` string
      - `imageUrl` string
    - `latestCrawlDate` string, date-time
    - `firstCrawlDate` string, date-time
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

## Other responses

- `401` — You are not logged in
- `403` — This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.
- `404` — Music not found

---

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