Docs
APIGenres

Get a genre

One genre by slug, with its description and display colour.

GET
/v1/genres/{slug}

Path Parameters

slug*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/genres/string"
{  "data": {    "id": -9007199254740991,    "slug": "string",    "title": "string",    "description": "string",    "color": "string"  }}