Themes list.
This endpoint will retrieve the themes.
Response
Successful GET Themes 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
}
},
{
"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
}
}
]
}Changes
Changed in 5 of the 50 revisions of this API.16
- ○
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
- ○
- ○
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
- ○