---
title: "Stream current TV game of a TV channel"
method: GET
path: "/api/tv/{channel}/feed"
tags: ["TV"]
---

# Stream current TV game of a TV channel

`GET /api/tv/{channel}/feed`

Stream positions and moves of a current [TV channel's game](https://lichess.org/tv/rapid) in [ndjson](#description/streaming-with-nd-json).
Try it with `curl https://lichess.org/api/tv/rapid/feed`.

## Path parameters

- `channel` string, required

## Response `200`

The stream of the current TV game of a TV channel.

---

[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)
