GET
/api/themes
curl \
-X GET https://lztup.toil.cc/api/themes
Response examples (200)
[
{
"theme_id": 42,
"name": "string",
"file_url": "string",
"accent_color": "string",
"text_color": "string",
"active": true,
"authors": [
{
"author_id": 42,
"user_id": 42,
"username": "string",
"created_at": 42
}
],
"created_at": 42
}
]
Response examples (503)
{
"detail": "Can't connect to MySQL server on '[SERVER]'"
}