https://api.andeer.top/API/fanju_msg.php
https://api.andeer.top/API/fanju_msg.php
今日番剧
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| 此接口无需请求参数 | |||
| 状态码 | 说明 |
|---|---|
| 200 | 请求成功,服务器已成功处理了请求。 |
| 403 | 服务器拒绝请求。这可能是由于缺少必要的认证凭据(如API密钥)或权限不足。 |
| 404 | 请求的资源未找到。请检查您的请求地址是否正确。 |
| 429 | 请求过于频繁。您已超出速率限制,请稍后再试。 |
| 500 | 服务器内部错误。服务器在执行请求时遇到了问题。 |
此处将显示接口返回结果...
<?php
$url = 'https://api.andeer.top/API/fanju_msg.php';
$params = [];
$url .= '?' . http_build_query($params);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
curl_close($ch);
echo $response;
?>import requests
url = "https://api.andeer.top/API/fanju_msg.php"
params = {
}
response = requests.get(url, params=params)
print(response.text)const url = new URL('https://api.andeer.top/API/fanju_msg.php');
const params = {
};
Object.keys(params).forEach(key => url.searchParams.append(key, params[key]));
fetch(url)
.then(response => response.text())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));{
"code": 200,
"msg": "获取成功",
"data": [
{
"day": "星期日",
"programs": [
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/67\/91\/463205_eENHx.jpg",
"title": "想摆脱公主教育的我",
"subtitle": "妃教育から逃げたい私"
},
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/dd\/88\/464593_JjK5z.jpg",
"title": "地缚少年花子君2",
"subtitle": "地縛少年花子くん2"
}
]
},
{
"day": "星期一",
"programs": [
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/37\/17\/455626_6hH1b.jpg",
"title": "我的幸福婚姻 第二季",
"subtitle": "わたしの幸せな結婚 第二期"
},
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/d2\/d2\/465094_2rjs9.jpg",
"title": "魔法使的约定",
"subtitle": "魔法使いの約束"
}
]
},
{
"day": "星期二",
"programs": [
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/6e\/39\/497909_1cEES.jpg",
"title": "最弱技能《果实大师》 ~关于能无限食用技能果实(吃了就会死)这件事~",
"subtitle": "外れスキル《木の実マスター》 ~スキルの実(食べたら死ぬ)を無限に食べられるようになった件について~"
},
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/b8\/26\/498934_KffF9.jpg",
"title": "群花绽放,彷如修罗",
"subtitle": "花は咲く、修羅の如く"
}
]
},
{
"day": "星期三",
"programs": [
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/92\/97\/975_YKuWd.jpg') ",
"title": "航海王",
"subtitle": "ONE PIECE"
},
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/b9\/52\/371829_8P0eB.jpg",
"title": "灰色:幻影扳机",
"subtitle": "グリザイア:ファントムトリガー"
}
]
},
{
"day": "星期四",
"programs": [
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/3d\/8e\/425355_JnaD1.jpg",
"title": "想星的大天使 Myth of Emotions",
"subtitle": "想星のアクエリオン Myth of Emotions"
},
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/77\/c3\/454684_ZH5tU.jpg",
"title": "",
"subtitle": "BanG Dream! Ave Mujica"
}
]
},
{
"day": "星期五",
"programs": [
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/8f\/8a\/445827_L6Zh0.jpg",
"title": "虽然是公会的前台小姐,因为讨厌加班,所以打算自己讨伐boss",
"subtitle": "ギルドの受付嬢ですが、残業は嫌なのでボスをソロ討伐しようと思います"
},
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/ca\/22\/472661_hjrMm.jpg",
"title": "欢迎来到日本,精灵小姐。",
"subtitle": "日本へようこそエルフさん。"
}
]
},
{
"day": "星期六",
"programs": [
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/01\/88\/899_Q3F3X.jpg') ",
"title": "名侦探柯南",
"subtitle": "名探偵コナン"
},
{
"cover_url": "https:\/\/lain.bgm.tv\/pic\/cover\/c\/60\/00\/424454_lzj2O.jpg",
"title": "魔法使光之美少女!!~MIRAI DAYS~",
"subtitle": "魔法つかいプリキュア!!~MIRAI DAYS~"
}
]
}
],
"text": {
"copyright": "Aurora 2022.8.14",
"time": "当前时间为:2025-01-14 23:05:09"
}
}