Last updated 1 month ago
Gets a list of all music tracks available for the specified genre.
The unique ID of the music genre.
A list of music tracks in the specified genre.
GET /api/v1/music/genres/{id} HTTP/1.1 Host: shortgenius.com Authorization: Bearer JWT Accept: */*
Successful response
[ { "id": "text", "name": "text", "preview_url": "text" } ]