X (Twitter) · Example Payload

X Api Space Example

Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContent

X Api Space Example is an example object payload from X (Twitter), with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

created_atcreator_idended_athost_idsidinvited_user_idsis_ticketedlangparticipant_countscheduled_start

Example Payload

Raw ↑
{
  "created_at": "2021-07-06T18:40:40.000Z",
  "creator_id": "2244994945",
  "ended_at": "2021-07-06T18:40:40.000Z",
  "host_ids": [
    "1234567890123456789"
  ],
  "id": "1SLjjRYNejbKM",
  "invited_user_ids": [
    "1234567890123456789"
  ],
  "is_ticketed": "false",
  "lang": "en",
  "participant_count": 10,
  "scheduled_start": "2021-07-06T18:40:40.000Z"
}