Skip to main content
POST
推文数据

授权

ApiKey
string
header
必填

请求体

application/json

推文链接必填

完整推文 URL(例如 https://x.com/user/status/123)或推文 ID。

响应

成功

bookmark_count
integer

推文被收藏的次数。

示例:

15

conversation_id_str
string

对话讨论串中根推文的 ID。

示例:

"1782368585664626774"

created_at
string

推文发布日期,采用 ISO 8601 格式。

示例:

"2024-01-15T10:30:00Z"

entities
object[]

推文附带的媒体、链接及其他内嵌实体。

full_text
string

推文的完整文本内容。

示例:

"Hello world"

id
string

唯一推文 ID。

示例:

"1782368585664626774"

in_reply_to_tweet_id
string

此推文回复的推文 ID。非回复推文时为 null。

示例:

"1782368585664626000"

in_reply_to_username
string

此推文所回复账号的用户名。

示例:

"username"

is_quote_status
boolean

此推文是否引用另一条推文。

示例:

false

is_replies_limited
boolean

作者是否限制了此推文的回复。

示例:

false

is_reply
boolean

此推文是否为对另一条推文的回复。

示例:

false

lang
string

检测到的推文语言代码,例如 enes

示例:

"en"

likes_count
integer

推文的点赞数。

示例:

200

made_with_ai
boolean

推文是否由 AI 制作。

示例:

false

paid_partnership
boolean

推文是否属于付费合作。

示例:

false

quote_count
integer

引用推文数。

示例:

5

quoted_status
any

被引用的原始推文。仅在 is_quote_status 为 true 时存在。

reply_count
integer

推文的回复数。

示例:

10

retweet_count
integer

转推数。

示例:

50

retweeted_status
any

被转推的原始推文。仅在转推时存在。

user
object

推文作者。

view_count
integer

浏览次数(展示次数)。

示例:

10000