Appearance
Get library filter facets
GET
/api/library/facets
Returns distinct authors and genres from organized books for filter dropdowns
Responses
Distinct authors and genres
application/json
JSON "authors": [ "string" ], "genres": [ "string" ], "languages": [ "string" ], "series": [ "string" ], "uploaders": [ { "id": "string", "label": "string" } ]
{
}
GET
/api/library/facets