SRAPI 1.0
SingRing API (SRAPI from now on) is a restricted REST service developed to serve SingRing (SR from now on) lyrics, artists and videoinformation to its partners. The service is based on server side connection between partners server and SRAPI servers and between clients and SRAPI servers.
64 subscribers
17 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
SRAPI 1.0 endpoints
| Method | Endpoint | Description |
|---|---|---|
| search | ||
| GET |
getVideosByTitle /getVideosByTitle.php |
|
| GET |
getLatestLyrics /getLatestLyrics.php |
getLatestLyrics return the list oif newest songs list's inserted in the last 7 days from the date passed with string parameter |
| GET |
getAlbumsByName /getAlbumsByName.php |
getAlbumsByName returns the list of the albums that match with album title, passed as string parameter |
| GET |
getSongsByTitle /getSongsByTitle.php |
getSongsByTitle returns a list of songs whose titles starts with the string passed with str parameter |
| GET |
getArtistsByName /getArtistsByName.php |
getArtistsByName returns the list of the artists that match with the string passed as parameter |
| indexes | ||
| GET |
getAllTags /getAllTags.php |
|
| GET |
getAllSongs /getAllSongs.php |
|
| GET |
getAllArtists /getAllArtists.php |
|
| GET |
getAllVideos /getAllVideos.php |
|
| GET |
getAllAlbums /getAllAlbums.php |
|
| match | ||
| GET |
getVideosByTag /getVideosByTag.php |
|
| GET |
getVideosByArtist /getVideosByArtist.php |
|
| GET |
getSongsByAlbum /getSongsByAlbum.php |
getSongsByAlbum returns a list of songs of the album specified with the id parameter passed |
| GET |
getSongsByArtist /getSongsByArtist.php |
getSongsByArtist returns a list of songs of the artists specified with the id parameter passed |
| GET |
getSongsByTag /getSongsByTag.php |
getSongsBytag returns a list of songs tagged with a specific tag, passed as id parameter |
| GET |
getAlbumsByArtist /getAlbumsByArtist.php |
getAlbumsByArtist.php return the list of the albums of the artist called by id parameter |
| GET |
getLyricById /getLyricById.php |
getLyricsByTitle returns all information about the song request by passing the id, except for the information about the credits (you have to request the credits information with… |
SRAPI 1.0 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|