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.
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 }}Get namesake hints
For artists whose names collide, a short hint that tells them apart — the editor-supplied disambiguator when one exists, otherwise the artist's most-credited role and best-known song. Only returns rows for ids that actually collide.
Get a genre
One genre by slug, with its description and display colour.