download.darkworld.site.getState

kris.darkworld.download

Documentation

Return the normalized website state used by darkworld.download clients.

main query

Return the normalized website state used by darkworld.download clients.

Output

Encodingapplication/json
Schema#output
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "#output",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "Return the normalized website state used by darkworld.download clients."
}
output object

No description available.

Properties

favoriteAlbums array of string Required

No description available.

favoriteArtists array of string Required

No description available.

favoriteDeltaruneCharacters array of string Required

No description available.

favoriteGames array of string Required

No description available.

titleColors string Required

Named title color mode for the site.

Known values: none, enby, trans, pan, latvia
useSusieProphecy boolean Required

Whether to show Susie instead of Kris in prophecy content.

View raw schema
{
  "type": "object",
  "required": [
    "useSusieProphecy",
    "titleColors",
    "favoriteGames",
    "favoriteArtists",
    "favoriteAlbums",
    "favoriteDeltaruneCharacters"
  ],
  "properties": {
    "titleColors": {
      "type": "string",
      "description": "Named title color mode for the site.",
      "knownValues": [
        "none",
        "enby",
        "trans",
        "pan",
        "latvia"
      ]
    },
    "favoriteGames": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "favoriteAlbums": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "favoriteArtists": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "useSusieProphecy": {
      "type": "boolean",
      "description": "Whether to show Susie instead of Kris in prophecy content."
    },
    "favoriteDeltaruneCharacters": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@