Return the normalized website state used by darkworld.download clients.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
Sending request...
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."
}
No description available.
Properties
Whether to show Deltagoon (Deltarune brainrot) in the website.
No description available.
No description available.
No description available.
No description available.
Named title color mode for the site.
Known values: none, enby, trans, pan, latvia
Whether to show Susie instead of Kris in prophecy content.
View raw schema
{
"type": "object",
"required": [
"useSusieProphecy",
"brainrotEnabled",
"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"
}
},
"brainrotEnabled": {
"type": "boolean",
"description": "Whether to show Deltagoon (Deltarune brainrot) in the website."
},
"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"
}
}
}
}