Skip to content

Instantly share code, notes, and snippets.

View eegli's full-sized avatar
👻

Eric Egli eegli

👻
View GitHub Profile
@eegli
eegli / spotify_history_coverage.json
Last active June 16, 2023 09:20
Spotify History Coverage Badge
Coverage Badge
@eegli
eegli / Spotify API - Artist genres
Last active April 14, 2021 18:50
Example response from Spotify's "Multiple Artists" endpoint (https://api.spotify.com/v1/artists). Note that Spotify assigns most artists at least one genre.
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5iNrZmtVMtYev5M9yoWpEq"
},
"followers": {
"href": null,
"total": 191004
},
@eegli
eegli / Spotify API - Empty album genres
Last active April 14, 2021 18:50
Example response from Spotify's "Multiple Albums" endpoint (https://api.spotify.com/v1/albums). Note that no album is associated with any genres.
{
"albums": [
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/0YEGscCXpFGt72yQXy4aZD"
},
"href": "https://api.spotify.com/v1/artists/0YEGscCXpFGt72yQXy4aZD",