Skip to main content
GET
/
api
/
v1
/
books
/
{bookId}
/
progression
Get book progression
curl --request GET \
  --url https://demo.komga.org/api/v1/books/{bookId}/progression \
  --header 'Authorization: Basic <encoded-value>'
{
  "device": {
    "id": "<string>",
    "name": "<string>"
  },
  "locator": {
    "href": "<string>",
    "type": "<string>",
    "koboSpan": "<string>",
    "text": {
      "after": "<string>",
      "before": "<string>",
      "highlight": "<string>"
    },
    "title": "<string>"
  },
  "modified": "2023-11-07T05:31:56Z"
}

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

device
object
required
locator
object
required
modified
string<date-time>
required