Skip to main content
GET
cURL
🪙2 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

查询参数

sec_user_id
string
必填

用户sec_user_id

示例:

"MS4wLjABAAAAgq8cb7cn9ByhZbmx-XQDdRTvFzmJeBBXOUO4QflP96M"

max_time
string
默认值:0

用于翻页,第一次请求时,max_time为0,max_time传上一次请求返回的max_time

count
integer
默认值:20

数量,默认为20

source_type
integer
默认值:1

第一次请求时使用2,然后再次请求时使用1。 max_time传0,source_type传2,然后会返回一个空的粉丝列表,里面包含了max_time,然后再次请求带上max_time,如果不按照上述方式请求,可能会导致返回数据包含重复数据

响应

请求成功

The response is of type object.