优雅的BT种子磁力链接搜索接口,让磁力链接搜索更简单一点。
使用Search API查找种子文件磁力链接
请求方式:get/post
请求地址:https://api.jucili.com/api.php
返回格式:json
请求示例:https://api.jucili.com/api.php?u=key&s=btsow&q=images&p=1
使用Search API查找的请求参数
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
u | 是 | string | 请求搜索的密钥KEY |
s | 是 | string | 请求搜索的搜索引擎 |
q | 是 | string | 请求搜索的关键词 |
p | 否 | int | 请求搜索的页面页数 默认为1 |
使用Search API查找的返回参数
名称 | 类型 | 说明 |
---|---|---|
code | int | 返回的状态码200/300 成功/失败 |
msg | string | 返回的提示信息 |
data | string | 返回的磁力链接数据 |
curPage | int | 返回当前页数 |
pageCount | int | 返回下页/总页数 |
debug | int | 返回的错误状态码 |
exec_time | string | 返回的请求时间 |
使用Search API查找的返回示例
{
"code":"200",
"msg":"请求成功!",
"data":[
{
"title":"Nelsen R. Math Made Visual. Creating Images...2006",
"time":"2022-06-04",
"size":"8.27MB",
"magnet":"magnet:?xt=urn:btih:0b4fe8d45b22bc2269a036cc1533b01f52c2d7ec"
},
{
"title":"Making Wooden Jigsaw Puzzles - Creating Heirlooms From Photos And Other Favorite Images",
"time":"2022-05-17",
"size":"18.51MB",
"magnet":"magnet:?xt=urn:btih:a5cfa15f75e8398d69738211440e3885eddf667b"
}
],
"curPage":1,
"pageCount":2,
"debug":"",
"exec_time":"0.123772"
}