GET :user/lists/:id

Updated on Wed, 2011-07-06 12:07

This method is deprecated and has been replaced by GET lists/show. Please update your applications with the new endpoint.

Show the specified list. Private lists will only be shown if the authenticated user owns the specified list.

Resource URL

http://api.twitter.com/1/:user/lists/:id.format

Parameters

list_id required

The id or slug of the list.

Example Request

GET http://api.twitter.com/1/twitter/lists/team.json

  1. {
  2.   "slug": "team",
  3.   "name": "Team",
  4.   "uri": "/twitter/team",
  5.   "subscriber_count": 76386,
  6.   "id_str": "574",
  7.   "member_count": 353,
  8.   "mode": "public",
  9.   "id": 574,
  10.   "full_name": "@twitter/team",
  11.   "description": "",
  12.   "user": {
  13.     "profile_sidebar_border_color": "EEEEEE",
  14.     "name": "Twitter",
  15.     "profile_background_tile": false,
  16.     "profile_sidebar_fill_color": "F6F6F6",
  17.     "created_at": "Tue Feb 20 14:35:54 +0000 2007",
  18.     "profile_image_url": "http://a2.twimg.com/profile_images/1124040897/at-twitter_normal.png",
  19.     "location": "San Francisco, CA",
  20.     "profile_link_color": "038543",
  21.     "is_translator": false,
  22.     "follow_request_sent": false,
  23.     "id_str": "783214",
  24.     "url": "http://twitter.com",
  25.     "contributors_enabled": true,
  26.     "favourites_count": 2,
  27.     "utc_offset": -28800,
  28.     "id": 783214,
  29.     "listed_count": 53308,
  30.     "profile_use_background_image": true,
  31.     "lang": "ko",
  32.     "protected": false,
  33.     "followers_count": 4199100,
  34.     "profile_text_color": "333333",
  35.     "time_zone": "Pacific Time (US & Canada)",
  36.     "notifications": false,
  37.     "geo_enabled": true,
  38.     "verified": true,
  39.     "profile_background_color": "ACDED6",
  40.     "description": "Always wondering what's happening. ",
  41.     "friends_count": 390,
  42.     "statuses_count": 1932,
  43.     "profile_background_image_url": "http://a2.twimg.com/a/1295550980/images/themes/theme18/bg.gif",
  44.     "screen_name": "twitter",
  45.     "show_all_inline_media": true,
  46.     "following": true
  47.   },
  48.   "following": true
  49. }