【问题标题】:Search artist without artist id Itunes Enterprise API搜索没有艺术家 ID 的艺术家 Itunes Enterprise API
【发布时间】:2013-03-14 03:52:46
【问题描述】:

我正在使用 iTunes 企业 api,并尝试使用它来提取有关某些艺术家的信息。

阅读他们关于如何使用它的小指南,他们给出了一个示例 url

https://itunes.apple.com/artist/scritti-politti/id614113

它返回我需要的确切数据,问题是我不确定在哪里可以找到艺术家 ID,有什么方法可以仅根据艺术家姓名进行搜索?或者根据艺术家姓名在某处搜索以找到艺术家 ID,然后在此 url 中使用它。

谢谢

【问题讨论】:

    标签: api itunes enterprise


    【解决方案1】:

    首先我使用了这个网址

    http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStoreServices.woa/wa/itmsSearch?lang=1&output=json&country=US&term=rhianna&media=music&limit=1
    

    rhianna 是否可以替换为您正在查找的任何艺术家,

    从中我可以从 ArtistLinkUrl 中提取艺术家 ID,然后在企业 api 中使用该艺术家 ID 发出请求。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-04-16
      • 2017-04-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-04-11
      • 2018-07-31
      相关资源
      最近更新 更多