v1

latestOpenAPI 3.1.12026-07-1711423400.3 KB
themes

Get theme details.

This endpoint will retrieve the details of a specific theme.

get/themes/{themeID}

Path parameters

themeIDinteger required

ID of the theme.

Response

Successful GET Themes Details 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
      }
    }
  ]
}