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

# Get Space details

`GET /v1/twitter/spaces/{space_id}`

Get details of a Twitter Space (audio room). Returns Space metadata including title, current state, creator information, participant counts, and scheduling details. Useful for monitoring live audio content and upcoming events.

## Path parameters

- `space_id` string, required

## Response `200`

Successfully retrieved Space details.

- SpaceData — Twitter Space (audio room) data.
  - `id` string, required — Unique Space identifier.
  - `title` string, nullable — Title of the Space.
  - `state` string, nullable — Current state of the Space (e.g., live, scheduled, ended).
  - `created_at` string, nullable — Timestamp when the Space was created.
  - `started_at` string, nullable — Timestamp when the Space started.
  - `ended_at` string, nullable — Timestamp when the Space ended.
  - `creator_id` string, nullable — Numeric ID of the Space creator.
  - `creator_username` string, nullable — Username of the Space creator.
  - `creator_name` string, nullable — Display name of the Space creator.
  - `participant_count` integer, nullable — Current number of participants.
  - `total_participated` integer, nullable — Total number of users who participated.
  - `total_live_listeners` integer, nullable — Number of live listeners.
  - `is_ticketed` boolean, nullable — Whether the Space requires a ticket.
  - `scheduled_start` string, nullable — Scheduled start time for upcoming Spaces.

## 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/revisions/4a1ef8777baf/schema)
