Sorsa · Example Payload

Sorsa Tweet Info Example

TwitterXSocial MediaData ExtractionReal-Time

Sorsa Tweet Info Example is an example object payload from Sorsa, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.sorsa.io/v3/tweet-info",
    "headers": {
      "ApiKey": "YOUR_API_KEY",
      "Content-Type": "application/json"
    },
    "body": {
      "link": "https://x.com/SorsaApp/status/1700000000000000000"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id_str": "1700000000000000000",
      "full_text": "Sorsa Score now available via /score.",
      "created_at": "2026-04-12T15:14:00Z",
      "favorite_count": 128,
      "retweet_count": 22,
      "reply_count": 9,
      "view_count": 12450,
      "user": {
        "id_str": "1234567890",
        "screen_name": "SorsaApp",
        "name": "Sorsa"
      }
    }
  }
}