Read and act on X/Twitter data through seven documented endpoint families: users, tweets, lists, communities, trends, Spaces, and write actions. Use one AIsa API key for profile lookup, timeline and mention retrieval, tweet search and context, community/list discovery, trend and Space inspection, and OAuth-backed actions such as posting, liking, following, and unfollowing.
User Endpoints
Resolve profiles, follower graphs, mentions, relationship checks, and user search.
Get User Info
/apis/v1/twitter/user/infoLook up a user profile by username.
Get User Profile About
/apis/v1/twitter/user_aboutRead the extended about/profile information for a username.
Batch Get User Info By UserIds
/apis/v1/twitter/user/batch_info_by_idsResolve multiple user profiles from numeric X user IDs.
Get User Last Tweets
/apis/v1/twitter/user/last_tweetsFetch the latest tweets for a user, with optional replies and cursor pagination.
Get User Mentions
/apis/v1/twitter/user/mentionsReturn recent tweets that mention a specific user.
Get User Followers
/apis/v1/twitter/user/followersList followers for a username with cursor pagination.
Get User Followings
/apis/v1/twitter/user/followingsList accounts a user follows with cursor pagination.
Get User Verified Followers
/apis/v1/twitter/user/verifiedFollowersList verified followers for a numeric user ID.
Check Follow Relationship
/apis/v1/twitter/user/check_follow_relationshipCheck whether one user follows or is followed by another user.
Search User by Keyword
/apis/v1/twitter/user/searchSearch X users by keyword.