API Direct
Endpoints
Twitter Tweet Retweets

Twitter Tweet Retweets

GET /v1/twitter/tweet/retweets
Documentation

Get the users who retweeted a specific tweet. Returns profile details for each user who retweeted. Supports pagination.

Cost
$0.006 per page
Free tier
50 requests/month

Parameters

tweet_id *
Numeric tweet ID
pages
Number of pages to fetch, 1-10 (default: 1)

Example Request

curl "https://apidirect.io/v1/twitter/tweet/retweets?tweet_id=1631781099415257088&pages=1" \
  -H "X-API-Key: YOUR_API_KEY"

Example Response

{
  "retweets": [
    {
      "username": "user123",
      "name": "Example User",
      "user_id": "123456789",
      "description": "Retweeted this!",
      "followers_count": 1000,
      "following_count": 500,
      "tweet_count": 3000,
      "verified": false,
      "profile_image_url": "https://pbs.twimg.com/profile_images/.../photo.jpg",
      "created_at": "2019-05-20 08:15:00",
      "url": "https://twitter.com/user123"
    }
  ],
  "tweet_id": "1631781099415257088",
  "pages": 1,
  "count": 20
}

Your Usage

Free tier this month
Loading...
Recent Activity