X (Twitter) · Example Payload

X Api Get2 Users Id Response Example

Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContent

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

Top-level fields

dataerrorsincludes

Example Payload

Raw ↑
{
  "data": {
    "created_at": "2013-12-14T04:35:55Z",
    "id": "2244994945",
    "name": "X Dev",
    "protected": false,
    "username": "TwitterDev"
  },
  "errors": [
    "example_value"
  ],
  "includes": {
    "media": [
      "example_value"
    ],
    "places": [
      "example_value"
    ],
    "polls": [
      "example_value"
    ],
    "topics": [
      "example_value"
    ],
    "tweets": [
      "example_value"
    ],
    "users": [
      "example_value"
    ]
  }
}