Twitter API Explorer

statuses/mentions

Returns the 20 most recent mentions (status containing @username) for the authenticating user.

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

1 call per request

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 or results to retrieve. Note: there are pagination limits


* You need to first to make authenticated request.

Built by Ricky (@r1cky on Twitter)

A Django site.
Powered by Twitter