Last updated 3 days ago
Gets a list of all music tracks available for the specified genre.
/music/genres/{id}
The unique ID of the music genre.
curl -L \ --url 'https://shortgenius.com/api/v1/music/genres/{id}' \ --header 'Authorization: Bearer JWT'
[ { "id": "text", "name": "text", "preview_url": "text" } ]