Skip to main content
POST
/
api
/
v1
/
series
/
list
/
alphabetical-groups
List series groups
curl --request POST \
  --url https://demo.komga.org/api/v1/series/list/alphabetical-groups \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "condition": {
    "ageRating": {
      "operator": "<string>",
      "value": "<unknown>"
    }
  },
  "fullTextSearch": "<string>"
}
'
[
  {
    "count": 123,
    "group": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
condition
object

Response

OK

count
integer<int32>
required
group
string
required