Skip to content
We are updating the criteria to be granted extended access to the Web API.
Please note that starting May 15, 2025 we’re introducing some changes to the way we provide Web API extended quota mode access. For more information, read here.
Web API •References / Markets / Get Available Markets

Get Available Markets

Get the list of markets where Spotify is available.

Request

GET
/markets

Response

A markets object with an array of country codes

  • markets
    array of strings
    Example: ["CA","BR","IT"]

Response sample

{  "markets": ["CA", "BR", "IT"]}