v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Search

Spaces Information

Returns detailed information about a Twitter Space by its ID. Includes the Space's metadata (title, current state, scheduled start time), full creator profile, and participant breakdown by role: admins, speakers, and listeners. Also exposes access settings such as lock status, join restrictions, and replay or clipping availability, along with live stats like total listeners and replay views.

get/spaces

Query parameters

idstring

The unique identifier of the place (Space ID)

linkstring

Full link to the place (Space link, e.g. https://twitter.com/i/spaces/1lPKqBajQrWGb)

Response

OK

created_atinteger
idstring
is_subscribedboolean
media_keystring
scheduled_startinteger
statestring
titlestring
updated_atinteger

Example response

{
  "creator": {
    "created_at": "2009-06-02T20:12:29Z",
    "description": "Bio text",
    "display_name": "Elon Musk",
    "favourites_count": 1200,
    "followers_count": 100000,
    "followings_count": 500,
    "id": "44196397",
    "location": "Austin, TX",
    "media_count": 300,
    "profile_background_image_url": "https://pbs.twimg.com/profile_banners/44196397/123",
    "profile_image_url": "https://pbs.twimg.com/profile_images/123/photo.jpg",
    "tweets_count": 5000,
    "username": "elonmusk",
    "verified": true
  }
}