Skip to content

Instantly share code, notes, and snippets.

@nettofarah
nettofarah / search_criteria.sh
Created November 16, 2012 16:52
search criteria
curl http://8tracks.com/mixes.xml?q=miles+davis
@nettofarah
nettofarah / tag_search.sh
Created November 16, 2012 16:52
tag search
curl http://8tracks.com/mixes.xml?tag=jazz
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
@nettofarah
nettofarah / finding_mixes.sh
Created November 16, 2012 16:53
finding mixes
curl http://8tracks.com/mixes.xml?tags=chill%2Bhip+hop&sort=recent
curl http://8tracks.com/mixes.xml?per_page=20
curl http://8tracks.com/mixes/1002.xml
<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>
@nettofarah
nettofarah / play_token_request.sh
Created November 29, 2012 18:03
play token request
curl http://8tracks.com/sets/new.xml
<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>
curl http://8tracks.com/sets/460486803/play.xml?mix_id=2000