Skip to content

Instantly share code, notes, and snippets.

@drumnation
Created January 20, 2019 22:07
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 drumnation/d22ac1a1c96ee69c916ebc4e26ff497e to your computer and use it in GitHub Desktop.
Save drumnation/d22ac1a1c96ee69c916ebc4e26ff497e to your computer and use it in GitHub Desktop.
Audio Features for Suicide Nation from Spotify API
{
"danceability": 0.245,
"energy": 0.981,
"key": 7,
"loudness": -7.555,
"mode": 1,
"speechiness": 0.17,
"acousticness": 0.00000242,
"instrumentalness": 0.936,
"liveness": 0.222,
"valence": 0.309,
"tempo": 114.378,
"type": "audio_features",
"id": "3pvRJy3zkIivvLXh89aO3J",
"uri": "spotify:track:3pvRJy3zkIivvLXh89aO3J",
"track_href": "https://api.spotify.com/v1/tracks/3pvRJy3zkIivvLXh89aO3J",
"analysis_url": "https://api.spotify.com/v1/audio-analysis/3pvRJy3zkIivvLXh89aO3J",
"duration_ms": 216107,
"time_signature": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment