Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

Amazon Music Web API

Web API Markets V2.0

Markets

Get available markets

GET
/v2/markets
Authorization Scope: [music::catalog]
Get the list of markets (countries and regions) where Amazon Music is available. Each entry includes its ISO 3166-1 alpha-2 code (`id`) and a localized display `name`, suitable for populating a market selector.

Response 200

Successful response

Response Schema

(array)
Market[]

Example (default)

Available markets

[
  {
    "id": "US",
    "name": "United States"
  },
  {
    "id": "GB",
    "name": "United Kingdom"
  },
  {
    "id": "DE",
    "name": "Germany"
  }
]