GET lists/members/show

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

Check if the specified user is a member of the specified list.

Resource URL

https://api.twitter.com/1/lists/members/show.format

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.

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.

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.

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/lists/members/show.json?slug=team&owner_screen_name=twitter&screen_name=episod

  1. {
  2.   "profile_sidebar_fill_color": "1d1d1d",
  3.   "expanded_url": "http://about.me/taylorsingletary",
  4.   "profile_sidebar_border_color": "68fa04",
  5.   "name": "Taylor Singletary",
  6.   "profile_background_tile": false,
  7.   "location": "San Francisco, CA",
  8.   "profile_image_url": "http://a2.twimg.com/profile_images/1427536408/may_normal.jpg",
  9.   "created_at": "Wed Mar 07 22:23:19 +0000 2007",
  10.   "follow_request_sent": false,
  11.   "profile_link_color": "892dd8",
  12.   "is_translator": false,
  13.   "id_str": "819797",
  14.   "entities": {
  15.     "urls": [
  16.  
  17.     ],
  18.     "hashtags": [
  19.  
  20.     ],
  21.     "user_mentions": [
  22.  
  23.     ]
  24.   },
  25.   "contributors_enabled": false,
  26.   "default_profile": false,
  27.   "favourites_count": 3200,
  28.   "url": "http://t.co/iiwkNTP",
  29.   "id": 819797,
  30.   "profile_image_url_https": "https://si0.twimg.com/profile_images/1427536408/may_normal.jpg",
  31.   "utc_offset": -28800,
  32.   "listed_count": 257,
  33.   "profile_use_background_image": true,
  34.   "lang": "en",
  35.   "profile_text_color": "d4d4d4",
  36.   "followers_count": 4008,
  37.   "protected": false,
  38.   "profile_background_color": "8c8b91",
  39.   "description": "Reality Technician, Platform/API at Twitter, synthesizer enthusiast, narrator in question, why not?",
  40.   "time_zone": "Pacific Time (US & Canada)",
  41.   "verified": false,
  42.   "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/246345223/threadlessTechnicolourRex_865_31420.jpg",
  43.   "notifications": false,
  44.   "geo_enabled": true,
  45.   "friends_count": 4072,
  46.   "profile_background_image_url": "http://a3.twimg.com/profile_background_images/246345223/threadlessTechnicolourRex_865_31420.jpg",
  47.   "status": {
  48.     "coordinates": null,
  49.     "truncated": false,
  50.     "created_at": "Wed Jul 06 15:11:33 +0000 2011",
  51.     "favorited": false,
  52.     "retweeted_status": {
  53.       "coordinates": null,
  54.       "truncated": false,
  55.       "created_at": "Wed Jul 06 13:52:24 +0000 2011",
  56.       "favorited": false,
  57.       "id_str": "88606222848245760",
  58.       "in_reply_to_user_id_str": null,
  59.       "contributors": null,
  60.       "text": "I think I'm finally ready for an everything2 account (idea) http://bit.ly/oH92YP",
  61.       "id": 88606222848245760,
  62.       "retweet_count": 0,
  63.       "in_reply_to_status_id_str": null,
  64.       "geo": null,
  65.       "retweeted": false,
  66.       "in_reply_to_user_id": null,
  67.       "source": "<a href=\"http://twitterfeed.com\" rel=\"nofollow\">twitterfeed</a>",
  68.       "in_reply_to_screen_name": null,
  69.       "place": null,
  70.       "in_reply_to_status_id": null
  71.     },
  72.     "id_str": "88626140578725888",
  73.     "in_reply_to_user_id_str": null,
  74.     "contributors": null,
  75.     "text": "RT @everything2com: I think I'm finally ready for an everything2 account (idea) http://bit.ly/oH92YP",
  76.     "id": 88626140578725888,
  77.     "retweet_count": 0,
  78.     "in_reply_to_status_id_str": null,
  79.     "geo": null,
  80.     "retweeted": false,
  81.     "in_reply_to_user_id": null,
  82.     "source": "<a href=\"http://sites.google.com/site/yorufukurou/\" rel=\"nofollow\">YoruFukurou</a>",
  83.     "in_reply_to_screen_name": null,
  84.     "place": null,
  85.     "in_reply_to_status_id": null
  86.   },
  87.   "statuses_count": 12599,
  88.   "display_url": "about.me/taylorsingleta…",
  89.   "default_profile_image": false,
  90.   "screen_name": "episod",
  91.   "following": true,
  92.   "show_all_inline_media": true
  93. }