Amazon Music Web API
Web API Markets V2.0
Important:
These Amazon Music APIs are currently in a closed Beta. Please check back soon for updates.
Important:
These Amazon Music documents are in preview status. Be aware that content may change. Please use the
developer forum for any questions or comments.
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"
}
]

