Skip to main content
GET
获取用户的已认证关注者
按时间倒序,仅列出关注某个 X 用户的认证账号。适合用于衡量受众质量而非规模——认证粉丝比单纯的粉丝数更能反映可信度。支持 cursor 分页。该接口接受数字 user_id,而不是 @handle;请先用 get_twitter_user_info 解析 handle。 如需完整粉丝列表,请使用 get_twitter_user_followers

授权

Authorization
string
header
必填

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

查询参数

user_id
string
必填

用户的用户 ID。

cursor
string

用于对结果进行分页的游标。第一页为空。

响应

200 - application/json

成功响应

followers
object[]
status
enum<string>
可用选项:
success,
error
msg
string
has_next_page
boolean
next_cursor
string | null
code
integer