v1

latestOpenAPI 3.1.12026-07-1711423400.3 KB
genres

Genres list.

This endpoint will retrieve the genres.

get/genres

Response

Successful GET Genres JSON response

object required

Example response

{
  "data": [
    {
      "id": 1,
      "type": "genres",
      "href": "/v1/genres/1",
      "attributes": {
        "name": "Action",
        "color": "#FFE4B9",
        "symbol": "https://kurozora-cdn.app/1/symbol.png",
        "description": "An action story is similar to adventure, and the protagonist usually takes a risky turn, which leads to desperate situations (including explosions, fight scenes, daring escapes, etc.).",
        "isNSFW": false
      }
    },
    {
      "id": 2,
      "type": "genres",
      "href": "/v1/genres/2",
      "attributes": {
        "name": "Adventure",
        "color": "#CAF0FF",
        "symbol": "https://kurozora-cdn.app/2/symbol.png",
        "description": "An adventure story is about a protagonist who journeys to epic or distant places to accomplish something.",
        "isNSFW": false
      }
    }
  ]
}