Get theme details.
This endpoint will retrieve the details of a specific theme.
Path parameters
ID of the theme.
Response
Successful GET Themes Details JSON response
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
apiKeywas added to the APIapi-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
bearerAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
kurozoraBearerwas removed from the APIapi-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
getThemeDetailsremoved and replaced withgetThemesDetailsapi-operation-id-removed
- ○
the endpoint scheme security
kurozoraBearerwas added to the APIapi-security-added
- ○
the endpoint scheme security
apiKeywas removed from the APIapi-security-removed
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○