← Tools Reference

TwitterAPI.io

TwitterAPI.io integration (Social, Data). Imported from open-connector.

API key34 toolshttps://api.twitterapi.io
GET
twitterapi_io_get_account_info
Retrieve twitterapi.io account credit information for the API key.

/oapi/my/info

GET
twitterapi_io_get_user
Retrieve an X user profile by screen name.

/twitter/user/info

1 parameter
ParamTypeRequiredDescription
userNamestringoptionalThe X screen name without the @ prefix.
GET
twitterapi_io_get_user_about
Retrieve the X About profile information for a screen name.

/twitter/user_about

1 parameter
ParamTypeRequiredDescription
userNamestringoptionalThe X screen name without the @ prefix.
GET
twitterapi_io_batch_get_users
Retrieve multiple X user profiles by user ID.

/twitter/user/batch_info_by_ids

1 parameter
ParamTypeRequiredDescription
userIdsarrayoptionalThe X user IDs to retrieve.
GET
twitterapi_io_search_users
Search X users by keyword.

/twitter/user/search

2 parameters
ParamTypeRequiredDescription
querystringrequiredThe keyword to search for.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_user_last_tweets
Retrieve the latest Tweets from a user by user ID or screen name.

/twitter/user/last_tweets

4 parameters
ParamTypeRequiredDescription
userIdstringoptionalThe numeric X user ID, passed as a string to preserve precision.
userNamestringoptionalThe X screen name without the @ prefix.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
includeRepliesbooleanoptionalWhether to include replies in the returned tweets.
GET
twitterapi_io_get_user_timeline
Retrieve a user's profile timeline by user ID.

/twitter/user/tweet_timeline

4 parameters
ParamTypeRequiredDescription
userIdstringrequiredThe numeric X user ID, passed as a string to preserve precision.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
includeRepliesbooleanoptionalWhether to include replies in the returned tweets.
includeParentTweetbooleanoptionalWhether to include the parent Tweet when a Tweet is a reply.
GET
twitterapi_io_get_user_mentions
Retrieve Tweets mentioning a user.

/twitter/user/mentions

4 parameters
ParamTypeRequiredDescription
userNamestringrequiredThe X screen name without the @ prefix.
sinceTimeintegeroptionalA Unix timestamp in seconds.
untilTimeintegeroptionalA Unix timestamp in seconds.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_tweets
Retrieve Tweets by Tweet IDs.

/twitter/tweets

1 parameter
ParamTypeRequiredDescription
tweetIdsarrayoptionalThe Tweet IDs to retrieve.
GET
twitterapi_io_get_article
Retrieve an X article by Tweet ID.

/twitter/article

1 parameter
ParamTypeRequiredDescription
tweetIdstringoptionalThe Tweet ID.
GET
twitterapi_io_advanced_search_tweets
Run an advanced Twitter search query.

/twitter/tweet/advanced_search

3 parameters
ParamTypeRequiredDescription
querystringrequiredThe advanced search query.
queryTypestringrequiredThe search result ordering.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_tweet_replies_legacy
Retrieve replies to an original Tweet with the legacy replies endpoint.

/twitter/tweet/replies

4 parameters
ParamTypeRequiredDescription
tweetIdstringrequiredThe Tweet ID.
sinceTimeintegeroptionalA Unix timestamp in seconds.
untilTimeintegeroptionalA Unix timestamp in seconds.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_tweet_replies
Retrieve replies to a Tweet with twitterapi.io V2 sorting.

/twitter/tweet/replies/v2

3 parameters
ParamTypeRequiredDescription
tweetIdstringrequiredThe Tweet ID.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
queryTypestringoptionalThe reply result ordering.
GET
twitterapi_io_get_tweet_quotes
Retrieve quote Tweets for a Tweet.

/twitter/tweet/quotes

5 parameters
ParamTypeRequiredDescription
tweetIdstringrequiredThe Tweet ID.
sinceTimeintegeroptionalA Unix timestamp in seconds.
untilTimeintegeroptionalA Unix timestamp in seconds.
includeRepliesbooleanoptionalWhether to include replies in the returned Tweets.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_tweet_retweeters
Retrieve users who retweeted a Tweet.

/twitter/tweet/retweeters

2 parameters
ParamTypeRequiredDescription
tweetIdstringrequiredThe Tweet ID.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_tweet_thread_context
Retrieve the conversation context around a Tweet.

