Docs
APIGenres

List genres

The full genre taxonomy with a song count each. The list is small — dozens of rows — and is returned whole rather than paginated.

GET
/v1/genres

Response Body

application/json

curl -X GET "https://example.com/v1/genres"
{  "data": [    {      "id": -9007199254740991,      "slug": "string",      "title": "string",      "color": "string",      "song_count": -9007199254740991    }  ],  "meta": {    "total": -9007199254740991,    "limit": -9007199254740991,    "offset": -9007199254740991  }}