---
title: "Retrieve a chapter"
method: GET
path: "/videos/{videoId}/chapters/{language}"
tags: ["Chapters"]
---

# Retrieve a chapter

`GET /videos/{videoId}/chapters/{language}`

Retrieve a chapter for by video id in a specific language.

## Path parameters

- `videoId` string, required
- `language` string, required

## Response `200`

Success

- Chapter
  - `uri` string
  - `src` string — The link to your VTT file, which contains your chapters information for the video.
  - `language` string

## Other responses

- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/apivideo/apis/api-video.md) · [All operations](https://skmtc.net/apivideo/apis/api-video/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apivideo/api-video/revisions/45ec26f342b6/schema)
