List authors' names
GEThttps://demo.komga.org/api/v1/authors/names
List authors' names
Request
Query Parameters
search string
Default value:
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
string
[
"string"
]
Bad Request
- */*
- Schema
- Example (auto)
Schema
violations object[]required
{
"violations": [
{
"fieldName": "string",
"message": "string"
}
]
}
Authorization: http
name: basicAuthtype: httpscheme: basic
- curl
- python
- nodejs
- java
- kotlin
- powershell
- swift
- rust
- CURL
curl -L 'https://demo.komga.org/api/v1/authors/names' \
-H 'Accept: application/json' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+'
ResponseClear