Twitter API Explorer

GET list statuses

Show tweet timeline for members of the specified list.

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

true

One of the following parameters is required:

Required Parameters:

  • The username of the user.

  • The slug of the list.

Optional Parameters:

  • Returns only statuses with an ID greater than (that is, more recent than) the specified ID.

  • Returns only statuses with an ID less than (that is, older than) or equal to the specified ID.

  • Specifies the number of statuses to retrieve. May not be greater than 200.

  • Specifies the page of results to retrieve. Note: there are pagination limits.


* You need to first to make authenticated request.

Built by @r1cky

A Django site.
Powered by Twitter