Skip to content
Announcement: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 APIReferences / 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"]
endpointhttps://api.spotify.com/v1/markets

Response sample

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