---
title: "Continue point is the chapter which you should start reading again from. If there is no progress on a series, then the first chapter will be returned (non-special unless only specials).
Otherwise, loop through the chapters and volumes in order to find the next chapter which has progress."
method: GET
path: "/api/Reader/continue-point"
tags: ["Reader"]
---

# Continue point is the chapter which you should start reading again from. If there is no progress on a series, then the first chapter will be returned (non-special unless only specials).
Otherwise, loop through the chapters and volumes in order to find the next chapter which has progress.

`GET /api/Reader/continue-point`

## Query parameters

- `seriesId` integer

## Response `200`

OK

- ChapterDto
  - `id` integer
  - `range` string, nullable
  - `number` string, nullable
  - `minNumber` number, float
  - `maxNumber` number, float
  - `sortOrder` number, float
  - `pages` integer
  - `isSpecial` boolean
  - `title` string, nullable
  - `files` MangaFileDto[], nullable
    - `id` integer
    - `filePath` string, nullable
    - `pages` integer
    - `bytes` integer
    - `format` 0 | 1 | 2 | 3 | 4 — Members: - `0` — Image - `1` — Archive - `2` — Unknown - `3` — EPUB (Epub) - `4` — PDF (Pdf)
    - `created` string, date-time
    - `extension` string, nullable
    - `koreaderHash` string, nullable
  - `pagesRead` integer
  - `totalReads` integer
  - `lastReadingProgressUtc` string, date-time
  - `lastReadingProgress` string, date-time
  - `coverImageLocked` boolean
  - `volumeId` integer
  - `createdUtc` string, date-time
  - `lastModifiedUtc` string, date-time
  - `created` string, date-time
  - `releaseDate` string, date-time
  - `titleName` string, nullable
  - `summary` string, nullable
  - `ageRating` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -1 — Members: - `0` — Unknown - `1` — Rating Pending (RatingPending) - `2` — Early Childhood (EarlyChildhood) - `3` — Everyone - `4` — G - `5` — Everyone 10+ (Everyone10Plus) - `6` — PG - `7` — Kids to Adults (KidsToAdults) - `8` — Teen - `9` — MA15+ (Mature15Plus) - `10` — Mature 17+ (Mature17Plus) - `11` — M (Mature) - `12` — R18+ (R18Plus) - `13` — Adults Only 18+ (AdultsOnly) - `14` — X18+ (X18Plus) - `-1` — Not Applicable (NotApplicable)
  - `wordCount` integer
  - `volumeTitle` string, nullable
  - `minHoursToRead` integer
  - `maxHoursToRead` integer
  - `avgHoursToRead` number, float
  - `webLinks` string, nullable
  - `isbn` string, nullable
  - `writers` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `coverArtists` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `publishers` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `characters` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `pencillers` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `inkers` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `imprints` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `colorists` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `letterers` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `editors` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `translators` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `teams` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `locations` PersonDto[], nullable
    - `id` integer
    - `name` string, nullable, required
    - `coverImageLocked` boolean
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `coverImage` string, nullable
    - `aliases` string[], nullable
    - `description` string, nullable
    - `asin` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` string, nullable
    - `webLinks` string[], nullable
    - `roles` PersonRole[], nullable
  - `genres` GenreTagDto[], nullable
    - `id` integer
    - `title` string, nullable, required
  - `tags` TagDto[], nullable
    - `id` integer
    - `title` string, nullable, required
  - `publicationStatus` 0 | 1 | 2 | 3 | 4 — Members: - `0` — Ongoing (OnGoing) - `1` — Hiatus - `2` — Completed - `3` — Cancelled - `4` — Ended
  - `language` string, nullable
  - `count` integer
  - `totalCount` integer
  - `languageLocked` boolean
  - `summaryLocked` boolean
  - `ageRatingLocked` boolean
  - `publicationStatusLocked` boolean
  - `genresLocked` boolean
  - `tagsLocked` boolean
  - `writerLocked` boolean
  - `characterLocked` boolean
  - `coloristLocked` boolean
  - `editorLocked` boolean
  - `inkerLocked` boolean
  - `imprintLocked` boolean
  - `lettererLocked` boolean
  - `pencillerLocked` boolean
  - `publisherLocked` boolean
  - `translatorLocked` boolean
  - `teamLocked` boolean
  - `locationLocked` boolean
  - `coverArtistLocked` boolean
  - `releaseDateLocked` boolean
  - `titleNameLocked` boolean
  - `sortOrderLocked` boolean
  - `coverImage` string, nullable
  - `primaryColor` string, nullable
  - `secondaryColor` string, nullable
  - `format` 0 | 1 | 2 | 3 | 4 — Members: - `0` — Image - `1` — Archive - `2` — Unknown - `3` — EPUB (Epub) - `4` — PDF (Pdf)
  - `aniListId` integer
  - `malId` integer
  - `hardcoverId` integer
  - `metronId` integer
  - `comicVineId` string, nullable
  - `mangaBakaId` integer
  - `cbrId` integer

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/versions/cc7f90a35897/schema)
