X (Twitter) · Example Payload

X Api Get2 Tweets Search Recent Response Example

Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContent

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

Top-level fields

dataerrorsincludesmeta

Example Payload

Raw ↑
{
  "data": [
    "example_value"
  ],
  "errors": [
    "example_value"
  ],
  "includes": {
    "media": [
      "example_value"
    ],
    "places": [
      "example_value"
    ],
    "polls": [
      "example_value"
    ],
    "topics": [
      "example_value"
    ],
    "tweets": [
      "example_value"
    ],
    "users": [
      "example_value"
    ]
  },
  "meta": {
    "newest_id": "1234567890123456789",
    "next_token": "next_abc123",
    "oldest_id": "1234567890123456789",
    "result_count": "example_value"
  }
}