Skip to main content
GET
/
api
/
v1
/
books
/
{bookId}
/
positions
List book's positions
curl --request GET \
  --url https://demo.komga.org/api/v1/books/{bookId}/positions \
  --header 'Authorization: Basic <encoded-value>'
{
  "positions": [
    {
      "href": "<string>",
      "type": "<string>",
      "koboSpan": "<string>",
      "text": {
        "after": "<string>",
        "before": "<string>",
        "highlight": "<string>"
      },
      "title": "<string>"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

bookId
string
required

Response

OK

positions
object[]
required
total
integer<int32>
required