我正在使用Itunes API发布
https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/
例如,我需要从Lil Kayner获取关键信息。所以我正在使用以下查询
https://itunes.apple.com/lookup?id=5869117
但是返回的是几乎没有相关信息的json,请参阅:
{
"resultCount": 1,
"results": [
{
"wrapperType": "artist",
"artistType": "Artist",
"artistName": "Lil Wayne",
"artistLinkUrl": "https://itunes.apple.com/us/artist/lil-wayne/5869117?uo=4",
"artistId": 5869117,
"amgArtistId": 384397,
"primaryGenreName": "Hip-Hop / Rap",
"primaryGenreId": 18
}
]
}
我真的需要
中显示的信息。https://itunes.apple.com/us/artist/lil-wayne/5869117?uo=4
艺术家在哪里
有可能吗?