Skip to content

查站点总收录


http
GET /spider/torrent/total HTTP/1.1
Host: 2025.iyuu.cn

使用场景

查询IYUU收录的站点种子数量,方便核对。

接口URL

/spider/torrent/total

请求方式

GET

请求Query参数

参数名示例值参数类型是否必填参数描述
sitepiggoString站点site

成功响应示例

json
{
  "code": 200,
  "data": {
    "total": 25997
  },
  "msg": ""
}
参数名示例值参数类型参数描述
code0Integer响应码:200成功
data-Object数据
data.total25997Integer总数
msg-String描述信息

失败响应示例

json
{
  "code": 400,
  "data": [],
  "msg": "site不能为空"
}
参数名示例值参数类型参数描述
code403Integer响应码:200成功
data-Array数据
msgsite不能为空String描述信息