种子列表
开发中
GET
/api/v1/torrents
/torrents
是查看普通分区种子,要查看特别分区,后面跟其分类模式的名字(分区列表接口中的 name 字段),如 /torrents/special
请求参数
Query 参数
per_page
string
每页数量
示例值:
5
page
string
页码
示例值:
1
sorts
string
可选
示例值:
id
filter[source]
string
可选
示例值:
1
filter[size][gt]
string
可选
示例值:
1024
filter[title]
string
可选
示例值:
2014
filter_any[source][gt]
string
可选
示例值:
1
filter_any[codec][gt]
string
可选
示例值:
2
includes
string
可选
示例值:
user,extra
include_fields[torrent]
string
可选
示例值:
has_claimed,has_thanked,has_rewarded,has_bookmarked
include_counts
string
可选
示例值:
claims
Header 参数
Accept
string
必需
默认值:
application/json
Content-Type
string
必需
默认值:
application/json
Body 参数multipart/form-data
object {0}
示例代码
返回响应
修改于 2025-04-16 14:00:27