GET statuses/:id/retweeted_by/ids
Show user ids of up to 100 users who retweeted the status.
URL
http://api.twitter.com/version/statuses/:id/retweeted_by/ids.format
Supported formats
xml, json
Supported request methods
GET
Requires Authentication
Rate Limited
Parameters
Required
-
id
The numerical ID of the desired status.
- http://api.twitter.com/1/statuses/2404341/retweeted_by/ids.xml
Optional
-
count
Specifies the number of records to retrieve. Must be less than or equal to 100.
- http://api.twitter.com/1/statuses/2404341/retweeted_by/ids.xml?count=5
-
page
Specifies the page of results to retrieve.
- http://api.twitter.com/1/statuses/2404341/retweeted_by/ids.xml?page=3
-
trim_user
When set to either true, t or 1, each tweet returned in a timeline will include a user object including only the status authors numerical ID. Omit this parameter to receive the complete user object.
- http://api.twitter.com/1/statuses/2404341/retweeted_by/ids.xml?trim_user=true
-
include_entities
When set to either true, t or 1, each tweet will include a node called "entities,". This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags. While entities are opt-in on timelines at present, they will be made a default component of output in the future. See Tweet Entities for more detail on entities.
- http://api.twitter.com/1/statuses/2404341/retweeted_by/ids.xml?include_entities=true