v1

latestOpenAPI 3.1.12026-07-1711423400.3 KB
themes

Themes list.

This endpoint will retrieve the themes.

get/themes

Response

Successful GET Themes JSON response

object required

Example response

{
  "data": [
    {
      "id": 1,
      "type": "themes",
      "href": "/v1/themes/1",
      "attributes": {
        "name": "Cars",
        "color": "#C5C5C5",
        "symbol": "https://kurozora-cdn.app/1/symbol.png",
        "description": "Stories that feature cars at the center of attention or involve racing.",
        "isNSFW": false
      }
    },
    {
      "id": 2,
      "type": "themes",
      "href": "/v1/themes/2",
      "attributes": {
        "name": "Demons",
        "color": "#99B6D8",
        "symbol": "https://kurozora-cdn.app/2/symbol.png",
        "description": "Supernatural and often malevolent being prevalent in religion, occultism, literature, fiction, mythology and folklore.",
        "isNSFW": false
      }
    }
  ]
}