---
title: "Get specific theme details."
method: GET
path: "/themes/{themeID}"
tags: ["themes"]
---

# Get specific theme details.

`GET /themes/{themeID}`

This endpoint will retrieve the details of a specific theme.

## Path parameters

- `themeID` integer, required

## Response `200`

Successful GET Theme Details JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-05-13** `85ac20c1b7bb` — 3 info
  - api operation id `getThemeDetails` removed and replaced with `getThemesDetails`
  - the endpoint scheme security `kurozoraBearer` was added to the API
  - the endpoint scheme security `apiKey` was removed from the API

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/themes/:themeID/get.md)

---

[API](https://skmtc.dev/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.dev/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/kurozora/apis/kurozora-api/revisions/ea994102e8fc?raw)
