我正在尝试从Last.fm Web API获取一首歌曲。我尝试使用曲目名称和曲目艺术家来获取详细信息,并且它可以正常工作。但是要获得更准确的结果,我想使用歌曲的MusicBrainz(mbid)来获取歌曲的详细信息。
last.fm api's documentaion for reference
现在,我正在使用以下GET请求来获取JSON响应
{
"albums": {
"album": [
{
"name": "Funk Wav Bounces Vol.1",
"mbid": "",
"url": "https://www.last.fm/music/Calvin+Harris",
"artist": {
"name": "Calvin Harris",
"mbid": "8dd98bdc-80ec-4e93-8509-2f46bafc09a7",
"url": "https://www.last.fm/music/Calvin+Harris"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "1"
}
},
{
"name": "The Perfect Red Velvet - The 2nd Album Repackage",
"mbid": "",
"url": "https://www.last.fm/music/Red+Velvet",
"artist": {
"name": "Red Velvet",
"mbid": "4f0cb3b7-6c06-4317-ae35-ddf3106a17ee",
"url": "https://www.last.fm/music/Red+Velvet"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "2"
}
},
{
"name": "Reflektor (Deluxe)",
"mbid": "",
"url": "https://www.last.fm/music/Arcade+Fire",
"artist": {
"name": "Arcade Fire",
"mbid": "52074ba6-e495-4ef3-9bb4-0703888a9f68",
"url": "https://www.last.fm/music/Arcade+Fire"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "3"
}
},
{
"name": "Confessions On A Dance Floor (12 Reg. Tracks)",
"mbid": "",
"url": "https://www.last.fm/music/Madonna",
"artist": {
"name": "Madonna",
"mbid": "79239441-bfd5-4981-a70c-55c3f15c1287",
"url": "https://www.last.fm/music/Madonna"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/a98c799348979488cdd69ecfe3d661e8.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/a98c799348979488cdd69ecfe3d661e8.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/a98c799348979488cdd69ecfe3d661e8.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/a98c799348979488cdd69ecfe3d661e8.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "4"
}
},
{
"name": "Abba Gold Anniversary Edition",
"mbid": "",
"url": "https://www.last.fm/music/ABBA",
"artist": {
"name": "ABBA",
"mbid": "d87e52c5-bb8d-4da8-b941-9f4928627dc8",
"url": "https://www.last.fm/music/ABBA"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/ed142617128004b1782325a93c3e664f.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/ed142617128004b1782325a93c3e664f.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/ed142617128004b1782325a93c3e664f.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/ed142617128004b1782325a93c3e664f.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "5"
}
},
{
"name": "ABBA Gold: Greatest Hits",
"mbid": "",
"url": "https://www.last.fm/music/ABBA",
"artist": {
"name": "ABBA",
"mbid": "d87e52c5-bb8d-4da8-b941-9f4928627dc8",
"url": "https://www.last.fm/music/ABBA"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/805f41899a670561e3156bfc0303b3f3.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/805f41899a670561e3156bfc0303b3f3.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/805f41899a670561e3156bfc0303b3f3.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/805f41899a670561e3156bfc0303b3f3.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "6"
}
},
{
"name": "Saturday Night Fever [The Original Movie Soundtrack]",
"mbid": "",
"url": "https://www.last.fm/music/Bee+Gees",
"artist": {
"name": "Bee Gees",
"mbid": "bf0f7e29-dfe1-416c-b5c6-f9ebc19ea810",
"url": "https://www.last.fm/music/Bee+Gees"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/0f5bb6d199404d57828b796eb06bd183.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/0f5bb6d199404d57828b796eb06bd183.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/0f5bb6d199404d57828b796eb06bd183.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/0f5bb6d199404d57828b796eb06bd183.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "7"
}
},
{
"name": "The Very Best Of",
"mbid": "",
"url": "https://www.last.fm/music/Nina+Simone",
"artist": {
"name": "Nina Simone",
"mbid": "2944824d-4c26-476f-a981-be849081942f",
"url": "https://www.last.fm/music/Nina+Simone"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "8"
}
},
{
"name": "Calling Out of Context",
"mbid": "1cc7c832-a864-4abd-bfa1-72784ca49b56",
"url": "https://www.last.fm/music/Arthur+Russell",
"artist": {
"name": "Arthur Russell",
"mbid": "f43370e3-6d86-44e7-ae4c-ca098962dcd0",
"url": "https://www.last.fm/music/Arthur+Russell"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "extralarge"
}
],
"@attr": {
"tag": "disco",
"page": "1",
"perPage": "50",
"totalPages": "82",
"total": "4068"
}
}
}
有人可以帮我从JSON获取歌曲的网址吗?
答案 0 :(得分:0)
我已经看到此json响应,它不是有效的响应,或者此响应中缺少一些括号。
无效回复
{
"albums": { // **Album objects start from here**
"album": [ //**Album Array start from here**
{
"name": "Funk Wav Bounces Vol.1",
"mbid": "",
"url": "https://www.last.fm/music/Calvin+Harris",
"artist": {
"name": "Calvin Harris",
"mbid": "8dd98bdc-80ec-4e93-8509-2f46bafc09a7",
"url": "https://www.last.fm/music/Calvin+Harris"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "1"
}
},
{
"name": "The Perfect Red Velvet - The 2nd Album Repackage",
"mbid": "",
"url": "https://www.last.fm/music/Red+Velvet",
"artist": {
"name": "Red Velvet",
"mbid": "4f0cb3b7-6c06-4317-ae35-ddf3106a17ee",
"url": "https://www.last.fm/music/Red+Velvet"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "2"
}
},
{
"name": "Reflektor (Deluxe)",
"mbid": "",
"url": "https://www.last.fm/music/Arcade+Fire",
"artist": {
"name": "Arcade Fire",
"mbid": "52074ba6-e495-4ef3-9bb4-0703888a9f68",
"url": "https://www.last.fm/music/Arcade+Fire"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "3"
}
},
{
"name": "Confessions On A Dance Floor (12 Reg. Tracks)",
"mbid": "",
"url": "https://www.last.fm/music/Madonna",
"artist": {
"name": "Madonna",
"mbid": "79239441-bfd5-4981-a70c-55c3f15c1287",
"url": "https://www.last.fm/music/Madonna"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/a98c799348979488cdd69ecfe3d661e8.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/a98c799348979488cdd69ecfe3d661e8.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/a98c799348979488cdd69ecfe3d661e8.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/a98c799348979488cdd69ecfe3d661e8.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "4"
}
},
{
"name": "Abba Gold Anniversary Edition",
"mbid": "",
"url": "https://www.last.fm/music/ABBA",
"artist": {
"name": "ABBA",
"mbid": "d87e52c5-bb8d-4da8-b941-9f4928627dc8",
"url": "https://www.last.fm/music/ABBA"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/ed142617128004b1782325a93c3e664f.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/ed142617128004b1782325a93c3e664f.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/ed142617128004b1782325a93c3e664f.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/ed142617128004b1782325a93c3e664f.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "5"
}
},
{
"name": "ABBA Gold: Greatest Hits",
"mbid": "",
"url": "https://www.last.fm/music/ABBA",
"artist": {
"name": "ABBA",
"mbid": "d87e52c5-bb8d-4da8-b941-9f4928627dc8",
"url": "https://www.last.fm/music/ABBA"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/805f41899a670561e3156bfc0303b3f3.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/805f41899a670561e3156bfc0303b3f3.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/805f41899a670561e3156bfc0303b3f3.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/805f41899a670561e3156bfc0303b3f3.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "6"
}
},
{
"name": "Saturday Night Fever [The Original Movie Soundtrack]",
"mbid": "",
"url": "https://www.last.fm/music/Bee+Gees",
"artist": {
"name": "Bee Gees",
"mbid": "bf0f7e29-dfe1-416c-b5c6-f9ebc19ea810",
"url": "https://www.last.fm/music/Bee+Gees"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/0f5bb6d199404d57828b796eb06bd183.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/0f5bb6d199404d57828b796eb06bd183.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/0f5bb6d199404d57828b796eb06bd183.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/0f5bb6d199404d57828b796eb06bd183.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "7"
}
},
{
"name": "The Very Best Of",
"mbid": "",
"url": "https://www.last.fm/music/Nina+Simone",
"artist": {
"name": "Nina Simone",
"mbid": "2944824d-4c26-476f-a981-be849081942f",
"url": "https://www.last.fm/music/Nina+Simone"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "8"
}
},
{
"name": "Calling Out of Context",
"mbid": "1cc7c832-a864-4abd-bfa1-72784ca49b56",
"url": "https://www.last.fm/music/Arthur+Russell",
"artist": {
"name": "Arthur Russell",
"mbid": "f43370e3-6d86-44e7-ae4c-ca098962dcd0",
"url": "https://www.last.fm/music/Arthur+Russell"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "extralarge"
}
],
"@attr": {
"tag": "disco",
"page": "1",
"perPage": "50",
"totalPages": "82",
"total": "4068"
}
}
} // **Album object ends here**
您可以看到相册对象结束后没有} ,并且没有相册数组结尾括号
现在是有效响应
{
"albums": {
"album": [
{
"name": "Funk Wav Bounces Vol.1",
"mbid": "",
"url": "https://www.last.fm/music/Calvin+Harris",
"artist": {
"name": "Calvin Harris",
"mbid": "8dd98bdc-80ec-4e93-8509-2f46bafc09a7",
"url": "https://www.last.fm/music/Calvin+Harris"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/a552de6f9f15614d4da59ebf8cd7f5e2.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "1"
}
},
{
"name": "The Perfect Red Velvet - The 2nd Album Repackage",
"mbid": "",
"url": "https://www.last.fm/music/Red+Velvet",
"artist": {
"name": "Red Velvet",
"mbid": "4f0cb3b7-6c06-4317-ae35-ddf3106a17ee",
"url": "https://www.last.fm/music/Red+Velvet"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/d31c361f1d65a46ed1d6aeaa99a23b9a.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "2"
}
},
{
"name": "Reflektor (Deluxe)",
"mbid": "",
"url": "https://www.last.fm/music/Arcade+Fire",
"artist": {
"name": "Arcade Fire",
"mbid": "52074ba6-e495-4ef3-9bb4-0703888a9f68",
"url": "https://www.last.fm/music/Arcade+Fire"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/19a3867bd3d48d305b1cf6539f4759a7.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "3"
}
},
{
"name": "Confessions On A Dance Floor (12 Reg. Tracks)",
"mbid": "",
"url": "https://www.last.fm/music/Madonna",
"artist": {
"name": "Madonna",
"mbid": "79239441-bfd5-4981-a70c-55c3f15c1287",
"url": "https://www.last.fm/music/Madonna"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/a98c799348979488cdd69ecfe3d661e8.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/a98c799348979488cdd69ecfe3d661e8.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/a98c799348979488cdd69ecfe3d661e8.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/a98c799348979488cdd69ecfe3d661e8.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "4"
}
},
{
"name": "Abba Gold Anniversary Edition",
"mbid": "",
"url": "https://www.last.fm/music/ABBA",
"artist": {
"name": "ABBA",
"mbid": "d87e52c5-bb8d-4da8-b941-9f4928627dc8",
"url": "https://www.last.fm/music/ABBA"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/ed142617128004b1782325a93c3e664f.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/ed142617128004b1782325a93c3e664f.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/ed142617128004b1782325a93c3e664f.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/ed142617128004b1782325a93c3e664f.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "5"
}
},
{
"name": "ABBA Gold: Greatest Hits",
"mbid": "",
"url": "https://www.last.fm/music/ABBA",
"artist": {
"name": "ABBA",
"mbid": "d87e52c5-bb8d-4da8-b941-9f4928627dc8",
"url": "https://www.last.fm/music/ABBA"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/805f41899a670561e3156bfc0303b3f3.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/805f41899a670561e3156bfc0303b3f3.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/805f41899a670561e3156bfc0303b3f3.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/805f41899a670561e3156bfc0303b3f3.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "6"
}
},
{
"name": "Saturday Night Fever [The Original Movie Soundtrack]",
"mbid": "",
"url": "https://www.last.fm/music/Bee+Gees",
"artist": {
"name": "Bee Gees",
"mbid": "bf0f7e29-dfe1-416c-b5c6-f9ebc19ea810",
"url": "https://www.last.fm/music/Bee+Gees"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/0f5bb6d199404d57828b796eb06bd183.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/0f5bb6d199404d57828b796eb06bd183.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/0f5bb6d199404d57828b796eb06bd183.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/0f5bb6d199404d57828b796eb06bd183.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "7"
}
},
{
"name": "The Very Best Of",
"mbid": "",
"url": "https://www.last.fm/music/Nina+Simone",
"artist": {
"name": "Nina Simone",
"mbid": "2944824d-4c26-476f-a981-be849081942f",
"url": "https://www.last.fm/music/Nina+Simone"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/c9ebed7e766b45dabedaa8ee759b5181.png",
"size": "extralarge"
}
],
"@attr": {
"rank": "8"
}
},
{
"name": "Calling Out of Context",
"mbid": "1cc7c832-a864-4abd-bfa1-72784ca49b56",
"url": "https://www.last.fm/music/Arthur+Russell",
"artist": {
"name": "Arthur Russell",
"mbid": "f43370e3-6d86-44e7-ae4c-ca098962dcd0",
"url": "https://www.last.fm/music/Arthur+Russell"
},
"image": [
{
"#text": "https://lastfm-img2.akamaized.net/i/u/34s/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "small"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/64s/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "medium"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/174s/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "large"
},
{
"#text": "https://lastfm-img2.akamaized.net/i/u/300x300/efae0076093d4a0ccadcbe7b8e4276a3.png",
"size": "extralarge"
}
],
"@attr": {
"tag": "disco",
"page": "1",
"perPage": "50",
"totalPages": "82",
"total": "4068"
}
}
]
}
}
上查看此回复。