API Reference

 
/aura/albums
GET /aura/albums All albums in the library.
GET /aura/albums/(id) A specific album.
 
/aura/artists
GET /aura/artists All artists in the library.
GET /aura/artists/(id) A specific artist.
 
/aura/images
GET /aura/images/(id) Metadata about a specific image.
GET /aura/images/(id)/file Download an image file.
 
/aura/server
GET /aura/server Server information and status.
 
/aura/tracks
GET /aura/tracks All tracks in the library.
GET /aura/tracks/(id) A specific track.
GET /aura/tracks/(id)/audio Download the audio file for a track.