{ "opencollection": "1.0.0", "info": { "name": "Musixmatch Album Snippets API", "version": "1.1.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Snippets", "type": "folder" }, "items": [ { "info": { "name": "GET /track.snippet.get", "type": "http" }, "http": { "method": "GET", "url": "https://api.musixmatch.com/ws/1.1/track.snippet.get", "params": [ { "name": "format", "value": "", "type": "query", "description": "output format: json, jsonp, xml." }, { "name": "callback", "value": "", "type": "query", "description": "jsonp callback" }, { "name": "track_id", "value": "", "type": "query", "description": "The musiXmatch track id" } ], "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } } } ] } ], "bundled": true }