コンテンツにスキップ
Twexapi
日本語
Esc
移動開く⌘Jプレビュー

キャッシュタグ銘柄検索

キャッシュタグ銘柄検索.

POST/twitter/cashtags
API 認証
AuthorizationBearer token · header必須
TwexAPIのグローバル認証トークン (Bearer Token)。ヘッダーに含める必要があります:Authorization: Bearer <YOUR_TWEXAPI_KEY>。
リクエストボディ
必須application/json
cashtagsstring[]
Cashtag to search for (with or without $ prefix)
default: []
startTimestring | any
Start time for search in UNIX timestamp
プロパティを表示
Any of:
string
string
any
any
endTimestring | any
End time for search in UNIX timestamp
プロパティを表示
Any of:
string
string
any
any
sortBystring | any
検索結果の並び順('Latest' または 'Top')
default: "Latest"
プロパティを表示
Any of:
string
string
any
any
maxItemsinteger | any
取得する最大ツイート件数(デフォルト 10)
default: 20
プロパティを表示
Any of:
integer
integer
any
any
mininumLikesinteger | any
Minimum number of likes required
default: 0
プロパティを表示
Any of:
integer
integer
any
any
mininumRetweetsinteger | any
Minimum number of retweets required
default: 0
プロパティを表示
Any of:
integer
integer
any
any
mininumRepliesinteger | any
Minimum number of replies required
default: 0
プロパティを表示
Any of:
integer
integer
any
any
blueVerifiedboolean | any
Filter for blue verified accounts only
プロパティを表示
Any of:
boolean
boolean
any
any
verifiedboolean | any
Filter for verified accounts only
プロパティを表示
Any of:
boolean
boolean
any
any
languagestring | any
Language filter for tweets
プロパティを表示
Any of:
string
string
any
any
onlyImageboolean | any
Filter for images only
プロパティを表示
Any of:
boolean
boolean
any
any
onlyVideoboolean | any
Filter for videos only
プロパティを表示
Any of:
boolean
boolean
any
any
onlyQuoteboolean | any
Filter for quotes only
プロパティを表示
Any of:
boolean
boolean
any
any
onlyReplyboolean | any
Filter for replies only
プロパティを表示
Any of:
boolean
boolean
any
any
レスポンス
200List of tweets containing the specified cashtag
codeinteger
HTTP ステータスコード(200 は成功)
default: 200
msgstring
レスポンスメッセージ(例: 'success')
default: "success"
dataTweetModel[]必須
返却されるコアデータオブジェクトまたは配列
プロパティを表示
Array of TweetModel
tweet_idstring必須
ツイートの一意のID
is_paid_promotionboolean | any
Indicates whether the content or user is associated with a paid promotion
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
textstring必須
メッセージ本文
created_atstring | any
作成日時(UTC標準時)
プロパティを表示
Any of:
string
string
any
any
created_at_datetimestring | any
The ISO 8601 format of the creation date
プロパティを表示
Any of:
string
string
any
any
bookmark_countinteger | any
ブックマーク追加数
default: 0
プロパティを表示
Any of:
integer
integer
any
any
bookmarkedboolean | any
Indicates if the authenticating user has bookmarked this Tweet
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
community_notestring | any
Community note associated with the Tweet
プロパティを表示
Any of:
string
string
any
any
edit_tweet_idsstring[]
A list of Tweet IDs for each edit of the Tweet
default: []
editable_until_msecsstring | any
Timestamp for when the Tweet is no longer editable
プロパティを表示
Any of:
string
string
any
any
edits_remainingstring | any
Number of edits remaining for the Tweet
プロパティを表示
Any of:
string
string
any
any
favorite_countinteger | any
いいね(Favorite)数
default: 0
プロパティを表示
Any of:
integer
integer
any
any
favoritedboolean | any
Indicates if the authenticating user has liked this Tweet
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
full_textstring | any
ツイートの完全な本文テキスト
プロパティを表示
Any of:
string
string
any
any
has_cardboolean | any
Indicates if the Tweet has a card attached
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
has_community_notesboolean | any
Indicates if the Tweet has community notes
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
hashtagsstring[]
A list of hashtags mentioned in the Tweet
default: []
cashtagsstring[]
A list of cashtags (stock symbols) mentioned in the Tweet
default: []
idstring | any
The unique identifier for the Tweet (same as tweet_id)
プロパティを表示
Any of:
string
string
any
any
in_reply_tostring | any
ID of the Tweet this is a reply to
プロパティを表示
Any of:
string
string
any
any
in_reply_to_user_idstring | any
ID of the user this is a reply to
プロパティを表示
Any of:
string
string
any
any
in_reply_to_screen_namestring | any
Screen name of the user this is a reply to
プロパティを表示
Any of:
string
string
any
any
is_edit_eligibleboolean | any
Indicates if the Tweet is eligible for editing
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
is_quote_statusboolean | any
Indicates if this Tweet is a quote of another Tweet
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
quoted_status_id_strstring | any
The unique identifier for the Tweet that this is a quote of
プロパティを表示
Any of:
string
string
any
any
is_translatableboolean | any
Indicates if the Tweet is translatable
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
langstring | any
ツイートの言語コード(例: 'ja', 'en')
プロパティを表示
Any of:
string
string
any
any
mediaMediaModel[]
A list of media objects (photos, videos) attached to the Tweet
default: []
プロパティを表示
Array of MediaModel
idstring必須
Media ID
typestring必須
Type of media (e.g., photo, video)
display_urlstring | any
URL of the media to display
プロパティを表示
Any of:
string
string
any
any
expanded_urlstring | any
Expanded URL for the media
プロパティを表示
Any of:
string
string
any
any
media_urlstring | any
添付するメディアファイルの公開URL
プロパティを表示
Any of:
string
string
any
any
urlstring | any
t.co URL for the media
プロパティを表示
Any of:
string
string
any
any
heightinteger | any
Height of the media in pixels
プロパティを表示
Any of:
integer
integer
any
any
widthinteger | any
Width of the media in pixels
プロパティを表示
Any of:
integer
integer
any
any
featuresobject | any
Features of the media
プロパティを表示
Any of:
object
object
any
any
original_infoobject | any
Original information about the media
プロパティを表示
Any of:
object
object
any
any
sizesobject | any
Available sizes of the media
プロパティを表示
Any of:
object
object
any
any
source_status_idstring | any
Source tweet ID if the media is a retweet
プロパティを表示
Any of:
string
string
any
any
source_user_idstring | any
Source user ID if the media is a retweet
プロパティを表示
Any of:
string
string
any
any
duration_millisinteger | any
Duration of the video in milliseconds
プロパティを表示
Any of:
integer
integer
any
any
aspect_ratiointeger[] | any
Aspect ratio of the video
プロパティを表示
Any of:
integer[]
Array of integer
integer
any
any
video_infoobject | any
Detailed video information
プロパティを表示
Any of:
object
object
any
any
streamsStreamModel[]
List of available video streams
default: []
プロパティを表示
Array of StreamModel
urlstring | any
URL of the video stream
プロパティを表示
Any of:
string
string
any
any
bitrateinteger | any
Bitrate of the video stream in bps
プロパティを表示
Any of:
integer
integer
any
any
content_typestring | any
Content type of the stream
プロパティを表示
Any of:
string
string
any
any
placestring | any
The location associated with the Tweet
プロパティを表示
Any of:
string
string
any
any
pollstring | any
A poll attached to the Tweet
プロパティを表示
Any of:
string
string
any
any
possibly_sensitiveboolean | any
Indicates if the Tweet may contain sensitive content
プロパティを表示
Any of:
boolean
boolean
any
any
possibly_sensitive_editableboolean | any
Indicates if the sensitive content flag is editable
プロパティを表示
Any of:
boolean
boolean
any
any
quoteTweetModel | any
The Tweet object being quoted
プロパティを表示
Any of:
TweetModel
Circular reference to TweetModel.
any
any
quote_countinteger | any
引用リツイート数
default: 0
プロパティを表示
Any of:
integer
integer
any
any
related_tweetsTweetModel[]
A list of related Tweets
default: []
プロパティを表示
Array of TweetModel
Circular reference to TweetModel.
repliesTweetModel[]
A list of replies to this Tweet
default: []
プロパティを表示
Array of TweetModel
Circular reference to TweetModel.
reply_countinteger | any
リプライ返信数
default: 0
プロパティを表示
Any of:
integer
integer
any
any
reply_toTweetModel | any
The Tweet object this is a reply to
プロパティを表示
Any of:
TweetModel
Circular reference to TweetModel.
any
any
retweet_countinteger | any
リツイート数
default: 0
プロパティを表示
Any of:
integer
integer
any
any
retweeted_tweetTweetModel | any
The original Tweet object if this is a retweet
プロパティを表示
Any of:
TweetModel
Circular reference to TweetModel.
any
any
threadTweetModel[] | any
The conversation thread ID
プロパティを表示
Any of:
TweetModel[]
Array of TweetModel
Circular reference to TweetModel.
any
any
thumbnail_titlestring | any
Title for the thumbnail in a card
プロパティを表示
Any of:
string
string
any
any
thumbnail_urlstring | any
URL for the thumbnail in a card
プロパティを表示
Any of:
string
string
any
any
urlsstring[]
A list of URLs included in the Tweet
default: []
userUserModel | any
The user who posted the Tweet
プロパティを表示
Any of:
UserModel
idstring必須
User ID
namestring必須
ユーザー表示名
screen_namestring必須
Twitterユーザー名(Handle、@なし)
created_atstring | any
作成日時(UTC標準時)
プロパティを表示
Any of:
string
string
any
any
created_at_datetimestring | any
Account creation datetime in ISO format
プロパティを表示
Any of:
string
string
any
any
can_dmboolean | any
Whether the user can be direct messaged
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
can_media_tagboolean | any
Whether the user can be tagged in media
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
default_profileboolean | any
Whether the user has a default profile
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
default_profile_imageboolean | any
Whether the user has a default profile image
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
descriptionstring | any
プロフィール自己紹介文(Bio)
default: ""
プロパティを表示
Any of:
string
string
any
any
description_urlsstring[]
List of URLs found in the user's description
default: []
urlsurlModel[] | any
List of URLs found in the user's profile
プロパティを表示
Any of:
urlModel[]
Array of urlModel
urlstring必須
URL
expanded_urlstring | any
Expanded URL
プロパティを表示
Any of:
string
string
any
any
display_urlstring | any
Display URL
プロパティを表示
Any of:
string
string
any
any
any
any
fast_followers_countinteger | any
Count of fast followers
default: 0
プロパティを表示
Any of:
integer
integer
any
any
favourites_countinteger | any
Number of tweets the user has liked
default: 0
プロパティを表示
Any of:
integer
integer
any
any
followers_countinteger | any
フォロワー総数
default: 0
プロパティを表示
Any of:
integer
integer
any
any
following_countinteger | any
フォロー中の総数
default: 0
プロパティを表示
Any of:
integer
integer
any
any
has_custom_timelinesboolean | any
Whether the user has custom timelines
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
is_blue_verifiedboolean | any
Blue verification status
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
verified_typestring | any
Verification badge type when not blue-only: blue, business, government, etc.
プロパティを表示
Any of:
string
string
any
any
is_verifiedboolean | any
True if the account has any verification badge (blue, business, government, or legacy verified)
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
profile_image_shapestring | any
Profile image shape (Circle or Square; Square often indicates business/government)
プロパティを表示
Any of:
string
string
any
any
is_translatorboolean | any
Whether the user is a translator
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
listed_countinteger | any
Number of public lists the user is a member of
default: 0
プロパティを表示
Any of:
integer
integer
any
any
locationstring | any
User's location
default: ""
プロパティを表示
Any of:
string
string
any
any
media_countinteger | any
Number of media tweets posted by the user
default: 0
プロパティを表示
Any of:
integer
integer
any
any
normal_followers_countinteger | any
Count of normal followers
default: 0
プロパティを表示
Any of:
integer
integer
any
any
pinned_tweet_idsstring[]
List of pinned tweet IDs
default: []
possibly_sensitiveboolean | any
Whether the user's profile may contain sensitive content
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
profile_banner_urlstring | any
URL of the user's profile banner
プロパティを表示
Any of:
string
string
any
any
profile_image_urlstring | any
URL of the user's profile image
プロパティを表示
Any of:
string
string
any
any
protectedboolean | any
Whether the user's tweets are protected
default: false
プロパティを表示
Any of:
boolean
boolean
any
any
statuses_countinteger | any
Number of tweets posted by the user
default: 0
プロパティを表示
Any of:
integer
integer
any
any
any
any
view_countstring | any
インプレッション・閲覧数
プロパティを表示
Any of:
string
string
any
any
view_count_statestring | any
State of the view count
プロパティを表示
Any of:
string
string
any
any
statusobject | any
Raw status dictionary
プロパティを表示
Any of:
object
object
any
any
target_countinteger | any
The target count of items requested, for context
プロパティを表示
Any of:
integer
integer
any
any
422パラメータバリデーションエラー
detailValidationError[]
プロパティを表示
Array of ValidationError
locstring | integer[]必須
プロパティを表示
Array of string | integer
Any of:
string
string
integer
integer
msgstring必須
レスポンスメッセージ(例: 'success')
typestring必須
inputany
ctxobject
インタラクティブテストPOST
インタラクティブテスト / Try APIPOST
Live Console
🌐対象サーバー:https://api.twexapi.io
● 本番環境レディ
🔍
公開データ取得(TwexAPIキーのみ、Twitter Cookie不要)

