DhruvRauthan

Spotify API Response(Album)

Apr 7th, 2020
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.93 KB | None | 0 0
  1. {
  2.   "albums": {
  3.     "href": "https://api.spotify.com/v1/search?query=gloria&type=album&offset=0&limit=2",
  4.     "items": [
  5.       {
  6.         "album_type": "album",
  7.         "artists": [
  8.           {
  9.             "external_urls": {
  10.               "spotify": "https://open.spotify.com/artist/2XdtmipGVPmA62ptDgX8QC"
  11.             },
  12.             "href": "https://api.spotify.com/v1/artists/2XdtmipGVPmA62ptDgX8QC",
  13.             "id": "2XdtmipGVPmA62ptDgX8QC",
  14.             "name": "Henry Jamison",
  15.             "type": "artist",
  16.             "uri": "spotify:artist:2XdtmipGVPmA62ptDgX8QC"
  17.           }
  18.         ],
  19.         "available_markets": [
  20.           "AD",
  21.           "AE",
  22.           "AR",
  23.           "AT",
  24.           "AU",
  25.           "BE",
  26.           "BG",
  27.           "BH",
  28.           "BO",
  29.           "BR",
  30.           "CA",
  31.           "CH",
  32.           "CL",
  33.           "CO",
  34.           "CR",
  35.           "CY",
  36.           "CZ",
  37.           "DE",
  38.           "DK",
  39.           "DO",
  40.           "DZ",
  41.           "EC",
  42.           "EE",
  43.           "EG",
  44.           "ES",
  45.           "FI",
  46.           "FR",
  47.           "GB",
  48.           "GR",
  49.           "GT",
  50.           "HK",
  51.           "HN",
  52.           "HU",
  53.           "ID",
  54.           "IE",
  55.           "IL",
  56.           "IN",
  57.           "IS",
  58.           "IT",
  59.           "JO",
  60.           "JP",
  61.           "KW",
  62.           "LB",
  63.           "LI",
  64.           "LT",
  65.           "LU",
  66.           "LV",
  67.           "MA",
  68.           "MC",
  69.           "MT",
  70.           "MX",
  71.           "MY",
  72.           "NI",
  73.           "NL",
  74.           "NO",
  75.           "NZ",
  76.           "OM",
  77.           "PA",
  78.           "PE",
  79.           "PH",
  80.           "PL",
  81.           "PS",
  82.           "PT",
  83.           "PY",
  84.           "QA",
  85.           "RO",
  86.           "SA",
  87.           "SE",
  88.           "SG",
  89.           "SK",
  90.           "SV",
  91.           "TH",
  92.           "TN",
  93.           "TR",
  94.           "TW",
  95.           "US",
  96.           "UY",
  97.           "VN",
  98.           "ZA"
  99.         ],
  100.         "external_urls": {
  101.           "spotify": "https://open.spotify.com/album/33kQ6VPlEEAQTctQZQmd1b"
  102.         },
  103.         "href": "https://api.spotify.com/v1/albums/33kQ6VPlEEAQTctQZQmd1b",
  104.         "id": "33kQ6VPlEEAQTctQZQmd1b",
  105.         "images": [
  106.           {
  107.             "height": 640,
  108.             "url": "https://i.scdn.co/image/ab67616d0000b27306531f13b36b5eb37809d6e1",
  109.             "width": 640
  110.           },
  111.           {
  112.             "height": 300,
  113.             "url": "https://i.scdn.co/image/ab67616d00001e0206531f13b36b5eb37809d6e1",
  114.             "width": 300
  115.           },
  116.           {
  117.             "height": 64,
  118.             "url": "https://i.scdn.co/image/ab67616d0000485106531f13b36b5eb37809d6e1",
  119.             "width": 64
  120.           }
  121.         ],
  122.         "name": "Gloria Duplex",
  123.         "release_date": "2019-02-08",
  124.         "release_date_precision": "day",
  125.         "total_tracks": 12,
  126.         "type": "album",
  127.         "uri": "spotify:album:33kQ6VPlEEAQTctQZQmd1b"
  128.       },
  129.       {
  130.         "album_type": "album",
  131.         "artists": [
  132.           {
  133.             "external_urls": {
  134.               "spotify": "https://open.spotify.com/artist/73jlPRxT7z5xk29sMqFDjU"
  135.             },
  136.             "href": "https://api.spotify.com/v1/artists/73jlPRxT7z5xk29sMqFDjU",
  137.             "id": "73jlPRxT7z5xk29sMqFDjU",
  138.             "name": "Tommee Profitt",
  139.             "type": "artist",
  140.             "uri": "spotify:artist:73jlPRxT7z5xk29sMqFDjU"
  141.           }
  142.         ],
  143.         "available_markets": [
  144.           "AD",
  145.           "AE",
  146.           "AR",
  147.           "AT",
  148.           "AU",
  149.           "BE",
  150.           "BG",
  151.           "BH",
  152.           "BO",
  153.           "BR",
  154.           "CA",
  155.           "CH",
  156.           "CL",
  157.           "CO",
  158.           "CR",
  159.           "CY",
  160.           "CZ",
  161.           "DE",
  162.           "DK",
  163.           "DO",
  164.           "DZ",
  165.           "EC",
  166.           "EE",
  167.           "EG",
  168.           "ES",
  169.           "FI",
  170.           "FR",
  171.           "GB",
  172.           "GR",
  173.           "GT",
  174.           "HK",
  175.           "HN",
  176.           "HU",
  177.           "ID",
  178.           "IE",
  179.           "IL",
  180.           "IN",
  181.           "IS",
  182.           "IT",
  183.           "JO",
  184.           "JP",
  185.           "KW",
  186.           "LB",
  187.           "LI",
  188.           "LT",
  189.           "LU",
  190.           "LV",
  191.           "MA",
  192.           "MC",
  193.           "MT",
  194.           "MX",
  195.           "MY",
  196.           "NI",
  197.           "NL",
  198.           "NO",
  199.           "NZ",
  200.           "OM",
  201.           "PA",
  202.           "PE",
  203.           "PH",
  204.           "PL",
  205.           "PS",
  206.           "PT",
  207.           "PY",
  208.           "QA",
  209.           "RO",
  210.           "SA",
  211.           "SE",
  212.           "SG",
  213.           "SK",
  214.           "SV",
  215.           "TH",
  216.           "TN",
  217.           "TR",
  218.           "TW",
  219.           "US",
  220.           "UY",
  221.           "VN",
  222.           "ZA"
  223.         ],
  224.         "external_urls": {
  225.           "spotify": "https://open.spotify.com/album/3W3oLy5YQ1t8L0FqNGpYR1"
  226.         },
  227.         "href": "https://api.spotify.com/v1/albums/3W3oLy5YQ1t8L0FqNGpYR1",
  228.         "id": "3W3oLy5YQ1t8L0FqNGpYR1",
  229.         "images": [
  230.           {
  231.             "height": 640,
  232.             "url": "https://i.scdn.co/image/ab67616d0000b273a50c04ac291d2ead09e200bd",
  233.             "width": 640
  234.           },
  235.           {
  236.             "height": 300,
  237.             "url": "https://i.scdn.co/image/ab67616d00001e02a50c04ac291d2ead09e200bd",
  238.             "width": 300
  239.           },
  240.           {
  241.             "height": 64,
  242.             "url": "https://i.scdn.co/image/ab67616d00004851a50c04ac291d2ead09e200bd",
  243.             "width": 64
  244.           }
  245.         ],
  246.         "name": "Gloria Regali",
  247.         "release_date": "2019-04-12",
  248.         "release_date_precision": "day",
  249.         "total_tracks": 10,
  250.         "type": "album",
  251.         "uri": "spotify:album:3W3oLy5YQ1t8L0FqNGpYR1"
  252.       }
  253.     ],
  254.     "limit": 2,
  255.     "next": "https://api.spotify.com/v1/search?query=gloria&type=album&offset=2&limit=2",
  256.     "offset": 0,
  257.     "previous": null,
  258.     "total": 4807
  259.   }
  260. }
Add Comment
Please, Sign In to add comment