Skip to content

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"
  
  
}
  
]
}

Samples