X (Twitter) · Example Payload

X Api User Example

An example resource.

Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContent

X Api User 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

affiliationconnection_statuscreated_atdescriptionentitiesidlocationmost_recent_tweet_idnamepinned_tweet_id

Example Payload

Raw ↑
{
  "affiliation": {
    "badge_url": "https://x.com/exampleuser",
    "description": "An example resource.",
    "url": "https://x.com/exampleuser",
    "user_id": [
      "1234567890123456789"
    ]
  },
  "connection_status": [
    "follow_request_sent"
  ],
  "created_at": "example_value",
  "description": "An example resource.",
  "entities": {
    "description": "An example resource.",
    "url": {
      "urls": [
        {}
      ]
    }
  },
  "id": "2244994945",
  "location": "example_value",
  "most_recent_tweet_id": "1346889436626259968",
  "name": "Example User",
  "pinned_tweet_id": "1346889436626259968"
}