---
title: "GET /twitter/spaces/detail"
method: GET
path: "/twitter/spaces/detail"
---

# GET /twitter/spaces/detail

`GET /twitter/spaces/detail`

Get spaces detail by space id

## Query parameters

- `space_id` string, string

## Response `200`

Spaces detail

- object
  - `data` SpacesDetail
    - `id` string — Space ID
    - `title` string — Title of the Space
    - `state` string — State of the Space, e.g. NotStarted/Live/Ended
    - `created_at` string — When the Space was created. Example: 2025-12-13T05:54:20.327000Z
    - `scheduled_start` string — Scheduled start time of the Space
    - `updated_at` string — When the Space was last updated
    - `media_key` string — Media key associated with the Space
    - `is_subscribed` boolean — Whether the current user is subscribed to the Space
    - `settings` object — Settings of the Space
      - `conversation_controls` integer — Conversation control type
      - `disallow_join` boolean — Whether users are disallowed from joining
      - `is_employee_only` boolean — Whether only employees can join
      - `is_locked` boolean — Whether the Space is locked
      - `is_muted` boolean — Whether the Space is muted
      - `is_space_available_for_clipping` boolean — Whether the Space is available for clipping
      - `is_space_available_for_replay` boolean — Whether the Space is available for replay
      - `no_incognito` boolean — Whether incognito mode is disabled
      - `narrow_cast_space_type` integer — Narrow cast space type
      - `max_guest_sessions` integer — Maximum number of guest sessions allowed
      - `max_admin_capacity` integer — Maximum number of admins allowed
    - `stats` object — Statistics of the Space
      - `total_replay_watched` integer — Total number of replay views
      - `total_live_listeners` integer — Total number of live listeners
      - `total_participants` integer — Total number of participants
    - `creator` object — Creator of the Space
      - `id` string — User ID of the creator
      - `name` string — Display name of the creator
      - `userName` string — Username (handle) of the creator
      - `location` string — Location of the creator
      - `url` string — URL in creator profile, may be null
      - `description` string — Profile description of the creator
      - `protected` boolean — Whether the creator's tweets are protected
      - `isVerified` boolean — Whether the creator is legacy verified
      - `isBlueVerified` boolean — Whether the creator has Twitter Blue verification
      - `verifiedType` string — Type of verification, may be null
      - `followers` integer — Number of followers
      - `following` integer — Number of following
      - `favouritesCount` integer — Number of favorites
      - `statusesCount` integer — Number of status updates
      - `mediaCount` integer — Number of media posts
      - `createdAt` string — When the creator account was created
      - `coverPicture` string — URL of the cover picture
      - `profilePicture` string — URL of the profile picture
      - `canDm` boolean — Whether the creator can receive DMs
      - `affiliatesHighlightedLabel` object — Affiliate label information, may be empty object
      - `isAutomated` boolean — Whether the account is automated
      - `automatedBy` string — The account that automated this account, if any
    - `participants` object — Participants of the Space grouped by role
      - `admins` object[]
        - `id` string — User ID of the participant, may be null
        - `name` string — Display name of the participant
        - `userName` string — Username (handle) of the participant
        - `location` string — Location of the participant, may be null
        - `url` string — URL in participant profile, may be null
        - `description` string — Profile description, may be null
        - `protected` boolean — Whether the participant's tweets are protected
        - `isVerified` boolean — Whether the participant is legacy verified
        - `isBlueVerified` boolean — Whether the participant has Twitter Blue verification
        - `verifiedType` string — Type of verification, may be null
        - `followers` integer — Number of followers
        - `following` integer — Number of following
        - `favouritesCount` integer — Number of favorites
        - `statusesCount` integer — Number of status updates
        - `mediaCount` integer — Number of media posts
        - `createdAt` string — When the participant account was created, may be null
        - `coverPicture` string — URL of the cover picture, may be null
        - `profilePicture` string — URL of the profile picture
        - `canDm` boolean — Whether the participant can receive DMs
        - `affiliatesHighlightedLabel` object — Affiliate label information, may be empty object
        - `isAutomated` boolean — Whether the account is automated
        - `automatedBy` string — The account that automated this account, if any
        - `participant_info` object — Space-specific participant information
          - `periscope_user_id` string — Periscope user ID of the participant
          - `start_time` string — When this participant joined the Space
          - `is_muted_by_admin` boolean — Whether the participant is muted by an admin
          - `is_muted_by_guest` boolean — Whether the participant is muted by themselves
      - `speakers` object[] — Speaker participants (same structure as admins)
        - `id` string — User ID of the participant, may be null
        - `name` string — Display name of the participant
        - `userName` string — Username (handle) of the participant
      - `listeners` object[] — Listener participants (same structure as admins)
        - `id` string — User ID of the participant, may be null
        - `name` string — Display name of the participant
  - `status` 'success' | 'error' — Status of the request.success or error
  - `msg` string — Message of the request.error message

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api.md) · [All operations](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twitterapi/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/revisions/1b1afaf3df76/schema)
