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
      }
    }
  ]
}

Changes

Changed in 5 of the 50 revisions of this API.17

    • the endpoint scheme security apiKey was added to the API

      api-security-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security kurozoraBearer was removed from the API

      api-security-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id getThemeDetails removed and replaced with getThemesDetails

      api-operation-id-removed

    • the endpoint scheme security kurozoraBearer was added to the API

      api-security-added

    • the endpoint scheme security apiKey was removed from the API

      api-security-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog