Skip to content
DocumentationAPI Reference

Get Available Markets

GET/markets

Get the list of markets where Spotify is available.

ReturnsExpand Collapse
markets: optional array of string

Get Available Markets

curl https://api.spotify.com/v1/markets \
    -H "Authorization: Bearer $SPOTIFY_ACCESS_TOKEN"
{
  "markets": [
    "CA",
    "BR",
    "IT"
  ]
}
Returns Examples
{
  "markets": [
    "CA",
    "BR",
    "IT"
  ]
}