Skip to main content
POST
/
tweet-info-bulk
/tweet-info-bulk Return tweet info from multiple tweet links
curl --request POST \
  --url https://api.sorsa.io/v2/tweet-info-bulk \
  --header 'ApiKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tweet_links": [
    "<string>"
  ]
}
'
[
  {
    "bookmark_count": 123,
    "conversation_id_str": "<string>",
    "created_at": "<string>",
    "entities": [
      {
        "link": "<string>",
        "preview": "<string>",
        "type": "<string>"
      }
    ],
    "favorite_count": 123,
    "full_text": "<string>",
    "id_str": "<string>",
    "in_reply_to_status_id_str": "<string>",
    "is_quote_status": true,
    "quote_count": 123,
    "quoted_status": {
      "created_at": "<string>",
      "favorite_count": 123,
      "full_text": "<string>",
      "id_str": "<string>",
      "quote_count": 123,
      "retweet_count": 123,
      "user": {
        "avatar": "<string>",
        "can_dm": true,
        "created_at": "<string>",
        "description": "<string>",
        "followers_count": 123,
        "friends_count": 123,
        "id_str": "<string>",
        "name": "<string>",
        "screen_name": "<string>",
        "statuses_count": 123
      }
    },
    "reply_count": 123,
    "retweet_count": 123,
    "retweeted_status": {
      "created_at": "<string>",
      "favorite_count": 123,
      "full_text": "<string>",
      "id_str": "<string>",
      "quote_count": 123,
      "retweet_count": 123,
      "user": {
        "avatar": "<string>",
        "can_dm": true,
        "created_at": "<string>",
        "description": "<string>",
        "followers_count": 123,
        "friends_count": 123,
        "id_str": "<string>",
        "name": "<string>",
        "screen_name": "<string>",
        "statuses_count": 123
      }
    },
    "user": {
      "avatar": "<string>",
      "can_dm": true,
      "created_at": "<string>",
      "description": "<string>",
      "followers_count": 123,
      "friends_count": 123,
      "id_str": "<string>",
      "name": "<string>",
      "screen_name": "<string>",
      "statuses_count": 123
    },
    "view_count": 123
  }
]

Authorizations

ApiKey
string
header
required

Body

application/json

tweet links or ids required

Response

OK

bookmark_count
integer
conversation_id_str
string
created_at
string
entities
object[]
favorite_count
integer
full_text
string
id_str
string
in_reply_to_status_id_str
string
is_quote_status
boolean
quote_count
integer
quoted_status
object
reply_count
integer
retweet_count
integer
retweeted_status
object
user
object
view_count
integer