v1

latestOpenAPI 3.1.02026-07-26180242448.0 KB
Spaces

Get Space details

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.

get/v1/twitter/spaces/{space_id}

Path parameters

space_idstring required
Example:1eaJbrPZRwOKX

The unique ID of the Twitter Space.

Response

Successfully retrieved Space details.

idstring required

Unique Space identifier.

titlestring nullable

Title of the Space.

statestring nullable

Current state of the Space (e.g., live, scheduled, ended).

created_atstring nullable

Timestamp when the Space was created.

started_atstring nullable

Timestamp when the Space started.

ended_atstring nullable

Timestamp when the Space ended.

creator_idstring nullable

Numeric ID of the Space creator.

creator_usernamestring nullable

Username of the Space creator.

creator_namestring nullable

Display name of the Space creator.

participant_countinteger nullable

Current number of participants.

total_participatedinteger nullable

Total number of users who participated.

total_live_listenersinteger nullable

Number of live listeners.

is_ticketedboolean nullable

Whether the Space requires a ticket.

scheduled_startstring nullable

Scheduled start time for upcoming Spaces.

Example response

{
  "id": "1eaJbrPZRwOKX"
}