Skip to main content
GET
按 ID 获取社区信息
按数字社区 ID 获取某个 X Community 的元数据——名称、简介、成员数和访问规则。适合在拉取其成员或帖子之前先做筛选判断。 community_info 下返回该对象。如需按话题发现社区,请用 get_twitter_community_tweets_all 搜索其帖子。

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

community_id
string
必填

社区 ID

响应

200 - application/json

社区信息响应

community_info
object
status
enum<string>
可用选项:
success,
error
msg
string