Bug in Get Track/Get Multiple Tracks Web API where availableMarkets is sometimes empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Operating System
Web API
My Question or Issue
There is a bug in the Spotify Web API where for some tracks availableMarkets is sometimes empty. You can currently try track id 18GLelA5vVdzd9X7WGPmJ8 and see for yourself.
Get Track API:
https://api.spotify.com/v1/tracks/18GLelA5vVdzd9X7WGPmJ8
Response:
"uri": "spotify:track:18GLelA5vVdzd9X7WGPmJ8",
"available_markets": [],
But if I include a market:
https://api.spotify.com/v1/tracks/1bpTsEhmS4DQ1rC6htLlWL?market=US
Response:
"uri": "spotify:track:18GLelA5vVdzd9X7WGPmJ8",
"is_playable": true,
so it is available in that market and several others, but that is not properly reflected in the API response sometimes.
Labels:
- Labels:
-
available_markets
-
Possible Bug
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page