Genius¶
The Genius service provides access to the Genius API, the world’s biggest collection of song lyrics and musical knowledge.
For more information, check out https://genius.com.
RPCS¶
-
Genius.
getArtist
(ID: BoundedInteger<1>)¶ Get information about a given artist.
Arguments:
ID: BoundedInteger<1>
(BoundedInteger)
-
Genius.
getSong
(ID: BoundedInteger<1>)¶ Get information about a given song.
Arguments:
ID: BoundedInteger<1>
(BoundedInteger)
-
Genius.
getSongLyrics
(ID: BoundedInteger<1>)¶ Get the lyrics for a given song.
Arguments:
ID: BoundedInteger<1>
(BoundedInteger)
Returns:
String
(String)
-
Genius.
getSongsByArtist
(ID: BoundedInteger<1>)¶ Get a list of songs performed by a given artist.
Arguments:
ID: BoundedInteger<1>
(BoundedInteger)