v1

latestOpenAPI 3.0.32026-07-148993228.8 KB
Markets

Get Available Markets

Get the list of markets where Spotify is available.

get/markets

Response

A markets object with an array of country codes

marketsstring[]

Example response

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