This guide walks you through retrieving your Posts that have been Retweeted by others.Documentation Index
Fetch the complete documentation index at: https://docs.x.com/llms.txt
Use this file to discover all available pages before exploring further.
PrerequisitesBefore you begin, you’ll need:
- A developer account with an approved App
- User Access Token (OAuth 1.0a or OAuth 2.0 PKCE)
Why use Retweets of Me?
The Retweets of Me endpoint helps you:- Track engagement — See which of your Posts are being shared
- Understand resonance — Learn what content resonates with your audience
- Inform strategy — Adjust your content strategy based on sharing patterns
Get your Retweeted Posts
cURL
Response
Filter by time range
Get Retweeted Posts from a specific period:cURL
Common parameters
| Parameter | Description | Default |
|---|---|---|
max_results | Results per page (1-100) | 10 |
start_time | Oldest Post timestamp (ISO 8601) | — |
end_time | Newest Post timestamp (ISO 8601) | — |
pagination_token | Token for next page | — |
tweet.fields | Additional Post fields | id, text |
Next steps
Retweets lookup
See who Retweeted a Post
Manage Retweets
Retweet and undo Retweets
API Reference
Full endpoint documentation