theme-store
Get specific theme store item details.
This endpoint will retrieve the details of a specific theme store item.
get/theme-store/{themeID}
Path parameters
themeIDinteger required
ID of the theme store item.
Response
Successful GET Theme Store Details JSON response
object required
Example response
{
"data": [
{
"id": 1,
"type": "theme-store",
"href": "/v1/theme-store/1",
"attributes": {
"name": "Tatum Orn",
"screenshot": "https://kurozora-cdn.app/1/Screenshot.jpeg",
"downloadLink": "https://kurozora.app/api/v1/theme-store/1/download"
}
}
]
}Changes
Changed in 4 of the 50 revisions of this API.13
- ○
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
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