Twitter API Explorer

GET list members

Returns the members of the specified list.

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

true

One of the following parameters is required:

Required Parameters:

  • The username of the user.

  • The id or slug of the list.

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.
Powered by Twitter