---
title: "Export one round as PGN"
method: GET
path: "/api/broadcast/round/{broadcastRoundId}.pgn"
tags: ["Broadcasts"]
---

# Export one round as PGN

`GET /api/broadcast/round/{broadcastRoundId}.pgn`

Download all games of a single round of a broadcast tournament in PGN format.
You *could* poll this endpoint to get updates about a tournament, but it would be slow,
and very inefficient.
Instead, consider [streaming the tournament](#tag/broadcasts/GET/api/stream/broadcast/round/{broadcastRoundId}.pgn) to get
a new PGN every time a game is updated, in real-time.

## Path parameters

- `broadcastRoundId` string, required

## Query parameters

- `clocks` boolean
- `comments` boolean

## Response `200`

The PGN representation of the round.

---

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