---
title: "Export one study chapter"
method: GET
path: "/api/study/{studyId}/{chapterId}.pgn"
tags: ["Studies"]
---

# Export one study chapter

`GET /api/study/{studyId}/{chapterId}.pgn`

Download one study chapter in PGN format.
If authenticated, then all public, unlisted, and private study chapters are read.
If not, only public (non-unlisted) study chapters are read.

## Path parameters

- `studyId` string, required
- `chapterId` string, required

## Query parameters

- `clocks` boolean
- `comments` boolean
- `variations` boolean
- `orientation` boolean

## Response `200`

The chapter of the study.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
