anthonysea / ssapi

RESTful API for soundshelter.net

Home Page:https://www.soundshelter.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###API for https://www.soundshelter.net

####email info@soundshelter.net for API key

Get a list of Collections

http://api.soundshelter.net/api/v1.0/<api_key>/collections

Get all Releases by an Artist

https://api.soundshelter.net/api/v1.0/<api_key>/artist/<artist>

Get all Releases on a Label

https://api.soundshelter.net/api/v1.0/<api_key>/label/<label>

Get details about a specific release

https://api.soundshelter.net/api/v1.0/<api_key>/release/<release_id>

Get a users personalised recommendations

https://api.soundshelter.net/api/v1.0/<api_key>/user/<user_name>/recommendations

Update a users personalised recommendations

https://api.soundshelter.net/api/v1.0/<api_key>/user/<user_name>/updateRecommendations

About

RESTful API for soundshelter.net

https://www.soundshelter.net

License:Apache License 2.0


Languages

Language:Python 98.2%Language:HTML 1.8%