v

latestOpenAPI 3.1.02026-08-09127104507.8 KB
Users

Check if one user follows another

Check if one user follows another.

get/api/v1/x/followers/check

Query parameters

sourcestring required

Source username, @username, or X or Twitter profile URL

targetstring required

Target username, @username, or X or Twitter profile URL

Response

Follow check result

isFollowingboolean required
isFollowedByboolean required
sourceUsernamestring required
targetUsernamestring required

Example response

{
  "isFollowing": true,
  "sourceUsername": "elonmusk",
  "targetUsername": "jack"
}