We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Soundwave have released a public API specifically for the MIDEM Music Hack Day!
Contact Hugh (@raw on the Music Hack Day Slack) for an API key. You must include the API key as a GET parameter on API requests.
These methods provide charts based on cross-service song plays.
These are the top charts of "all time".
http://soundwaveapi.herokuapp.com/v1/charts?authkey=[thekeyhughgaveyou]
Top charts for the past 24 hours.
http://soundwaveapi.herokuapp.com/v1/charts/day?authkey=[thekeyhughgaveyou]
Top charts for the past 7 days.
http://soundwaveapi.herokuapp.com/v1/charts/week?authkey=[thekeyhughgaveyou]
Top charts for the past 4 weeks.
http://soundwaveapi.herokuapp.com/v1/charts/month?authkey=[thekeyhughgaveyou]
A websocket based firehose of all incoming scrobbles to Soundwave. To use, subscribe to
ws://soundwave.herokuapp.com/v1/scrobble-firehose
The list of the songs that a user has listened to.
http://soundwaveapi.herokuapp.com/v1/userfeed/[email]?authkey=[thekeyhughgaveyou]
Get in touch with Hugh! @hughrawlinson just about everywhere, @raw on the MHD slack, and sitting at the table nearest the door.