GET lists/subscribers/show

Updated on Thu, 2013-03-07 10:28

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Resource URL

https://api.twitter.com/1.1/lists/subscribers/show.json

Parameters

Either a list_id or a slug is required. If providing a list_slug, an owner_screen_name or owner_id is also required.

owner_screen_name optional

The screen name of the user who owns the list being requested by a slug.

owner_id optional

The user ID of the user who owns the list being requested by a slug.

list_id required

The numerical id of the list.

slug required

You can identify a list by its slug instead of its numerical id. If you decide to do so, note that you'll also have to specify the list owner using the owner_id or owner_screen_name parameters.

user_id required

The ID of the user for whom to return results for. Helpful for disambiguating when a valid user ID is also a valid screen name.

screen_name required

The screen name of the user for whom to return results for. Helpful for disambiguating when a valid screen name is also a user ID.

include_entities optional

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 details.

skip_status optional

When set to either true, t or 1 statuses will not be included in the returned user objects.

Example Request

GET

https://api.twitter.com/1.1/lists/subscribers/show.json?slug=team&owner_screen_name=twitter&screen_name=episod

  1. {
  2.   "id": "819797",
  3.   "id_str": "819797",
  4.   "is_translator": false,
  5.   "default_profile": false,
  6.   "entities": {
  7.     "url": {
  8.       "urls": [
  9.         {
  10.           "url": "http://t.co/Lxw7upbN",
  11.           "indices": [
  12.             0,
  13.             20
  14.           ],
  15.           "display_url": "rebelmouse.com/episod/",
  16.           "expanded_url": "http://www.rebelmouse.com/episod/"
  17.         }
  18.       ]
  19.     },
  20.     "description": {
  21.       "urls": []
  22.     }
  23.   },
  24.   "show_all_inline_media": true,
  25.   "profile_use_background_image": true,
  26.   "profile_text_color": "D20909",
  27.   "utc_offset": -28800,
  28.   "listed_count": 341,
  29.   "name": "Taylor Singletary",
  30.   "notifications": false,
  31.   "profile_sidebar_border_color": "000000",
  32.   "geo_enabled": true,
  33.   "follow_request_sent": false,
  34.   "url": "http://t.co/Lxw7upbN",
  35.   "lang": "en",
  36.   "profile_image_url_https": "https://si0.twimg.com/profile_images/2574556418/dk93ji5e3w4rwscaabt3_normal.png",
  37.   "created_at": "Wed Mar 07 22:23:19 +0000 2007",
  38.   "protected": false,
  39.   "followers_count": 7180,
  40.   "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/643655842/hzfv12wini4q60zzrthg.png",
  41.   "screen_name": "episod",
  42.   "profile_background_tile": true,
  43.   "friends_count": 5452,
  44.   "profile_sidebar_fill_color": "FBFBFB",
  45.   "description": "Reality Technician, Twitter API team, synthesizer enthusiast; a most excellent adventure in timelines. Missive commander.",
  46.   "time_zone": "Pacific Time (US & Canada)",
  47.   "default_profile_image": false,
  48.   "location": "San Francisco, CA",
  49.   "profile_image_url": "http://a0.twimg.com/profile_images/2574556418/dk93ji5e3w4rwscaabt3_normal.png",
  50.   "profile_banner_url": "https://si0.twimg.com/profile_banners/819797/1346803502",
  51.   "favourites_count": 16076,
  52.   "following": true,
  53.   "profile_background_color": "000000",
  54.   "verified": false,
  55.   "statuses_count": 18132,
  56.   "status": {
  57.     "entities": {
  58.       "urls": [
  59.         {
  60.           "url": "http://t.co/4mdAn0tF",
  61.           "indices": [
  62.             16,
  63.             36
  64.           ],
  65.           "display_url": "youtube.com/watch?v=pPkNtgā€¦",
  66.           "expanded_url": "http://www.youtube.com/watch?v=pPkNtg3Fvwk&feature=youtube_gdata_player"
  67.         }
  68.       ],
  69.       "hashtags": [],
  70.       "user_mentions": []
  71.     },
  72.     "geo": null,
  73.     "place": null,
  74.     "in_reply_to_screen_name": null,
  75.     "in_reply_to_user_id": null,
  76.     "retweeted": false,
  77.     "in_reply_to_status_id": null,
  78.     "created_at": "Wed Sep 05 15:57:09 +0000 2012",
  79.     "possibly_sensitive": false,
  80.     "in_reply_to_status_id_str": null,
  81.     "contributors": null,
  82.     "favorited": false,
  83.     "source": "<a href=\"http://www.apple.com\" rel=\"nofollow\">YouTube on iOS</a>",
  84.     "in_reply_to_user_id_str": null,
  85.     "retweet_count": 0,
  86.     "id": "< Unable to parse in Javascript >",
  87.     "id_str": "243377236902821888",
  88.     "coordinates": null,
  89.     "truncated": false,
  90.     "text": "Current status  http://t.co/4mdAn0tF"
  91.   },
  92.   "contributors_enabled": false,
  93.   "profile_background_image_url": "http://a0.twimg.com/profile_background_images/643655842/hzfv12wini4q60zzrthg.png",
  94.   "profile_link_color": "C71818"
  95. }