APIGenres
Get a genre
One genre by slug, with its description and display colour.
curl -X GET "https://example.com/v1/genres/string"{ "data": { "id": -9007199254740991, "slug": "string", "title": "string", "description": "string", "color": "string" }}