Spotify/
1{
2 "markets": [
3 "CA",
4 "BR",
5 "IT"
6 ]
7}
The Spotify Get Available Markets Response Json is an example response of Spotify Get Available Markets API which get the list of markets where Spotify is available.
The Spotify Get Available Markets Json API allows developers to retrieve a list of the countries and territories where Spotify is available. The Json response includes the country code, name, and whether or not the country is available for the Spotify service.
The response is a JSON object containing an array of objects, each representing a country or territory. Each object contains the country code, name, and a boolean value indicating whether or not the country is available for the Spotify service. The Json response also includes a total number of countries and territories available for the Spotify service.
Developed by
Episyche Technologies
Copyright © 2022-2024 Episyche Technologies. All rights reserved.
Based on JSON CRACK, by AykutSarac