Updated on Wed, 2012-08-22 08:55
This method is deprecated and has been replaced by GET lists. Please update your applications with the new endpoint.
List the lists of the specified user. Private lists will be included if the authenticated users is the same as the user who's lists are being returned.
Resource URL
http://api.twitter.com/1/:user/lists.format
Parameters
cursor optional
Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.
Example Values: 12893764510938
Example Request
GET http://api.twitter.com/1/twitter/lists.json?cursor=-1
{
"previous_cursor": 0,
"lists": [
{
"slug": "nfl-playoffs",
"name": "NFL: Playoffs",
"uri": "/twitter/nfl-playoffs",
"subscriber_count": 150,
"id_str": "32996620",
"member_count": 225,
"mode": "public",
"id": 32996620,
"full_name": "@twitter/nfl-playoffs",
"description": "",
"user": {
"profile_sidebar_border_color": "EEEEEE",
"name": "Twitter",
"profile_background_tile": false,
"profile_sidebar_fill_color": "F6F6F6",
"created_at": "Tue Feb 20 14:35:54 +0000 2007",
"profile_image_url": "http://a2.twimg.com/profile_images/1124040897/at-twitter_normal.png",
"location": "San Francisco, CA",
"is_translator": false,
"profile_link_color": "038543",
"follow_request_sent": false,
"id_str": "783214",
"url": "http://twitter.com",
"contributors_enabled": true,
"favourites_count": 2,
"utc_offset": -28800,
"id": 783214,
"listed_count": 53302,
"profile_use_background_image": true,
"lang": "ko",
"protected": false,
"followers_count": 0,
"profile_text_color": "333333",
"verified": true,
"time_zone": "Pacific Time (US & Canada)",
"notifications": false,
"profile_background_color": "ACDED6",
"description": "Always wondering what's happening. ",
"geo_enabled": true,
"statuses_count": 1932,
"friends_count": 390,
"profile_background_image_url": "http://a2.twimg.com/a/1295550980/images/themes/theme18/bg.gif",
"screen_name": "twitter",
"show_all_inline_media": true,
"following": true
},
"following": false
},
{
"slug": "more-twitter-accounts",
"name": "More @Twitter Accounts",
"uri": "/twitter/more-twitter-accounts",
"subscriber_count": 2063,
"id_str": "5157981",
"member_count": 21,
"mode": "public",
"id": 5157981,
"full_name": "@twitter/more-twitter-accounts",
"description": "",
"user": {
"profile_sidebar_border_color": "EEEEEE",
"name": "Twitter",
"profile_background_tile": false,
"profile_sidebar_fill_color": "F6F6F6",
"created_at": "Tue Feb 20 14:35:54 +0000 2007",
"profile_image_url": "http://a2.twimg.com/profile_images/1124040897/at-twitter_normal.png",
"location": "San Francisco, CA",
"is_translator": false,
"profile_link_color": "038543",
"follow_request_sent": false,
"id_str": "783214",
"url": "http://twitter.com",
"contributors_enabled": true,
"favourites_count": 2,
"utc_offset": -28800,
"id": 783214,
"listed_count": 53302,
"profile_use_background_image": true,
"lang": "ko",
"protected": false,
"followers_count": 0,
"profile_text_color": "333333",
"verified": true,
"time_zone": "Pacific Time (US & Canada)",
"notifications": false,
"profile_background_color": "ACDED6",
"description": "Always wondering what's happening. ",
"geo_enabled": true,
"statuses_count": 1932,
"friends_count": 390,
"profile_background_image_url": "http://a2.twimg.com/a/1295550980/images/themes/theme18/bg.gif",
"screen_name": "twitter",
"show_all_inline_media": true,
"following": true
},
"following": false
},
{
"slug": "team",
"name": "Team",
"uri": "/twitter/team",
"subscriber_count": 76387,
"id_str": "574",
"member_count": 353,
"mode": "public",
"id": 574,
"full_name": "@twitter/team",
"description": "",
"user": {
"profile_sidebar_border_color": "EEEEEE",
"name": "Twitter",
"profile_background_tile": false,
"profile_sidebar_fill_color": "F6F6F6",
"created_at": "Tue Feb 20 14:35:54 +0000 2007",
"profile_image_url": "http://a2.twimg.com/profile_images/1124040897/at-twitter_normal.png",
"location": "San Francisco, CA",
"follow_request_sent": false,
"profile_link_color": "038543",
"is_translator": false,
"id_str": "783214",
"url": "http://twitter.com",
"contributors_enabled": true,
"favourites_count": 2,
"utc_offset": -28800,
"id": 783214,
"listed_count": 53309,
"profile_use_background_image": true,
"lang": "ko",
"protected": false,
"followers_count": 4199053,
"profile_text_color": "333333",
"time_zone": "Pacific Time (US & Canada)",
"notifications": false,
"geo_enabled": true,
"profile_background_color": "ACDED6",
"verified": true,
"description": "Always wondering what's happening. ",
"friends_count": 390,
"statuses_count": 1932,
"profile_background_image_url": "http://a2.twimg.com/a/1295550980/images/themes/theme18/bg.gif",
"screen_name": "twitter",
"show_all_inline_media": true,
"following": false
},
"following": true
}
],
"previous_cursor_str": "0",
"next_cursor": 0,
"next_cursor_str": "0"
}