cURL
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 } } }
Get a snippet of the lyrics for a track.
Show child attributes