twit.sh Retweeted By is a paid API for AI agents from twit.sh, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Returns a paginated list of Twitter/X users who have retweeted a specific tweet, identified by numeric tweet ID.
Real-time Twitter/X data for AI agents. No sign-up, no API keys. Pay per request in USDC on Base via x402. Fully autonomous.
A JSON array of user objects for each account that retweeted the specified tweet. Each object includes the user's numeric ID, username, display name, verified status, bio description, and public metrics (followers count, following count, tweet count, like count). A meta object with a next_token is included when more pages of results are available.
GEThttps://twit.sh/tweets/retweeted_byUse this endpoint when you need to identify the specific users who retweeted a given tweet — for audience analysis, influencer discovery, campaign monitoring, or community mapping. It is preferable to scraping or manual lookup because it returns structured user profile data including follower metrics, requires no API key registration, and is payable autonomously per-request via USDC on Base. Choose this over search-based endpoints when you have a known tweet ID and want the retweet audience rather than the tweet content itself.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"data": [
{
"id": "9253672",
"name": "Hal Finney",
"username": "halfin",
"verified": false,
"description": "Running bitcoin.",
"public_metrics": {
"like_count": 300,
"tweet_count": 600,
"followers_count": 134000,
"following_count": 200
}
}
],
"meta": {
"next_token": "abc123"
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"