This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://8tracks.com/mixes.xml?q=miles+davis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://8tracks.com/mixes.xml?tag=jazz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://8tracks.com/mixes.xml?tag=jazz&sort=recent | |
curl http://8tracks.com/mixes.xml?tag=jazz&sort=popular | |
curl http://8tracks.com/mixes.xml?tag=jazz&sort=hot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://8tracks.com/mixes.xml?tags=chill%2Bhip+hop&sort=recent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://8tracks.com/mixes.xml?per_page=20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://8tracks.com/mixes/1002.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<response> | |
<logged-in>false</logged-in> | |
<status>200 OK</status> | |
<mix> | |
<slug>thrillists-mitchell-frank-sunset-junction-mix</slug> | |
<name>Thrillist's Mitchell Frank Sunset Junction Mix</name> | |
<published>true</published> | |
<cover_urls> | |
<sq56>/images/mix_covers/sq56.gif</sq56> | |
<sq100>/images/mix_covers/sq100.gif</sq100> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://8tracks.com/sets/new.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<response> | |
<notices nil="true"></notices> | |
<logged-in type="boolean">false</logged-in> | |
<status>200 OK</status> | |
<errors nil="true"></errors> | |
<play-token>726890873</play-token> | |
</response> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://8tracks.com/sets/460486803/play.xml?mix_id=2000 |