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. .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories RPCS ---- .. function:: Genius.getArtist(ID: BoundedInteger<1>) Get information about a given artist. **Arguments:** - ``ID: BoundedInteger<1>`` (`BoundedInteger `__) **Returns:** ``List`` (`List `__ | `Object `__) .. function:: Genius.getSong(ID: BoundedInteger<1>) Get information about a given song. **Arguments:** - ``ID: BoundedInteger<1>`` (`BoundedInteger `__) **Returns:** ``List`` (`List `__ | `Object `__) .. function:: Genius.getSongLyrics(ID: BoundedInteger<1>) Get the lyrics for a given song. **Arguments:** - ``ID: BoundedInteger<1>`` (`BoundedInteger `__) **Returns:** ``String`` (`String `__) .. function:: Genius.getSongsByArtist(ID: BoundedInteger<1>) Get a list of songs performed by a given artist. **Arguments:** - ``ID: BoundedInteger<1>`` (`BoundedInteger `__) **Returns:** ``List`` (`List `__ | `Object `__) .. function:: Genius.searchSongs(query: String) Search for a song. **Arguments:** - ``query: String`` (`String `__) **Returns:** ``List`` (`List `__ | `Object `__)