https://api.andeer.top/API/music_wy_geci.php
https://api.andeer.top/API/music_wy_geci.php?id=5256469
网易云歌词
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| 此接口无需请求参数 | |||
| 状态码 | 说明 |
|---|---|
| 200 | 请求成功,服务器已成功处理了请求。 |
| 403 | 服务器拒绝请求。这可能是由于缺少必要的认证凭据(如API密钥)或权限不足。 |
| 404 | 请求的资源未找到。请检查您的请求地址是否正确。 |
| 429 | 请求过于频繁。您已超出速率限制,请稍后再试。 |
| 500 | 服务器内部错误。服务器在执行请求时遇到了问题。 |
此处将显示接口返回结果...
<?php
$url = 'https://api.andeer.top/API/music_wy_geci.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/music_wy_geci.php"
params = {
}
response = requests.get(url, params=params)
print(response.text)const url = new URL('https://api.andeer.top/API/music_wy_geci.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": {
"sgc": false,
"sfy": false,
"qfy": false,
"lrc": {
"version": 39,
"lyric": "[00:00.000] 作词 : 林夕\n[00:01.000] 作曲 : Robert Lay\n[00:02.000] 编曲 : Robert Lay\n[00:14.310]如果 兄妹相称太多\n[00:19.610]醒不起喜欢我\n[00:22.580]快研究和我这异性 拍拖\n[00:28.460]讹称 知己的真太多\n[00:33.660]当女共男未变爱侣\n[00:37.340]不吻过自然没结果\n[00:42.100]没有好感怎会相亲相爱\n[00:45.740]大哥只是掩饰\n[00:49.650]能做对爱侣堕落成朋友 谁心息\n[00:57.600]我要爱情不需要登对\n[01:00.980]不需得你允许\n[01:03.760]兄妹真有趣 不需要分居\n[01:08.490]忘记辈份再追\n[01:11.670]我要爱情摧毁世交也\n[01:14.960]不失一个壮举\n[01:17.840]相恋的证据 假使要争取\n[01:22.700]唯有约定和大哥喝醉\n[01:28.200]\n[01:39.090]曾经 想手执一柄枪\n[01:44.350]想逼供你一趟\n[01:47.210]我和你无爱谁没有智商\n[01:53.200]如果 恋爱必须创伤\n[01:58.470]想你亦明白到我俩\n[02:01.640]虽开心都也受够伤\n[02:06.900]没有好感怎会相亲\n[02:10.430]相爱大哥只是掩饰\n[02:14.360]能做对爱侣堕落成朋友 谁心息\n[02:22.230]我要爱情不需要登对\n[02:25.670]不需得你允许\n[02:28.440]兄妹真有趣 不需要分居\n[02:33.280]忘记辈份再追\n[02:36.380]我要爱情摧毁世交也\n[02:40.050]不失一个壮举\n[02:42.500]相恋的证据 假使要争取\n[02:47.350]唯有约定和大哥喝醉\n[02:55.100]\n[03:08.170]我要爱情不需要登对\n[03:11.630]不需得你允许\n[03:14.380]兄妹真有趣 不需要分居\n[03:19.250]忘记辈份再追\n[03:22.270]我要爱情摧毁世交也\n[03:25.680]不失一个壮举\n[03:28.520]相恋的证据 假使要争取\n[03:33.360]唯有约定和大哥喝醉\n[03:40.040]\n"
},
"tlyric": {
"version": 0,
"lyric": ""
},
"code": 200
},
"text": {
"copyright": "Aurora 2022.8.14",
"time": "当前时间为:2025-01-29 17:47:43"
}
}