as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
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"
  }
]