---
title: "Retrieves a chapter of a given book"
method: GET
path: "/v1/books/{book_id}/chapters/{id}"
tags: ["books"]
---

# Retrieves a chapter of a given book

`GET /v1/books/{book_id}/chapters/{id}`

Retrieves a specific chapter of a given book by id, use "random" to get a random chapter.

## Path parameters

- `book_id` union, required
  - string, uuid
  - string
- `id` union, required
  - string, uuid
  - string

## Response `200`

A single chapter

## Other responses

- `404` — Book or Chapter not found

---

[API](https://skmtc.net/potterdb/apis/potter-db-api.md) · [All operations](https://skmtc.net/potterdb/apis/potter-db-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/potterdb/potter-db-api/revisions/c93c6145fb19/schema)
