---
title: "Get broadcast details"
method: GET
path: "/v1/twitter/spaces/broadcast/{broadcast_id}"
tags: ["Spaces"]
---

# Get broadcast details

`GET /v1/twitter/spaces/broadcast/{broadcast_id}`

Get details of a live video broadcast on Twitter. Returns broadcast metadata including title, current state, media key, dimensions, viewer counts, and timestamps. Useful for monitoring live content on the platform.

## Path parameters

- `broadcast_id` string, required

## Response `200`

Successfully retrieved broadcast details.

- BroadcastData — Live video broadcast data.
  - `id` string, required — Unique broadcast identifier.
  - `title` string, nullable — Title of the broadcast.
  - `state` string, nullable — Current state of the broadcast (e.g., running, ended).
  - `media_key` string, nullable — Media key for the broadcast stream.
  - `created_at` string, nullable — Timestamp when the broadcast was created.
  - `started_at` string, nullable — Timestamp when the broadcast started.
  - `width` integer, nullable — Video width in pixels.
  - `height` integer, nullable — Video height in pixels.
  - `total_viewers` integer, nullable — Total number of viewers.

## Other responses

- `401` — Authentication failed. The API key is missing, invalid, or expired.
- `402` — Insufficient credits. Your account balance has been exhausted. Purchase more credits at https://scrapebadger.com/dashboard/billing.
- `429` — Rate limit exceeded. Too many requests in a given time period. Implement exponential backoff and retry.

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/versions/4a1ef8777baf/schema)
