GET users/suggestions/:slug/members

Updated on Tue, 2013-04-23 07:27

Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.

Resource URL

https://api.twitter.com/1.1/users/suggestions/:slug/members.json

Parameters

slug required

The short name of list or a category

Example Values: twitter

Example Request

GET

https://api.twitter.com/1.1/users/suggestions/funny/members.json

  1. [
  2.   {
  3.     "name": "Total Frat Move",
  4.     "profile_sidebar_fill_color": "DDEEF6",
  5.     "profile_background_tile": true,
  6.     "profile_sidebar_border_color": "C0DEED",
  7.     "profile_image_url": "http://a0.twimg.com/profile_images/1678357868/tfm-social-icon_normal.png",
  8.     "location": "",
  9.     "created_at": "Sat May 15 11:28:50 +0000 2010",
  10.     "follow_request_sent": false,
  11.     "id_str": "144130505",
  12.     "profile_link_color": "0084B4",
  13.     "is_translator": false,
  14.     "default_profile": false,
  15.     "favourites_count": 2,
  16.     "contributors_enabled": false,
  17.     "url": "http://totalfratmove.com",
  18.     "profile_image_url_https": "https://si0.twimg.com/profile_images/1678357868/tfm-social-icon_normal.png",
  19.     "utc_offset": -21600,
  20.     "id": 144130505,
  21.     "profile_use_background_image": true,
  22.     "listed_count": 1167,
  23.     "profile_text_color": "333333",
  24.     "lang": "en",
  25.     "followers_count": 459357,
  26.     "protected": false,
  27.     "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/157156573/sailboat-background-02.png",
  28.     "geo_enabled": false,
  29.     "description": "",
  30.     "profile_background_color": "F2E8BA",
  31.     "verified": true,
  32.     "notifications": false,
  33.     "time_zone": "Central Time (US & Canada)",
  34.     "statuses_count": 7065,
  35.     "status": {
  36.       "coordinates": null,
  37.       "created_at": "Fri Aug 24 19:05:26 +0000 2012",
  38.       "favorited": false,
  39.       "truncated": false,
  40.       "id_str": "239075966431932418",
  41.       "retweeted_status": {
  42.         "coordinates": null,
  43.         "created_at": "Fri Aug 24 19:05:06 +0000 2012",
  44.         "favorited": false,
  45.         "truncated": false,
  46.         "id_str": "239075883053367297",
  47.         "in_reply_to_user_id_str": null,
  48.         "text": "You don't want to miss this week's Fail Friday. It includes a picture of a Pike in a porno: http://t.co/TypZqAe6",
  49.         "contributors": null,
  50.         "retweet_count": 15,
  51.         "id": 239075883053367297,
  52.         "in_reply_to_status_id_str": null,
  53.         "geo": null,
  54.         "retweeted": false,
  55.         "possibly_sensitive": false,
  56.         "in_reply_to_user_id": null,
  57.         "place": null,
  58.         "source": "<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">HootSuite</a>",
  59.         "in_reply_to_screen_name": null,
  60.         "possibly_sensitive_editable": true,
  61.         "in_reply_to_status_id": null
  62.       },
  63.       "in_reply_to_user_id_str": null,
  64.       "text": "RT @TFMintern: You don't want to miss this week's Fail Friday. It includes a picture of a Pike in a porno: http://t.co/TypZqAe6",
  65.       "contributors": null,
  66.       "retweet_count": 15,
  67.       "id": 239075966431932418,
  68.       "in_reply_to_status_id_str": null,
  69.       "geo": null,
  70.       "retweeted": false,
  71.       "possibly_sensitive": false,
  72.       "in_reply_to_user_id": null,
  73.       "place": null,
  74.       "source": "<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">HootSuite</a>",
  75.       "in_reply_to_screen_name": null,
  76.       "possibly_sensitive_editable": true,
  77.       "in_reply_to_status_id": null
  78.     },
  79.     "profile_background_image_url": "http://a0.twimg.com/profile_background_images/157156573/sailboat-background-02.png",
  80.     "default_profile_image": false,
  81.     "friends_count": 1670,
  82.     "screen_name": "totalfratmove",
  83.     "following": false,
  84.     "show_all_inline_media": true
  85.   }
  86. ]