---
title: "For the current user, returns an estimate on how long it would take to finish reading the chapter."
method: GET
path: "/api/Reader/time-left-for-chapter"
tags: ["Reader"]
---

# For the current user, returns an estimate on how long it would take to finish reading the chapter.

`GET /api/Reader/time-left-for-chapter`

For Epubs, this does not check words inside a chapter due to overhead so may not work in all cases.

## Query parameters

- `seriesId` integer
- `chapterId` integer

## Response `200`

OK

- HourEstimateRangeDto
  - `minHours` integer
  - `maxHours` integer
  - `avgHours` number, float
  - `wordCount` integer
  - `pageCount` 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)
