/api/search.php?keyword=<keyword>
/api/search-albums.php?keyword=<keyword>
/api/search-artists.php?keyword=<keyword>
/api/search-songs.php?keyword=<keyword>
/api/next-album.php?id=<id>
/api/next-artist.php?id=<id>
/api/next-song.php?id=<id>
To get the first entry in a collection an empty id
parameter should be used. For getting next entries the ID of the previous entry should be used.
/api/album.php?id=<id>
/api/artist.php?id=<id>
/api/song.php?id=<id>
/album-art.php?id=<id>
/original-album-art.php?id=<id>
/small-album-art.php?id=<id>
Each entry in Lyho database has a field editId
which defines the edit time of the entry and is updated and increased on every edit. With the methods below it is possible to get entries that has been edited after the last replicated edit.
/api/next-edited-album.php?editId=<editId>
/api/next-edited-artist.php?editId=<editId>
/api/next-edited-song.php?editId=<editId>