Twitter API Explorer

statuses/user_timeline

Returns the 20 most recent statuses posted from the authenticating user. It's also possible to request another user's timeline via the id parameter. This is the equivalent of the Web / page for your own user, or the profile page for a third party.

http://twitter.com/statuses/user_timeline.{{response_format}}

1 call per request

One of the following parameters is required:

  • Specfies the ID of the user for whom to return the user_timeline.

  • Specfies the screen name of the user for whom to return the user_timeline.

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.

Show
  • Requires authentication if requesting a protected user's timeline.
  • You can also use the (ambiguous) parameter - id. Specifies the ID or screen name of the user for whom to return the user_timeline. (Example: http://twitter.com/statuses/user_timeline/12345.xml or http://twitter.com/statuses/user_timeline/bob.json.)


* You need to first to make authenticated request.

Built by @r1cky

A Django site.
Powered by Twitter