Twitter API Explorer

GET lists (index)

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.

http://api.twitter.com/1/{{user}}/lists.{{response_format}}

true

One of the following parameters is required:

Required Parameters:

  • The username of the user.

Optional Parameters:

  • Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.


* You need to first to make authenticated request.

Built by Ricky (@r1cky on Twitter)

A Django site.