/twitter/tweet/thread_context

2 parameters
ParamTypeRequiredDescription
tweetIdstringrequiredThe Tweet ID.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_user_followers
Retrieve followers for a user by screen name.

/twitter/user/followers

3 parameters
ParamTypeRequiredDescription
userNamestringrequiredThe X screen name without the @ prefix.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
pageSizeintegeroptionalThe number of users to return per page.
GET
twitterapi_io_get_user_follower_ids
Retrieve follower IDs for a user by user ID or screen name.

/twitter/user/followers_ids

4 parameters
ParamTypeRequiredDescription
userNamestringoptionalThe X screen name without the @ prefix.
userIdstringoptionalThe numeric X user ID, passed as a string to preserve precision.
countintegeroptionalThe number of follower IDs to return per page.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_user_verified_followers
Retrieve verified followers for a user by user ID.

/twitter/user/verifiedFollowers

2 parameters
ParamTypeRequiredDescription
userIdstringrequiredThe numeric X user ID, passed as a string to preserve precision.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_user_followings
Retrieve users followed by a screen name.

/twitter/user/followings

3 parameters
ParamTypeRequiredDescription
userNamestringrequiredThe X screen name without the @ prefix.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
pageSizeintegeroptionalThe number of users to return per page.
GET
twitterapi_io_check_follow_relationship
Check whether one X user follows or is followed by another user.

/twitter/user/check_follow_relationship

2 parameters
ParamTypeRequiredDescription
sourceUserNamestringoptionalThe source user's screen name.
targetUserNamestringoptionalThe target user's screen name.
GET
twitterapi_io_get_list_tweets
Retrieve Tweets from an X List.

/twitter/list/tweets

5 parameters
ParamTypeRequiredDescription
listIdstringrequiredThe X List ID.
sinceTimeintegeroptionalA Unix timestamp in seconds.
untilTimeintegeroptionalA Unix timestamp in seconds.
includeRepliesbooleanoptionalWhether to include replies in the returned Tweets.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_list_timeline
Retrieve timeline Tweets from an X List.

/twitter/list/tweets_timeline

2 parameters
ParamTypeRequiredDescription
listIdstringrequiredThe X List ID.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_list_members
Retrieve members of an X List.

/twitter/list/members

2 parameters
ParamTypeRequiredDescription
listIdstringrequiredThe X List ID.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_list_followers
Retrieve followers of an X List.

/twitter/list/followers

2 parameters
ParamTypeRequiredDescription
listIdstringrequiredThe X List ID.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_search_all_community_tweets
Search Tweets from all X Communities by keyword.

/twitter/community/get_tweets_from_all_community

3 parameters
ParamTypeRequiredDescription
querystringrequiredThe keyword to search for.
queryTypestringrequiredThe search result ordering.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_community_info
Retrieve information about an X Community.

/twitter/community/info

1 parameter
ParamTypeRequiredDescription
communityIdstringoptionalThe X Community ID.
GET
twitterapi_io_get_community_members
Retrieve members of an X Community.

/twitter/community/members

2 parameters
ParamTypeRequiredDescription
communityIdstringrequiredThe X Community ID.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_community_moderators
Retrieve moderators of an X Community.

/twitter/community/moderators

2 parameters
ParamTypeRequiredDescription
communityIdstringrequiredThe X Community ID.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_community_tweets
Retrieve Tweets from an X Community.

/twitter/community/tweets

2 parameters
ParamTypeRequiredDescription
communityIdstringrequiredThe X Community ID.
cursorstringoptionalThe pagination cursor. Use an empty string or omit it for the first page.
GET
twitterapi_io_get_trends
Retrieve X trends for a WOEID location.

/twitter/trends

2 parameters
ParamTypeRequiredDescription
woeidintegerrequiredThe Where On Earth ID for the trend location.
countintegeroptionalThe number of trends to return.
GET
twitterapi_io_get_space
Retrieve details for an X Space.

/twitter/spaces/detail

1 parameter
ParamTypeRequiredDescription
spaceIdstringoptionalThe X Space ID.
GET
twitterapi_io_list_tweet_filter_rules
List Webhook/WebSocket tweet filter rules configured for the API key.

/oapi/tweet_filter/get_rules

GET
twitterapi_io_list_monitored_tweet_users
List X users monitored for real-time Tweets.

/oapi/x_user_stream/get_user_to_monitor_tweet