Twitter API Explorer

GET list memberships

List the lists the specified user has been added to.

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

true

One of the following parameters is required:

Required Parameters:

  • The username of th 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.