v1

latestOpenAPI 3.0.1MIT2026-07-26589101.4 KB

get tweet mentions by user screen name.Each page returns exactly 20 mentions. Use cursor for pagination. Order by mention time desc

get/twitter/user/mentions

Query parameters

userNamestring string required

The user screen name to get. eg. kaitoEasyApi

sinceTimeinteger

On or after a specified unix timestamp in seconds.

untilTimeinteger

Before a specified unix timestamp in seconds.

cursorstring string

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

Response

Tweet quotes response

has_next_pageboolean

Indicates if there are more results available. If true, use next_cursor to fetch the next page. Warning: Due to Twitter API inconsistency, has_more might return true even when no additional data exists. In such cases, subsequent requests will return empty results - this is a known platform limitation.

next_cursorstring

Cursor for fetching the next page of results

status'success' | 'error'

Status of the request.success or error

messagestring

Message of the request.error message