GET statuses/:id/retweeted_by

Updated on Wed, 2012-04-18 11:25

Show user objects of up to 100 members who retweeted the status.

Resource URL

http://api.twitter.com/version/statuses/:id/retweeted_by.format

Parameters

id required

The numerical ID of the desired status.

count optional

Specifies the number of retweets to try and retrieve, up to a maximum of 100. The value of count is best thought of as a limit to the number of Tweets to return because suspended or deleted content is removed after the count has been applied.

page optional

Specifies the page of results to retrieve.

Example Values: 3

Example Request

GET

https://api.twitter.com/1/statuses/21947795900469248/retweeted_by.json

  1. [
  2.   {
  3.     "profile_sidebar_border_color": "303030",
  4.     "name": "Keef M",
  5.     "profile_background_tile": false,
  6.     "profile_sidebar_fill_color": "9fbac9",
  7.     "location": "51.525875,-0.082909",
  8.     "profile_image_url": "http://a2.twimg.com/profile_images/1095477108/image_normal.jpg",
  9.     "created_at": "Thu Mar 22 15:35:51 +0000 2007",
  10.     "profile_link_color": "0b57a1",
  11.     "follow_request_sent": false,
  12.     "is_translator": false,
  13.     "id_str": "1891481",
  14.     "contributors_enabled": false,
  15.     "favourites_count": 748,
  16.     "url": "http://www.dataninjitsu.com",
  17.     "utc_offset": 0,
  18.     "id": 1891481,
  19.     "profile_use_background_image": true,
  20.     "listed_count": 36,
  21.     "protected": false,
  22.     "followers_count": 828,
  23.     "profile_text_color": "303030",
  24.     "lang": "en",
  25.     "geo_enabled": true,
  26.     "time_zone": "London",
  27.     "verified": false,
  28.     "notifications": false,
  29.     "profile_background_color": "303030",
  30.     "description": "Tech and gadget enthusiast. iOS Developer with @mobileroadie",
  31.     "friends_count": 1367,
  32.     "profile_background_image_url": "http://a3.twimg.com/profile_background_images/64877359/mqglacierlake.br.jpg",
  33.     "statuses_count": 9567,
  34.     "status": {
  35.       "coordinates": {
  36.         "coordinates": [
  37.           -0.11363983,
  38.           51.50482923
  39.         ],
  40.         "type": "Point"
  41.       },
  42.       "favorited": false,
  43.       "truncated": false,
  44.       "created_at": "Thu Jan 06 19:23:03 +0000 2011",
  45.       "id_str": "23097230730727424",
  46.       "in_reply_to_user_id_str": null,
  47.       "text": "Friggin' HUGE Google Chrome advert  @ BFI London IMAX Cinema http://instagr.am/p/49-g/",
  48.       "contributors": null,
  49.       "id": 23097230730727424,
  50.       "retweet_count": 0,
  51.       "in_reply_to_status_id_str": null,
  52.       "geo": {
  53.         "coordinates": [
  54.           51.50482923,
  55.           -0.11363983
  56.         ],
  57.         "type": "Point"
  58.       },
  59.       "retweeted": false,
  60.       "in_reply_to_user_id": null,
  61.       "source": "<a href=\"http://instagr.am\" rel=\"nofollow\">Instagram</a>",
  62.       "place": {
  63.         "name": "South Bank",
  64.         "country_code": "",
  65.         "country": "United Kingdom",
  66.         "attributes": {
  67.  
  68.         },
  69.         "url": "http://api.twitter.com/1/geo/id/0ab9cb7fb1bef2cc.json",
  70.         "id": "0ab9cb7fb1bef2cc",
  71.         "bounding_box": {
  72.           "coordinates": [
  73.             [
  74.               [
  75.                 -0.120706,
  76.                 51.503845
  77.               ],
  78.               [
  79.                 -0.087999,
  80.                 51.503845
  81.               ],
  82.               [
  83.                 -0.087999,
  84.                 51.50996
  85.               ],
  86.               [
  87.                 -0.120706,
  88.                 51.50996
  89.               ]
  90.             ]
  91.           ],
  92.           "type": "Polygon"
  93.         },
  94.         "full_name": "South Bank, London",
  95.         "place_type": "neighborhood"
  96.       },
  97.       "in_reply_to_screen_name": null,
  98.       "in_reply_to_status_id": null
  99.     },
  100.     "show_all_inline_media": false,
  101.     "screen_name": "keefmoon",
  102.     "following": false
  103.   }
  104. ]