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
- marketsarray of stringsExample:
["CA","BR","IT"]
Response sample
{ "markets": ["CA", "BR", "IT"]}