Skip to content
Niccolò Izzo edited this page Mar 28, 2017 · 3 revisions

APIs

Core Features

/tracks

Returns a dictionary containing all the tracks

/tracks/<track_uuid>

Returns a detailed view of a single track

/stream/<resource_uuid>

Starts the HTTP stream of the selected track

/search?field=<value>&...

Searches through all the available databases

/login?user=<user>&hashed_pw=<pw_hash>

Login with username and salted password

Tracks uuids are univocally generated. Resources uuids are hashes of the audio stream inside the resource.

Clone this wiki locally