---
title: "Get best ongoing games of a TV channel"
method: GET
path: "/api/tv/{channel}"
tags: ["TV"]
---

# Get best ongoing games of a TV channel

`GET /api/tv/{channel}`

Get a list of ongoing games for a given TV channel. Similar to [lichess.org/games](https://lichess.org/games).
Available in PGN or [ndjson](#description/streaming-with-nd-json) format, depending on the request `Accept` header.

## Path parameters

- `channel` string, required

## Query parameters

- `nb` integer
- `moves` boolean
- `pgnInJson` boolean
- `tags` boolean
- `clocks` boolean
- `opening` boolean

## Headers

- `Accept` 'application/x-chess-pgn' | 'application/x-ndjson'

## Response `200`

The representation of the games.

---

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