Skip to main content
GET
/
ws
/
1.1
/
track.dump.get
track.dump.get
curl --request GET \
  --url https://api.musixmatch.com/ws/1.1/track.dump.get
{
  "message": {
    "body": [
      {
        "artist": "<string>",
        "commontrack_id": 123,
        "instrumental": true,
        "isrcs": [
          "<string>"
        ],
        "language_iso_code_1": "<string>",
        "last_updated": "<string>",
        "lyrics": "<string>",
        "lyrics_id": 123,
        "lyrics_tracking_url": "<string>",
        "restrictions": {
          "allow": [
            "<string>"
          ],
          "blocked": [
            "<string>"
          ]
        },
        "snippet": "<string>",
        "subtitles": [
          {
            "body": "<string>",
            "id": 123,
            "length": 123,
            "tracking_url": "<string>"
          }
        ],
        "title": "<string>",
        "writers": [
          {
            "id": 123,
            "name": "<string>"
          }
        ]
      }
    ],
    "header": {
      "execute_time": 123,
      "status_code": 123
    }
  }
}
The metadata returned are the same as in the catalogue feed.

Authorizations

apikey
string
query
required

Query Parameters

track_isrc
string

Response

200 - application/json

200 OK / 401 Unauthorized / 404 Not Found

message
object