Skip to main content
GET
Get User Mentions
Get tweets that mention a given @handle, 20 per page. This is the only user-scoped X endpoint that supports a time window: pass sinceTime and/or untilTime as Unix timestamps in seconds to bound the range. Use this for monitoring — brand mentions, inbound replies, reputation tracking, or ‘what happened to this account in the last 24 hours’. Returns tweets with has_next_page and next_cursor. For the account’s own posts rather than mentions of it, use get_twitter_user_tweet_timeline.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

userName
string
required

The user screen name to get mentions for.

sinceTime
integer<int64>

On or after a specified unix timestamp in seconds.

untilTime
integer<int64>

Before a specified unix timestamp in seconds.

cursor
string

The cursor to paginate through the results. First page is empty.

Response

200 - application/json

Successful response

tweets
object[]
has_next_page
boolean
next_cursor
string
status
enum<string>
Available options:
success,
error
msg
string
code
integer