Tweets
Tweet Details
Description
Retrieves the details of a tweet based on its identifier.
Endpoint
GET api/v1/realtime/social/twitter/v1/tweet/{{tweetId}}/details
Parameters
tweetId
Yes
Path Param
String | The unique identifier for X (twitter) tweet whose information is to be retrieved
Tweets Retweets
Description
Retrieves the list of users who retweeted a given tweet.
Endpoint
GET api/v1/realtime/social/twitter/v1/tweet/{{tweetId}}/retweets
Parameters
tweetId
Yes
Path Param
String | The unique identifier for X (twitter) tweet whose information is to be retrieved
Limitation
Results per Request
~100 results
Total Results
No Limit
Tweets Quotes
Description
Retrieves the quotes of a given tweet.
Endpoint
GET api/v1/realtime/social/twitter/v1/tweet/{{tweetId}}/quotes
Parameters
tweetId
Yes
Path Param
String | The unique identifier for X (twitter) tweet whose information is to be retrieved
Limitation
Results per Request
<20 results
Total Results
No Limit
Tweets Replies
Description
Retrieves replies of a given tweet.
Can also be used to retrieve replies of a reply by using the id of that reply. When requesting replies of a reply, the response will contain the original tweet as the first tweet, the second tweet will be the reply to the original (the one that you used the id of in this request) and then the replies of the reply.
Inside the tweets array the first response will look like this:
Original tweet
reply to the original (this is the requested id)
first reply to the reply
second reply to the reply
and so on
After the first response the responses will only contain the replies.
Endpoint
GET api/v1/realtime/social/twitter/v1/tweet/{{tweetId}}/replies
Parameters
tweetId
Yes
Path Param
String | The unique identifier for X (twitter) tweet whose information is to be retrieved
Limitation
Results per Request
10 results
Total Results
~200
Last updated