v
latestOpenAPI 3.1.02026-08-09127104507.8 KBList visible users who liked a tweet
Returns liker profiles that X makes visible for the post. X can withhold liker identities even when the post reports likes. In that case this endpoint returns 424 favoriters_unavailable instead of a misleading empty success.
Path parameters
Tweet ID to get favoriters
Query parameters
Pagination cursor for favoriters
Maximum user profiles requested from this page (20-200, default 200). Source, filters, or credits can return fewer profiles. Automatic coverage can prefetch across independent views. Response shape, page size, and per-returned-profile billing stay unchanged. Keep requesting next_cursor while has_next_page is true. Deprecated limit and count aliases remain accepted.
Minimum follower count. Filtering happens before billing.
Maximum follower count. Missing counts pass this maximum.
Minimum following count.
Maximum following count.
Minimum post count. minPosts is also accepted.
Maximum post count. maxPosts is also accepted.
Minimum account age in whole days.
Only return verified profiles.
Match the verification type exactly, ignoring case.
Only return profiles with a website.
Only return profiles with a location.
Match any comma-separated or line-separated bio term, ignoring case.
Match a location substring, ignoring case.
Match a username substring, ignoring case.
Response
Visible users who liked the tweet
Example response
{
"users": [
{
"id": "9876543210",
"username": "elonmusk",
"name": "Elon Musk"
}
],
"has_next_page": true,
"next_cursor": "DAACCgACGRElMJcAAA"
}