TwitterAPI.io integration (Social, Data). Imported from open-connector.
https://api.twitterapi.io/oapi/my/info
/twitter/user/info
| Param | Type | Required | Description |
|---|---|---|---|
| userName | string | optional | The X screen name without the @ prefix. |
/twitter/user_about
| Param | Type | Required | Description |
|---|---|---|---|
| userName | string | optional | The X screen name without the @ prefix. |
/twitter/user/batch_info_by_ids
| Param | Type | Required | Description |
|---|---|---|---|
| userIds | array | optional | The X user IDs to retrieve. |
/twitter/user/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The keyword to search for. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/user/last_tweets
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | optional | The numeric X user ID, passed as a string to preserve precision. |
| userName | string | optional | The X screen name without the @ prefix. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
| includeReplies | boolean | optional | Whether to include replies in the returned tweets. |
/twitter/user/tweet_timeline
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The numeric X user ID, passed as a string to preserve precision. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
| includeReplies | boolean | optional | Whether to include replies in the returned tweets. |
| includeParentTweet | boolean | optional | Whether to include the parent Tweet when a Tweet is a reply. |
/twitter/user/mentions
| Param | Type | Required | Description |
|---|---|---|---|
| userName | string | required | The X screen name without the @ prefix. |
| sinceTime | integer | optional | A Unix timestamp in seconds. |
| untilTime | integer | optional | A Unix timestamp in seconds. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/tweets
| Param | Type | Required | Description |
|---|---|---|---|
| tweetIds | array | optional | The Tweet IDs to retrieve. |
/twitter/article
| Param | Type | Required | Description |
|---|---|---|---|
| tweetId | string | optional | The Tweet ID. |
/twitter/tweet/advanced_search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The advanced search query. |
| queryType | string | required | The search result ordering. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/tweet/replies
| Param | Type | Required | Description |
|---|---|---|---|
| tweetId | string | required | The Tweet ID. |
| sinceTime | integer | optional | A Unix timestamp in seconds. |
| untilTime | integer | optional | A Unix timestamp in seconds. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/tweet/replies/v2
| Param | Type | Required | Description |
|---|---|---|---|
| tweetId | string | required | The Tweet ID. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
| queryType | string | optional | The reply result ordering. |
/twitter/tweet/quotes
| Param | Type | Required | Description |
|---|---|---|---|
| tweetId | string | required | The Tweet ID. |
| sinceTime | integer | optional | A Unix timestamp in seconds. |
| untilTime | integer | optional | A Unix timestamp in seconds. |
| includeReplies | boolean | optional | Whether to include replies in the returned Tweets. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/tweet/retweeters
| Param | Type | Required | Description |
|---|---|---|---|
| tweetId | string | required | The Tweet ID. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/tweet/thread_context
| Param | Type | Required | Description |
|---|---|---|---|
| tweetId | string | required | The Tweet ID. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/user/followers
| Param | Type | Required | Description |
|---|---|---|---|
| userName | string | required | The X screen name without the @ prefix. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
| pageSize | integer | optional | The number of users to return per page. |
/twitter/user/followers_ids
| Param | Type | Required | Description |
|---|---|---|---|
| userName | string | optional | The X screen name without the @ prefix. |
| userId | string | optional | The numeric X user ID, passed as a string to preserve precision. |
| count | integer | optional | The number of follower IDs to return per page. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/user/verifiedFollowers
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The numeric X user ID, passed as a string to preserve precision. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/user/followings
| Param | Type | Required | Description |
|---|---|---|---|
| userName | string | required | The X screen name without the @ prefix. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
| pageSize | integer | optional | The number of users to return per page. |
/twitter/user/check_follow_relationship
| Param | Type | Required | Description |
|---|---|---|---|
| sourceUserName | string | optional | The source user's screen name. |
| targetUserName | string | optional | The target user's screen name. |
/twitter/list/tweets
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The X List ID. |
| sinceTime | integer | optional | A Unix timestamp in seconds. |
| untilTime | integer | optional | A Unix timestamp in seconds. |
| includeReplies | boolean | optional | Whether to include replies in the returned Tweets. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/list/tweets_timeline
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The X List ID. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/list/members
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The X List ID. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/list/followers
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The X List ID. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/community/get_tweets_from_all_community
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The keyword to search for. |
| queryType | string | required | The search result ordering. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/community/info
| Param | Type | Required | Description |
|---|---|---|---|
| communityId | string | optional | The X Community ID. |
/twitter/community/members
| Param | Type | Required | Description |
|---|---|---|---|
| communityId | string | required | The X Community ID. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/community/moderators
| Param | Type | Required | Description |
|---|---|---|---|
| communityId | string | required | The X Community ID. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/community/tweets
| Param | Type | Required | Description |
|---|---|---|---|
| communityId | string | required | The X Community ID. |
| cursor | string | optional | The pagination cursor. Use an empty string or omit it for the first page. |
/twitter/trends
| Param | Type | Required | Description |
|---|---|---|---|
| woeid | integer | required | The Where On Earth ID for the trend location. |
| count | integer | optional | The number of trends to return. |
/twitter/spaces/detail
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | optional | The X Space ID. |
/oapi/tweet_filter/get_rules
/oapi/x_user_stream/get_user_to_monitor_tweet