v1

latestOpenAPI 3.1.12026-07-1711423400.3 KB
theme-store

Retrieve an overview of theme store items.

This endpoint will retrieve an overview of theme store items.

get/theme-store

Response

Successful GET Theme Store JSON response

object required

Example response

{
  "data": [
    {
      "id": 1,
      "type": "theme-store",
      "attributes": {
        "name": "Watermelon",
        "screenshot": "https://kurozora-cdn.app/1/Screenshot.jpeg",
        "downloadLink": "/api/v1/theme-store/1/download"
      }
    },
    {
      "id": 2,
      "type": "theme-store",
      "attributes": {
        "name": "Blueberry",
        "screenshot": "https://kurozora-cdn.app/2/Screenshot.jpeg",
        "downloadLink": "/api/v1/theme-store/2/download"
      }
    }
  ]
}