# download.darkworld.site.getState

> Published by [darkworld.download](https://lexicon.garden/identity/did:plc:s7cesz7cr6ybltaryy4meb6y)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:s7cesz7cr6ybltaryy4meb6y/download.darkworld.site.getState)
- [Documentation](https://lexicon.garden/lexicon/did:plc:s7cesz7cr6ybltaryy4meb6y/download.darkworld.site.getState/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:s7cesz7cr6ybltaryy4meb6y/download.darkworld.site.getState/examples)

## Definitions

### `download.darkworld.site.getState`

**Type**: `query`

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

#### Output

**Encoding**: `application/json`

### `download.darkworld.site.getState#output`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `color` | `string` | Yes | Colors in which to theme some elements on the site with. |
| `isKriselle` | `boolean` | Yes | Determines if Kris is actually Kriselle and might have figured out their gender identity. |
| `susieProphecy` | `boolean` | Yes | Swap out Kris with Susie in the prophecy panel. |

## Raw Schema

```json
{
  "id": "download.darkworld.site.getState",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "ref": "#output",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Return the normalized website state used by darkworld.download clients."
    },
    "output": {
      "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."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
