X (Twitter) · Example Payload

X Api Poll Example

Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContent

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

Top-level fields

duration_minutesend_datetimeidoptionsvoting_status

Example Payload

Raw ↑
{
  "duration_minutes": 42,
  "end_datetime": "2026-04-17T12:00:00Z",
  "id": "1365059861688410112",
  "options": [
    "example_value"
  ],
  "voting_status": "closed"
}