Skip to main content
GET
/
api
/
v1
/
authors
List authors
curl --request GET \
  --url https://demo.komga.org/api/v1/authors \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "name": "<string>",
    "role": "<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.

Query Parameters

library_id
string
collection_id
string
series_id
string

Response

OK

name
string
required
role
string
required