Get replies posted by a specific Twitter/X user. Returns the content of each reply along with engagement metrics. Supports pagination.
curl "https://apidirect.io/v1/twitter/user/replies?username=elonmusk&pages=1" \
-H "X-API-Key: YOUR_API_KEY"
{
"replies": [
{
"title": "@elonmusk on X",
"url": "https://twitter.com/elonmusk/status/...",
"date": "2024-03-01 15:20:00",
"author": "elonmusk",
"source": "Twitter (X)",
"domain": "x.com",
"snippet": "@user Indeed, that is correct",
"likes": 5000,
"retweets": 200,
"replies": 300,
"quotes": 50,
"bookmarks": 100,
"views": 500000,
"author_followers": 235918920,
"author_verified": true,
"lang": "en",
"is_reply": true,
"is_quote": false,
"hashtags": [],
"user_mentions": ["user"]
}
],
"username": "elonmusk",
"pages": 1,
"count": 20
}
Replies are tweets that are in response to another tweet. The is_reply field is always true for this endpoint, and user_mentions shows who they replied to.
Each page returns approximately 20 replies. You can fetch up to 10 pages (200 replies) in a single API call.
You only pay for successful requests. The Twitter User Replies API costs $0.006 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key