GET :user/lists/:id/statuses
Show tweet timeline for members of the specified list.
URL
http://api.twitter.com/version/:user/lists/:id/statuses.format
Supported formats
xml, json, atom
Supported request methods
GET
Requires Authentication
false About authentication »
Rate Limited
Parameters
Optional
-
since_id
Returns results with an ID greater than (that is, more recent than) the specified ID. There are limits to the number of Tweets which can be accessed through the API. If the limit of Tweets has occured since the since_id, the since_id will be forced to the oldest ID available.
- http://api.twitter.com/1/twitterapidocs/lists/:id/statuses.xml?since_id=12345
-
max_id
Returns results with an ID less than (that is, older than) or equal to the specified ID.
- http://api.twitter.com/1/twitterapidocs/lists/:id/statuses.xml?max_id=54321
-
per_page
Specifies the page of results to retrieve.
- http://api.twitter.com/1/twitterapidocs/lists/:id/statuses.xml?per_page=5
-
page
Specifies the page of results to retrieve.
- http://api.twitter.com/1/twitterapidocs/lists/:id/statuses.xml?page=3
-
include_entities
When set to either true, t or 1, each tweet will include a node called "entities,". This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags. While entities are opt-in on timelines at present, they will be made a default component of output in the future. See Tweet Entities for more detail on entities.
- http://api.twitter.com/1/twitterapidocs/lists/:id/statuses.xml?include_entities=true