Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
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"
  }
]