本エンドポイントは公開Twitterデータの検索・取得用です。TwitterアカウントやCookieは一切不要です!下記の「API認証」に TwexAPIプラットフォームキー (Bearer Token) を入力するだけで即座にテストできます。

🔑API 認証
📝リクエストボディapplication/json
📡
暂无响应数据

请在「请求配置」中确认参数后,点击底部的「发送请求」按钮。

リクエスト例
curl -X POST "https://api.twexapi.io/twitter/cashtags" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "cashtags": [
    "AAPL",
    "TSLA"
  ],
  "startTime": "1775726400",
  "endTime": "1775727300",
  "sortBy": "Latest",
  "maxItems": 20,
  "mininumLikes": 0,
  "mininumRetweets": 0,
  "mininumReplies": 0,
  "blueVerified": true,
  "verified": true,
  "language": "en",
  "onlyImage": true,
  "onlyVideo": true,
  "onlyQuote": true,
  "onlyReply": true
}'
レスポンス例
{
  "code": 200,
  "msg": "success",
  "data": [
    {
      "tweet_id": "1803006263529541838",
      "is_paid_promotion": true,
      "text": "string",
      "created_at": "Mon Jun 17 03:51:48 +0000 2024",
      "created_at_datetime": "2024-06-17T03:51:48.000Z",
      "bookmark_count": 0,
      "bookmarked": false,
      "community_note": "string",
      "edit_tweet_ids": [],
      "editable_until_msecs": "string",
      "edits_remaining": "string",
      "favorite_count": 0,
      "favorited": false,
      "full_text": "string",
      "has_card": false,
      "has_community_notes": false,
      "hashtags": [
        "AI",
        "Python"
      ],
      "cashtags": [
        "$TSLA"
      ],
      "id": "string",
      "in_reply_to": "string",
      "in_reply_to_user_id": "string",
      "in_reply_to_screen_name": "string",
      "is_edit_eligible": false,
      "is_quote_status": false,
      "quoted_status_id_str": "string",
      "is_translatable": false,
      "lang": "en",
      "media": [],
      "place": "string",
      "poll": "string",
      "possibly_sensitive": true,
      "possibly_sensitive_editable": true,
      "quote": {},
      "quote_count": 0,
      "related_tweets": [],
      "replies": [],
      "reply_count": 0,
      "reply_to": {},
      "retweet_count": 0,
      "retweeted_tweet": {},
      "thread": [
        {}
      ],
      "thumbnail_title": "string",
      "thumbnail_url": "string",
      "urls": [],
      "user": {
        "id": "1717001045992251392",
        "name": "Cryptoklepto",
        "screen_name": "CK_Cryptoklepto",
        "created_at": "Mon Oct 28 02:32:47 +0000 2024",
        "created_at_datetime": "2024-10-28T02:32:47.000Z",
        "can_dm": false,
        "can_media_tag": false,
        "default_profile": false,
        "default_profile_image": false,
        "description": "",
        "description_urls": [],
        "urls": [
          {
            "url": "https://www.google.com",
            "expanded_url": "https://www.google.com",
            "display_url": "www.google.com"
          }
        ],
        "fast_followers_count": 0,
        "favourites_count": 0,
        "followers_count": 0,
        "following_count": 0,
        "has_custom_timelines": false,
        "is_blue_verified": false,
        "verified_type": "government",
        "is_verified": false,
        "profile_image_shape": "Circle",
        "is_translator": false,
        "listed_count": 0,
        "location": "New York, USA",
        "media_count": 0,
        "normal_followers_count": 0,
        "pinned_tweet_ids": [],
        "possibly_sensitive": false,
        "profile_banner_url": "string",
        "profile_image_url": "string",
        "protected": false,
        "statuses_count": 0
      },
      "view_count": "string",
      "view_count_state": "string",
      "status": {},
      "target_count": 0
    }
  ]
}