GET
/
ws
/
1.1
/
tracks.dump.get
curl --request GET \
  --url https://api.musixmatch.com/ws/1.1/tracks.dump.get
{
  "message": {
    "body": [
      {
        "created": "2025-03-11T08:27:37Z",
        "download_url": "https://mxm-cdn.s3.amazonaws.com/tp_export/feed/140...5/202503/tracks/20250311082737-1-full-tracks.txt.bz2?AWSAccessKeyId=AKIAI...NQ&Expires=174...9&Signature=ks...D",
        "full": true,
        "id": 35953
      },
      {
        "created": "2025-03-11T19:42:21Z",
        "download_url": "https://mxm-cdn.s3.amazonaws.com/tp_export/feed/140...5/202503/tracks/20250311194221-0-partial-tracks.txt.bz2?AWSAccessKeyId=AKIAI...NQ&Expires=174...9&Signature=vx...D",
        "full": false,
        "id": 35968
      },
      {
        "created": "2025-03-12T19:42:48Z",
        "download_url": "https://mxm-cdn.s3.amazonaws.com/tp_export/feed/140...5/202503/tracks/20250312194248-0-partial-tracks.txt.bz2?AWSAccessKeyId=AKIAI...NQ&Expires=174...9&Signature=fs...D",
        "full": false,
        "id": 35983
      }
    ],
    "header": {
      "execute_time": 0.61887097358704,
      "status_code": 200
    }
  }
}

The data returned comprises the download URLs for the catalog feeds starting from the latest full feed and therefore depends on the date when the request is made. E.g., if the request is made on the day when the full feed was generated, then the response will contain only the link to the full feed. However, if it is made several days after, it will contain both the link to the full feed and the links to all the feeds with incremental updates generated since the last full feed.

Authorizations

apikey
string
query
required

Response

200 - application/json
200 OK / 401 Unauthorized
message
object