回答編集履歴
1
質問への回答を忘れていたため
answer
CHANGED
@@ -5,4 +5,11 @@
|
|
5
5
|
> デフォルトの値は 50 です。
|
6
6
|
> 1 ~ 200
|
7
7
|
|
8
|
-
[iTunes Search API JP – Affiliate Resources](https://affiliate.itunes.apple.com/resources/documentation/itunes_search_api_jp/)
|
8
|
+
[iTunes Search API JP – Affiliate Resources](https://affiliate.itunes.apple.com/resources/documentation/itunes_search_api_jp/)
|
9
|
+
|
10
|
+
特定アーティストのすべての曲を取得するためには、“ルックアップ” でアルバム全集を取得する例がありましたので、こちらの entity の値を song にすることで可能かと思います。
|
11
|
+
しっかりと検証してはいないので、全曲なのかはっきりとしませんが...
|
12
|
+
|
13
|
+
https://itunes.apple.com/lookup?id=909253&entity=song
|
14
|
+
|
15
|
+
[ルックアップの例 - iTunes Search API JP](https://affiliate.itunes.apple.com/resources/documentation/itunes_search_api_jp/#lookup)
|