---
title: "Get official broadcasts"
method: GET
path: "/api/broadcast"
tags: ["Broadcasts"]
---

# Get official broadcasts

`GET /api/broadcast`

Returns active (a round is scheduled or ongoing) official broadcasts sorted by tier. 
After that, returns finished broadcasts sorted by most recent sync time.
Broadcasts are streamed as [ndjson](#description/streaming-with-nd-json).

## Query parameters

- `nb` integer
- `html` boolean
- `live` boolean

## Response `200`

The list of official broadcasts.

## Changes

- **2026-08-19** `29f066e5ebda` — 1 breaking, 1 info
  - the response property `rounds/items/rated` became optional for the status `200`
  - response property `rounds/items/finished` deprecated

[Change history](https://skmtc.dev/lichess/apis/lichess-org-api-reference/changes/api/broadcast/get.md)

---

[API](https://skmtc.dev/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.dev/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/revisions/29f066e5ebda/schema)
