download.darkworld.site.getState

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

color string Required

Colors in which to theme some elements on the site with.

Known values: enby, trans, pan
isKriselle boolean Required

Determines if Kris is actually Kriselle and might have figured out their gender identity.

susieProphecy boolean Required

Swap out Kris with Susie in the prophecy panel.

View raw schema
{
  "type": "object",
  "required": [
    "color",
    "susieProphecy",
    "isKriselle"
  ],
  "properties": {
    "color": {
      "type": "string",
      "description": "Colors in which to theme some elements on the site with.",
      "knownValues": [
        "enby",
        "trans",
        "pan"
      ]
    },
    "isKriselle": {
      "type": "boolean",
      "description": "Determines if Kris is actually Kriselle and might have figured out their gender identity."
    },
    "susieProphecy": {
      "type": "boolean",
      "description": "Swap out Kris with Susie in the prophecy panel."
    }
  }
}

Lexicon Garden

@