Returns all lists the authenticating or specified user subscribes to, including their own. The user is specified using the user_id or screen_name parameters. If no user is given, the authenticating user is used.
Resource URL
Parameters
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.
Example Values: 12345
Note:: Specifies the ID of the user to return results for. Helpful for disambiguating when a valid user ID is also a valid screen name.
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.
Example Values: noradio
Example Request
GET | |
[
{
"slug": "meetup-20100301",
"name": "meetup-20100301",
"uri": "/twitterapi/meetup-20100301",
"created_at": "Sat Feb 27 21:39:24 +0000 2010",
"id_str": "8044403",
"subscriber_count": 144,
"member_count": 116,
"mode": "public",
"id": 8044403,
"full_name": "@twitterapi/meetup-20100301",
"description": "Guests attending the Twitter meetup on 1 March 2010 at the @twoffice",
"user": {
"profile_sidebar_fill_color": "DDEEF6",
"profile_background_tile": false,
"profile_sidebar_border_color": "C0DEED",
"name": "Twitter API",
"created_at": "Wed May 23 06:01:13 +0000 2007",
"profile_image_url": "http://a0.twimg.com/profile_images/2284174872/7df3h38zabcvjylnyfe3_normal.png",
"location": "San Francisco, CA",
"is_translator": false,
"id_str": "6253282",
"profile_link_color": "0084B4",
"follow_request_sent": false,
"contributors_enabled": true,
"url": "http://dev.twitter.com",
"default_profile": true,
"favourites_count": 24,
"profile_image_url_https": "https://si0.twimg.com/profile_images/2284174872/7df3h38zabcvjylnyfe3_normal.png",
"utc_offset": -28800,
"id": 6253282,
"listed_count": 10649,
"profile_use_background_image": true,
"followers_count": 1173572,
"profile_text_color": "333333",
"lang": "en",
"protected": false,
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
"geo_enabled": true,
"time_zone": "Pacific Time (US & Canada)",
"verified": true,
"description": "The Real Twitter API. I tweet about API changes, service issues and happily answer questions about Twitter and our API. Don't get an answer? It's on my website.",
"notifications": false,
"profile_background_color": "C0DEED",
"friends_count": 31,
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
"statuses_count": 3326,
"default_profile_image": false,
"following": false,
"screen_name": "twitterapi",
"show_all_inline_media": false
},
"following": false
},
{
"slug": "team",
"name": "team",
"uri": "/twitterapi/team",
"created_at": "Wed Nov 04 01:24:28 +0000 2009",
"id_str": "2031945",
"subscriber_count": 272,
"member_count": 19,
"mode": "public",
"id": 2031945,
"full_name": "@twitterapi/team",
"description": "",
"user": {
"profile_sidebar_fill_color": "DDEEF6",
"profile_background_tile": false,
"profile_sidebar_border_color": "C0DEED",
"name": "Twitter API",
"created_at": "Wed May 23 06:01:13 +0000 2007",
"profile_image_url": "http://a0.twimg.com/profile_images/2284174872/7df3h38zabcvjylnyfe3_normal.png",
"location": "San Francisco, CA",
"is_translator": false,
"id_str": "6253282",
"profile_link_color": "0084B4",
"follow_request_sent": false,
"contributors_enabled": true,
"url": "http://dev.twitter.com",
"default_profile": true,
"favourites_count": 24,
"profile_image_url_https": "https://si0.twimg.com/profile_images/2284174872/7df3h38zabcvjylnyfe3_normal.png",
"utc_offset": -28800,
"id": 6253282,
"listed_count": 10649,
"profile_use_background_image": true,
"followers_count": 1173572,
"profile_text_color": "333333",
"lang": "en",
"protected": false,
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
"geo_enabled": true,
"time_zone": "Pacific Time (US & Canada)",
"verified": true,
"description": "The Real Twitter API. I tweet about API changes, service issues and happily answer questions about Twitter and our API. Don't get an answer? It's on my website.",
"notifications": false,
"profile_background_color": "C0DEED",
"friends_count": 31,
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
"statuses_count": 3326,
"default_profile_image": false,
"following": false,
"screen_name": "twitterapi",
"show_all_inline_media": false
},
"following": false
}
]