powered by
The Genius API lets you search hosted content (all songs). Use search_genius() to return hits on for a given search term, in full.
search_genius()
search_genius(search_term, n_results = 10, access_token = genius_token())
a genius_resource object that contains the extracted content from the request, the original JSON response object and the request path.
genius_resource
A character string to search for
Maximum no. of search results to return
Genius' client access token, defaults to genius_token
genius_token
Other search: search_artist(), search_song()
search_artist()
search_song()
if (FALSE) { search_genius(search_term = "Lil", n_results = 100) }
Run the code above in your browser using DataLab