通过电台ID可获取此电台下全部已上架的歌单列表,列表信息包括歌单名、歌单封面、歌曲数量、歌单描述、歌单推荐音乐等信息。
GET
HFChannelSheetRequest request = new HFChannelSheetRequest();
request.setMethod(HFRequest.METHOD_GET);
request.setClientId("hf2y7jk19a56qetq05");
request.setGroupId("csa0t86qv24");
request.setLanguage(LangageEnum.CN.getValue());
request.setRecoNum(10);
request.setPage(1);
request.setPageSize(10);
try {
HFChannelSheetResponse response = client.execute(request);
System.out.println(JSON.toJSON(response));
} catch (ApiException e) {
e.printStackTrace();
}
curl -G https://gateway-open.haifanwu.com -H 'Authorization:HF3-HMAC-SHA1 Signature=572846305DD1001C6605D3721766AB32' -H 'X-HF-ClientId:hf2y7jk19a56qetq05' -H 'X-HF-AppId:170ae316b9b14c1b9c185988771bde16' -H 'X-HF-Action:ChannelSheet' -H 'X-HF-Timestamp:1595829997599' -H 'X-HF-Version:V4.2.0' -H 'X-HF-Nonce:ylaZYiVwcGlTeMpmbbQppNNAHiyCFhus'
-X GET -d 'Language=1&RecoNum=1&Page=1&PageSize=10'
{
"code": 10200,
"msg": "操作成功",
"data": {
"record": [{
"sheetId": 727,
"sheetName": "动漫",
"musicTotal": 10,
"type": 0,
"describe": "",
"free": 1,
"price": 0,
"tag": [{
"tagId": 1455,
"tagName": "动漫游戏",
"child": []
}],
"music": [{
"musicId": "125F34E87FCD",
"musicName": "妖与手抄卷",
"intro": "",
"albumId": "2656",
"albumName": "手抄卷",
"duration": 348,
"bpm": 102,
"auditionBegin": 0,
"auditionEnd": 0,
"tag": [],
"cover": [{
"url": "https://static-hifiveai-open.haifanwu.com/artwork/artwork_01.png",
"size": ""
}],
"artist": [{
"name": "Alyssa",
"code": "1D65211AEC4",
"avatar": "https://static-hifiveai-open.haifanwu.com/artist/default.png?sign=a5800b322816dfc86bf03e57154abdd1&t=1595829998"
}],
"author": [{
"name": "闫东炜",
"code": "1D65211AE92",
"avatar": "https://static-hifiveai-open.haifanwu.com/artist/default.png?sign=a5800b322816dfc86bf03e57154abdd1&t=1595829998"
}],
"composer": [{
"name": "谷繁先森",
"code": "1D65211AEA2",
"avatar": "https://static-hifiveai-open.haifanwu.com/artist/default.png?sign=a5800b322816dfc86bf03e57154abdd1&t=1595829998"
}],
"arranger": [],
"version": [{
"name": "Instrumental",
"musicId": "125F34E87FCD",
"free": 1,
"price": 0,
"majorVersion": true,
"duration": 348,
"auditionBegin": 0,
"auditionEnd": 0
}]
}],
"cover": [{
"url": "https://hifive-web.obs.cn-north-4.myhuaweicloud.com:443/news/png/2020-6-23/a687f85d3320a93d78bc5ec5042b42b7.png",
"size": null
}]
}, {
"sheetId": 726,
"sheetName": "日韩",
"musicTotal": 10,
"type": 0,
"describe": "",
"free": 1,
"price": 0,
"tag": [{
"tagId": 5492,
"tagName": "日风",
"child": []
}],
"music": [{
"musicId": "B7B810B33399",
"musicName": "Arcadia",
"albumId": "6339",
"albumName": "Arcadia",
"duration": 186,
"bpm": 0,
"auditionBegin": 0,
"auditionEnd": 0,
"tag": [{
"tagId": 954,
"tagName": "童声",
"child": []
}, {
"tagId": 959,
"tagName": "有人声",
"child": []
}, {
"tagId": 626,
"tagName": "动态",
"child": []
}, {
"tagId": 773,
"tagName": "特殊",
"child": [{
"tagId": 797,
"tagName": "电子音效",
"child": []
}]
}, {
"tagId": 809,
"tagName": "钢琴",
"child": []
}, {
"tagId": 906,
"tagName": "合成器",
"child": []
}, {
"tagId": 708,
"tagName": "打击乐",
"child": [{
"tagId": 743,
"tagName": "鼓机/电子鼓",
"child": []
}]
}, {
"tagId": 1439,
"tagName": "电音科技",
"child": []
}, {
"tagId": 1057,
"tagName": "宣传片",
"child": []
}, {
"tagId": 1301,
"tagName": "游戏bgm",
"child": []
}, {
"tagId": 1277,
"tagName": "广告片",
"child": []
}, {
"tagId": 26,
"tagName": "EDM",
"child": []
}, {
"tagId": 43,
"tagName": "电子",
"child": [{
"tagId": 70,
"tagName": "Progressive",
"child": []
}]
}, {
"tagId": 1620,
"tagName": "夜店",
"child": []
}, {
"tagId": 1644,
"tagName": "赛车",
"child": []
}, {
"tagId": 450,
"tagName": "紧凑",
"child": [{
"tagId": 460,
"tagName": "动感",
"child": []
}]
}, {
"tagId": 485,
"tagName": "激昂",
"child": [{
"tagId": 491,
"tagName": "激情",
"child": []
}]
}, {
"tagId": 593,
"tagName": "轻快",
"child": []
}],
"cover": [{
"url": "https://static-hifiveai-open.haifanwu.com/artwork/artwork_06.png",
"size": ""
}],
"artist": [{
"name": "空野リンジ",
"code": "1D652121853",
"avatar": "https://static-hifiveai-open.haifanwu.com/artist/default.png?sign=a5800b322816dfc86bf03e57154abdd1&t=1595829998"
}],
"author": [],
"composer": [{
"name": "空野リンジ",
"code": "1D652121853",
"avatar": "https://static-hifiveai-open.haifanwu.com/artist/default.png?sign=a5800b322816dfc86bf03e57154abdd1&t=1595829998"
}],
"arranger": [],
"version": [{
"name": "主版本",
"musicId": "B7B810B33399",
"free": 1,
"price": 0,
"majorVersion": true,
"duration": 186,
"auditionBegin": 0,
"auditionEnd": 0
}]
}],
"cover": [{
"url": "https://hifive-web.obs.cn-north-4.myhuaweicloud.com:443/news/png/2020-6-23/dd39f2864af0173d6d7affd0db96befa.png",
"size": null
}]
}, {
"sheetId": 725,
"sheetName": "欧美",
"musicTotal": 20,
"type": 0,
"describe": "",
"free": 1,
"price": 0,
"tag": [{
"tagId": 1321,
"tagName": "欧美人声",
"child": []
}],
"music": [{
"musicId": "B7B810AB679A",
"musicName": "Christmas In California",
"albumId": "4694",
"albumName": "Tis The Season",
"duration": 199,
"bpm": 122,
"auditionBegin": 0,
"auditionEnd": 0,
"tag": [{
"tagId": 1446,
"tagName": "时尚动感",
"child": []
}, {
"tagId": 1057,
"tagName": "宣传片",
"child": []
}, {
"tagId": 1059,
"tagName": "短视频",
"child": []
}, {
"tagId": 1321,
"tagName": "欧美人声",
"child": []
}, {
"tagId": 1277,
"tagName": "广告片",
"child": []
}, {
"tagId": 93,
"tagName": "流行",
"child": []
}, {
"tagId": 2843,
"tagName": "Acoustic Guitar",
"child": []
}, {
"tagId": 2847,
"tagName": "Lap Steel Guitar",
"child": []
}, {
"tagId": 2827,
"tagName": "Sleigh Bells",
"child": []
}, {
"tagId": 4435,
"tagName": "Contemplative",
"child": []
}, {
"tagId": 4437,
"tagName": "Shimmering",
"child": []
}, {
"tagId": 4439,
"tagName": "Bouncy",
"child": []
}, {
"tagId": 4499,
"tagName": "Sweet",
"child": []
}, {
"tagId": 4542,
"tagName": "Winter",
"child": []
}, {
"tagId": 4543,
"tagName": "Christmas",
"child": []
}, {
"tagId": 4701,
"tagName": "Lighthearted",
"child": []
}, {
"tagId": 4702,
"tagName": "Reflective",
"child": []
}, {
"tagId": 4714,
"tagName": "Romantic",
"child": []
}, {
"tagId": 450,
"tagName": "紧凑",
"child": [{
"tagId": 460,
"tagName": "动感",
"child": []
}]
}, {
"tagId": 468,
"tagName": "欢乐",
"child": [{
"tagId": 474,
"tagName": "活泼",
"child": []
}]
}, {
"tagId": 485,
"tagName": "激昂",
"child": [{
"tagId": 491,
"tagName": "激情",
"child": []
}]
}],
"cover": [{
"url": "https://static-hifiveai-open.haifanwu.com/artwork/artwork_04.png",
"size": ""
}],
"artist": [],
"author": [],
"composer": [{
"name": "Daniel Ryan Murphy",
"code": "1D65211E761",
"avatar": "https://static-hifiveai-open.haifanwu.com/artist/default.png?sign=a5800b322816dfc86bf03e57154abdd1&t=1595829998"
}],
"arranger": [],
"version": [{
"name": "主版本",
"musicId": "B7B810AB679A",
"free": 1,
"price": 0,
"majorVersion": true,
"duration": 199,
"auditionBegin": 0,
"auditionEnd": 0
}]
}],
"cover": [{
"url": "https://hifive-web.obs.cn-north-4.myhuaweicloud.com:443/news/png/2020-6-23/796df1262cf1c5565a0bfa944df4fbc1.png",
"size": null
}]
}, {
"sheetId": 724,
"sheetName": "流行",
"musicTotal": 19,
"type": 0,
"describe": "",
"free": 1,
"price": 0,
"tag": [{
"tagId": 1171,
"tagName": "流行",
"child": []
}],
"music": [{
"musicId": "2F0835609D",
"musicName": "Scumville (a)",
"albumId": "21",
"albumName": "Underground Indie",
"duration": 170,
"bpm": 131,
"auditionBegin": 0,
"auditionEnd": 0,
"tag": [{
"tagId": 959,
"tagName": "有人声",
"child": [{
"tagId": 961,
"tagName": "Vocal Background",
"child": []
}, {
"tagId": 963,
"tagName": "With Vocals",
"child": []
}]
}, {
"tagId": 969,
"tagName": "男声",
"child": [{
"tagId": 970,
"tagName": "Male",
"child": []
}]
}, {
"tagId": 627,
"tagName": "静态",
"child": []
}, {
"tagId": 628,
"tagName": "加速",
"child": [{
"tagId": 630,
"tagName": "快速",
"child": []
}]
}, {
"tagId": 640,
"tagName": "失真",
"child": [{
"tagId": 646,
"tagName": "失真",
"child": []
}, {
"tagId": 649,
"tagName": "调制",
"child": []
}, {
"tagId": 654,
"tagName": "桥段",
"child": []
}]
}, {
"tagId": 681,
"tagName": "哇音",
"child": [{
"tagId": 682,
"tagName": "哇哇",
"child": []
}]
}, {
"tagId": 773,
"tagName": "特殊",
"child": [{
"tagId": 779,
"tagName": "特殊音效",
"child": []
}]
}, {
"tagId": 872,
"tagName": "贝斯",
"child": [{
"tagId": 876,
"tagName": "电贝司",
"child": []
}]
}, {
"tagId": 877,
"tagName": "吉他",
"child": [{
"tagId": 882,
"tagName": "失真电吉他",
"child": []
}]
}, {
"tagId": 906,
"tagName": "合成器",
"child": [{
"tagId": 911,
"tagName": "合成器",
"child": []
}]
}, {
"tagId": 708,
"tagName": "打击乐",
"child": [{
"tagId": 719,
"tagName": "鼓",
"child": []
}, {
"tagId": 709,
"tagName": "非洲打击乐",
"child": []
}]
}, {
"tagId": 93,
"tagName": "流行",
"child": []
}, {
"tagId": 172,
"tagName": "摇滚",
"child": [{
"tagId": 187,
"tagName": "车库摇滚",
"child": []
}, {
"tagId": 196,
"tagName": "独立摇滚",
"child": []
}]
}, {
"tagId": 1606,
"tagName": "酒吧",
"child": []
}, {
"tagId": 1631,
"tagName": "排练",
"child": []
}, {
"tagId": 5422,
"tagName": "行军",
"child": []
}, {
"tagId": 468,
"tagName": "欢乐",
"child": [{
"tagId": 474,
"tagName": "活泼",
"child": []
}]
}, {
"tagId": 519,
"tagName": "雄壮",
"child": [{
"tagId": 523,
"tagName": "强大",
"child": []
}]
}, {
"tagId": 503,
"tagName": "神圣",
"child": [{
"tagId": 508,
"tagName": "自信",
"child": []
}]
}, {
"tagId": 511,
"tagName": "强烈",
"child": [{
"tagId": 518,
"tagName": "强劲",
"child": []
}]
}, {
"tagId": 553,
"tagName": "简约",
"child": [{
"tagId": 556,
"tagName": "粗糙",
"child": []
}, {
"tagId": 562,
"tagName": "连续",
"child": []
}]
}],
"cover": [{
"url": "https://static-hifiveai-open.haifanwu.com/artwork/artwork_02.png",
"size": ""
}],
"artist": [],
"author": [],
"composer": [{
"name": "Aaron Frederick Laszlo Wheeler",
"code": "4B4054C1B",
"avatar": "https://static-hifiveai-open.haifanwu.com/artist/default.png?sign=a5800b322816dfc86bf03e57154abdd1&t=1595829998"
}, {
"name": "Jamye Tovey",
"code": "4B4054C97",
"avatar": "https://static-hifiveai-open.haifanwu.com/artist/default.png?sign=a5800b322816dfc86bf03e57154abdd1&t=1595829998"
}],
"arranger": [],
"version": [{
"name": "主版本",
"musicId": "2F0835609D",
"free": 1,
"price": 0,
"majorVersion": true,
"duration": 170,
"auditionBegin": 0,
"auditionEnd": 0
}]
}],
"cover": [{
"url": "https://hifive-web.obs.cn-north-4.myhuaweicloud.com:443/news/png/2020-6-23/3cd544f341d3a8b464b7220c8e77f0dc.png",
"size": null
}]
}],
"meta": {
"totalCount": 4,
"currentPage": 1
}
},
"taskId": "b43bf6b50b324f498395d78f089d7ef5"
}