接口地址:https://api.icofun.cn/api/B_Update.php
返回格式:json/text
请求方式:GET
请求示例:https://api.icofun.cn/api/B_Update.php
请求参数说明:
| 名称 | 必填 | 说明 | |
|---|---|---|---|
| num | 否 | 返回条数,默认1条 | |
| type | 否 | 返回格式,默认json可选text | |
| hh | 否 | 换行符号(默认\n) |
返回示例:
{
"code": 1,
"text": "获取成功",
"data": [
{
"Country": "日本",
"Name": "胆大党 第二季 中配版",
"Count": "7",
"Url": "https://www.bilibili.com/bangumi/play/ss112243",
"Time": "2025-10-31 00:00:02"
}
]
}