Tweet Reposts API
Fetch repost activity for one tweet and analyze distribution signals.
Common use case
Identify accounts spreading an event, announcement, or market signal.
Query parameters
countMaximum reposts requested.cursorPagination token from response cursor.bottom.Example request
curl --request GET 'https://xai.xxxstrategy.com/v1/tweets/20/reposts?count=5' \
--header 'Authorization: Bearer tw_live_your_api_key'Related endpoint docs
Create an API key from the console to run this endpoint against live Twitter/X data.