/statuses/mentions_timeline.json
GET
/statuses/mentions_timeline.json
most recent mentions (tweets containing a users's @screen_name) for the authenticating user.The
timeline returned is the equivalent of the one seen when you view your mentions on twitter.com.This
method can only return up to 800 statuses.This method will include retweets in the JSON response
regardless of whether the include_rts parameter is set.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/statuses/mentions_timeline.json'
Response Response Example
{}
Request
None
Responses
Modified at 2022-09-10 16:58:08