powered by
The Genius API lets you return data for a specific song, given a song ID. get_song returns this data in full.
get_song
get_song(song_id, access_token = genius_token())
a genius_song object that contains the extracted content from the request, the original JSON response object and the request path.
genius_song
ID of the song (song_id within an object returned by search_song)
song_id
search_song
Genius' client access token, defaults to genius_token
genius_token
See get_song_df to return a tidy data frame.
get_song_df
Other song: get_song_df(), tidy_album_performances(), tidy_song_performances(), tidy_song_producers(), tidy_song_relationships(), tidy_song_writers()
get_song_df()
tidy_album_performances()
tidy_song_performances()
tidy_song_producers()
tidy_song_relationships()
tidy_song_writers()
if (FALSE) { get_song(song_id = 3039923) }
Run the code above in your browser using DataLab