Skip to content

Instantly share code, notes, and snippets.

@wolkenschieber
Last active April 19, 2019 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolkenschieber/f0aedbe20dcf98b5166cb03aee80daf4 to your computer and use it in GitHub Desktop.
Save wolkenschieber/f0aedbe20dcf98b5166cb03aee80daf4 to your computer and use it in GitHub Desktop.
Different results for same endpoint but different clients
# Result from application
{
"collaborative": false,
"description": "electronic love <3",
"external_urls": {
"spotify": "https://open.spotify.com/playlist/37i9dQZF1DWSRc3WJklgBs"
},
"followers": {
"href": null,
"total": 453554
},
"href": "https://api.spotify.com/v1/playlists/37i9dQZF1DWSRc3WJklgBs",
"id": "37i9dQZF1DWSRc3WJklgBs",
"images": [
{
"height": null,
"url": "https://pl.scdn.co/images/pl/default/e8f7fad30c09e48ffbc4e7a8f829f889b95cf6f1",
"width": null
}
],
"name": "Heart Beats",
"owner": {
"display_name": "Spotify",
"external_urls": {
"spotify": "https://open.spotify.com/user/spotify"
},
"href": "https://api.spotify.com/v1/users/spotify",
"id": "spotify",
"type": "user",
"uri": "spotify:user:spotify"
},
"primary_color": "#ffffff",
"public": true,
"snapshot_id": "MTU1NTY2MDQ2MSwwMDAwMDA1ODAwMDAwMTZhMzIyNDMzYjcwMDAwMDE2ODk5NzZjYjdh",
"tracks": {
"href": "https://api.spotify.com/v1/playlists/37i9dQZF1DWSRc3WJklgBs/tracks?offset=0&limit=100",
"items": [
{
"added_at": "2019-04-18T20:29:54Z",
"added_by": {
"external_urls": {
"spotify": "https://open.spotify.com/user/"
},
"href": "https://api.spotify.com/v1/users/",
"id": "",
"type": "user",
"uri": "spotify:user:"
},
"is_local": false,
"primary_color": null,
"track": {
"album": {
"album_type": "album",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/69GGBxA162lTqCwzJG5jLp"
},
"href": "https://api.spotify.com/v1/artists/69GGBxA162lTqCwzJG5jLp",
"id": "69GGBxA162lTqCwzJG5jLp",
"name": "The Chainsmokers",
"type": "artist",
"uri": "spotify:artist:69GGBxA162lTqCwzJG5jLp"
}
],
"available_markets": [],
"external_urls": {
"spotify": "https://open.spotify.com/album/3c7IGLGpCdyd8NdiOq5nT3"
},
"href": "https://api.spotify.com/v1/albums/3c7IGLGpCdyd8NdiOq5nT3",
"id": "3c7IGLGpCdyd8NdiOq5nT3",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/449b46c148dbd2cba9403108a59c6b11bb132200",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/060a5c47795e07d39ffa51116a6eb62db750da74",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/1a9ddf28a12cf59862ec8dd8f941186ad4b5ebe7",
"width": 64
}
],
"name": "Sick Boy...Beach House",
"release_date": "2018-11-16",
"release_date_precision": "day",
"total_tracks": 9,
"type": "album",
"uri": "spotify:album:3c7IGLGpCdyd8NdiOq5nT3"
},
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/69GGBxA162lTqCwzJG5jLp"
},
"href": "https://api.spotify.com/v1/artists/69GGBxA162lTqCwzJG5jLp",
"id": "69GGBxA162lTqCwzJG5jLp",
"name": "The Chainsmokers",
"type": "artist",
"uri": "spotify:artist:69GGBxA162lTqCwzJG5jLp"
}
],
"available_markets": [],
"disc_number": 1,
"duration_ms": 206120,
"episode": false,
"explicit": false,
"external_ids": {
"isrc": "USQX91803217"
},
"external_urls": {
"spotify": "https://open.spotify.com/track/0N8MGHEDAq29ip7RrlrTeN"
},
"href": "https://api.spotify.com/v1/tracks/0N8MGHEDAq29ip7RrlrTeN",
"id": "0N8MGHEDAq29ip7RrlrTeN",
"is_local": false,
"name": "Beach House",
"popularity": 43,
"preview_url": null,
"track": true,
"track_number": 2,
"type": "track",
"uri": "spotify:track:0N8MGHEDAq29ip7RrlrTeN"
},
"video_thumbnail": {
"url": null
}
},
{
"added_at": "2019-04-18T20:29:54Z",
"added_by": {
"external_urls": {
"spotify": "https://open.spotify.com/user/"
},
"href": "https://api.spotify.com/v1/users/",
"id": "",
"type": "user",
"uri": "spotify:user:"
},
"is_local": false,
"primary_color": null,
"track": {
"album": {
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5iNrZmtVMtYev5M9yoWpEq"
},
"href": "https://api.spotify.com/v1/artists/5iNrZmtVMtYev5M9yoWpEq",
"id": "5iNrZmtVMtYev5M9yoWpEq",
"name": "Seeb",
"type": "artist",
"uri": "spotify:artist:5iNrZmtVMtYev5M9yoWpEq"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7EQ0qTo7fWT7DPxmxtSYEc"
},
"href": "https://api.spotify.com/v1/artists/7EQ0qTo7fWT7DPxmxtSYEc",
"id": "7EQ0qTo7fWT7DPxmxtSYEc",
"name": "Bastille",
"type": "artist",
"uri": "spotify:artist:7EQ0qTo7fWT7DPxmxtSYEc"
}
],
"available_markets": [
"AD",
"AE",
"AR",
"AT",
"AU",
"BE",
"BG",
"BH",
"BO",
"BR",
"CA",
"CH",
"CL",
"CO",
"CR",
"CY",
"CZ",
"DE",
"DK",
"DO",
"DZ",
"EC",
"EE",
"EG",
"ES",
"FI",
"FR",
"GB",
"GR",
"GT",
"HK",
"HN",
"HU",
"ID",
"IE",
"IL",
"IN",
"IS",
"IT",
"JO",
"JP",
"KW",
"LB",
"LI",
"LT",
"LU",
"LV",
"MA",
"MC",
"MT",
"MX",
"MY",
"NI",
"NL",
"NO",
"NZ",
"OM",
"PA",
"PE",
"PH",
"PL",
"PS",
"PT",
"PY",
"QA",
"RO",
"SA",
"SE",
"SG",
"SK",
"SV",
"TH",
"TN",
"TR",
"TW",
"US",
"UY",
"VN",
"ZA"
],
"external_urls": {
"spotify": "https://open.spotify.com/album/1TwCR17ZsRgWTo00mmlzqq"
},
"href": "https://api.spotify.com/v1/albums/1TwCR17ZsRgWTo00mmlzqq",
"id": "1TwCR17ZsRgWTo00mmlzqq",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/370ba25b3e972514f65b03fc0b648f9bd0443762",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/1151f5190730a6c674495a48ea0a43b4f9f7bfb6",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/c5760fe27f850a04313d00502f607209857202be",
"width": 64
}
],
"name": "Grip",
"release_date": "2018-12-06",
"release_date_precision": "day",
"total_tracks": 1,
"type": "album",
"uri": "spotify:album:1TwCR17ZsRgWTo00mmlzqq"
},
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5iNrZmtVMtYev5M9yoWpEq"
},
"href": "https://api.spotify.com/v1/artists/5iNrZmtVMtYev5M9yoWpEq",
"id": "5iNrZmtVMtYev5M9yoWpEq",
"name": "Seeb",
"type": "artist",
"uri": "spotify:artist:5iNrZmtVMtYev5M9yoWpEq"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7EQ0qTo7fWT7DPxmxtSYEc"
},
"href": "https://api.spotify.com/v1/artists/7EQ0qTo7fWT7DPxmxtSYEc",
"id": "7EQ0qTo7fWT7DPxmxtSYEc",
"name": "Bastille",
"type": "artist",
"uri": "spotify:artist:7EQ0qTo7fWT7DPxmxtSYEc"
}
],
"available_markets": [
"AD",
"AE",
"AR",
"AT",
"AU",
"BE",
"BG",
"BH",
"BO",
"BR",
"CA",
"CH",
"CL",
"CO",
"CR",
"CY",
"CZ",
"DE",
"DK",
"DO",
"DZ",
"EC",
"EE",
"EG",
"ES",
"FI",
"FR",
"GB",
"GR",
"GT",
"HK",
"HN",
"HU",
"ID",
"IE",
"IL",
"IN",
"IS",
"IT",
"JO",
"JP",
"KW",
"LB",
"LI",
"LT",
"LU",
"LV",
"MA",
"MC",
"MT",
"MX",
"MY",
"NI",
"NL",
"NO",
"NZ",
"OM",
"PA",
"PE",
"PH",
"PL",
"PS",
"PT",
"PY",
"QA",
"RO",
"SA",
"SE",
"SG",
"SK",
"SV",
"TH",
"TN",
"TR",
"TW",
"US",
"UY",
"VN",
"ZA"
],
"disc_number": 1,
"duration_ms": 198074,
"episode": false,
"explicit": false,
"external_ids": {
"isrc": "NOUM71800389"
},
"external_urls": {
"spotify": "https://open.spotify.com/track/3gicyfiEVMGONgzygpWjNT"
},
"href": "https://api.spotify.com/v1/tracks/3gicyfiEVMGONgzygpWjNT",
"id": "3gicyfiEVMGONgzygpWjNT",
"is_local": false,
"name": "Grip",
"popularity": 80,
"preview_url": null,
"track": true,
"track_number": 1,
"type": "track",
"uri": "spotify:track:3gicyfiEVMGONgzygpWjNT"
},
"video_thumbnail": {
"url": null
}
},
{
"added_at": "2019-04-18T20:29:54Z",
"added_by": {
"external_urls": {
"spotify": "https://open.spotify.com/user/"
},
"href": "https://api.spotify.com/v1/users/",
"id": "",
"type": "user",
"uri": "spotify:user:"
},
"is_local": false,
"primary_color": null,
"track": {
"album": {
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/3hyEbRtp617pNCuuQjyOmc"
},
"href": "https://api.spotify.com/v1/artists/3hyEbRtp617pNCuuQjyOmc",
"id": "3hyEbRtp617pNCuuQjyOmc",
"name": "Lost Kings",
"type": "artist",
"uri": "spotify:artist:3hyEbRtp617pNCuuQjyOmc"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2fsk4VlJdNF6G8cCMDrrzB"
},
"href": "https://api.spotify.com/v1/artists/2fsk4VlJdNF6G8cCMDrrzB",
"id": "2fsk4VlJdNF6G8cCMDrrzB",
"name": "Norma Jean Martine",
"type": "artist",
"uri": "spotify:artist:2fsk4VlJdNF6G8cCMDrrzB"
}
],
"available_markets": [
"AD",
"AE",
"AR",
"AT",
"AU",
"BE",
"BG",
"BH",
"BO",
"BR",
"CA",
"CH",
"CL",
"CO",
"CR",
"CY",
"CZ",
"DE",
"DK",
"DO",
"DZ",
"EC",
"EE",
"EG",
"ES",
"FI",
"FR",
"GB",
"GR",
"GT",
"HK",
"HN",
"HU",
"ID",
"IE",
"IL",
"IN",
"IS",
"IT",
"JO",
"JP",
"KW",
"LB",
"LI",
"LT",
"LU",
"LV",
"MA",
"MC",
"MT",
"MX",
"MY",
"NI",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment