Spotify API: Get A User's Top Tracks
Notes
- The page assumes you have >logged in here>/pages/2zzlhz3m/>
- There's a "next" featured defined for getting more items, but I'm only seeing 50 so I'm setting the limit to that and not messing with it.
- This is set to "long_term" - calculated from several years of data and including all new data as it becomes available
- There's also: medium_term which is roughly the last 6 months, and short_term which is roughly the past 4 weeks
- The default is: medium_term
Output
Loading
HTML
Loading
JavaScript
const user_id = localStorage.
const access_token = localStorage.
const
const
document.
-- end of line --