---
title: "Based on the delta times between when chapters are added, for series that are not Completed/Cancelled/Hiatus, forecast the next
date when it will be available."
method: GET
path: "/api/Series/next-expected"
tags: ["Series"]
---

# Based on the delta times between when chapters are added, for series that are not Completed/Cancelled/Hiatus, forecast the next
date when it will be available.

`GET /api/Series/next-expected`

## Query parameters

- `seriesId` integer

## Response `200`

OK

- NextExpectedChapterDto
  - `chapterNumber` number, float
  - `volumeNumber` number, float
  - `expectedDate` string, date-time, nullable
  - `title` string, nullable

---

[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/revisions/3bd8363f0a4e/schema)
