GET
/
ws
/
1.1
/
tracking.url.get
curl --request GET \
  --url https://api.musixmatch.com/ws/1.1/tracking.url.get
{
  "message": {
    "body": {
      "url": "https://tracking.musixmatch.com/t1.0/3vUCADCinhKQ9ZS3FStL-PNUlseV8rVtHta0Ilxqx7CVvGjIUWXnxS--qxreislGoPrIzmdC9IaqTXbOOOur8kv6staswgVce4MnGA0ZM7qUNTw8tcJeaqy9B-g9yFgnWIGX8eHW4k37Wd-FIOzEI"
    },
    "header": {
      "execute_time": 0.0036540031433105,
      "status_code": 200
    }
  }
}

If you are fetching lyrics using the Musixmatch API called track.lyrics.get, you do not need to implement this API call.

Authorizations

apikey
string
query
required

Query Parameters

domain
string

Your domain name.

format
string

Decide the output type (json or xml).

Response

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