Skip to main content
GET
/
ws
/
1.1
/
track.snippet.get
track.snippet.get
curl --request GET \  --url https://api.musixmatch.com/ws/1.1/track.snippet.get
{  "message": {  "body": {  "snippet": {  "html_tracking_url": "<string>",  "instrumental": 123,  "pixel_tracking_url": "<string>",  "region_restriction": {  "allowed": [  "<string>"  ],  "blocked": [  "<any>"  ]  },  "restricted": 123,  "script_tracking_url": "<string>",  "snippet_body": "<string>",  "snippet_id": 123,  "snippet_language": "<string>",  "updated_time": "<string>"  }  },  "header": {  "execute_time": 123,  "status_code": 123  }  } }
At least one of the query parameters must be indicated: commontrack_id, track_id, or track_isrc. Make sure to fulfill the country restrictions you receive for every copyrighted content.

Authorizations

apikey
string
query
required

Query Parameters

commontrack_id
string
track_id
string
track_isrc
string

Response

200 - application/json
message
object