Tinyverse R Wrapper for the 'Spotify' Web API
An R wrapper for the 'Spotify' Web API <https://developer.spotify.com/web-api/>.
Add one or more tracks to a user’s playlist.
Add the latest episode of a podcast to a user’s playlist.
Change a playlist’s name and public/private state. (The user must, of course, own the playlist.)
Check if Current User Follows Artists or Users
Check if Users Follow a Playlist
Create a playlist for a Spotify user. (The playlist will be empty until you add tracks.)
Add the current user as a follower of one or more artists or other Spotify users.
Add the current user as a follower of a playlist.
Get Spotify catalog information for a single album.
Get Spotify catalog information about an album’s tracks. Optional parameters can be used to limit the number of tracks returned.
Get Spotify catalog information for multiple albums identified by their Spotify IDs.
Get Spotify catalog information for a single artist identified by their unique Spotify ID.
Get Spotify catalog information for multiple artists identified by their Spotify IDs.
Get Spotify catalog information about an artist’s top tracks by country.
Get a list of Spotify categories
Get a single category used to tag items in Spotify (on, for example, the Spotify player’s “Browse” tab).
Get a list of Spotify playlists tagged with a particular category.
Get a list of Spotify featured playlists (shown, for example, on a Spotify player’s ‘Browse’ tab).
Get Spotify uri information for a show's latest episodes identified by their unique Spotify ID.
Get information about the user’s current playback state, including track, track progress, and active device.
Get the object currently being played on the user’s Spotify account.
Get information about a user’s available devices.
Get the current user’s followed artists.
Get a list of the playlists owned or followed by the current Spotify user.
Get detailed profile information about the current user (including the current user’s username).
Get Current User's Recently Played Tracks
Get Current User's Saved Albums
Get a User's Saved Tracks
Get the current user’s top artists or tracks based on calculated affinity.
Get a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s “Browse” tab).
Get a playlist owned by a Spotify user.
Get the current image associated with a specific playlist.
Get full details of the items of a playlist owned by a Spotify user.
Get full details of the tracks of a playlist owned by a Spotify user.
Create a playlist-style listening experience based on seed artists, tracks and genres.
Get Spotify catalog information about artists similar to a given artist. Similarity is based on analysis of the Spotify community’s listening history.
Get Spotify catalog information for a single show identified by their unique Spotify ID.
Get Spotify catalog information for a show's episodes identified by their unique Spotify ID.
Get Spotify Access Token
Get Spotify authorization Code
Get Spotify catalog information for a single track identified by its unique Spotify ID.
Get a detailed audio analysis for a single track identified by its unique Spotify ID.
Get audio feature information for a single track identified by its unique Spotify ID.
Get a list of the playlists owned or followed by a Spotify user.
Get public profile information about a Spotify user.
Check if a string matches the pattern of a Spotify URI
Pause playback on the user’s account.
Pitch class notation lookup
Remove one or more tracks from a user’s playlist.
Reorder or replace one or more items from a user’s playlist.
Valid scopes
Search for an item
Seeks to the given position in the user’s currently playing track.
Set the repeat mode for the user’s playback. Options are repeat-track, repeat-context, and off.
Set the volume for the user’s current playback device.
Skips to next track in the user’s queue.
Skips to previous track in the user’s queue.
tinyspotifyr package
Toggle shuffle on or off for user’s playback.
Transfer playback to a new device and determine if it should start playing.
Remove the current user as a follower of a playlist.
Verify API result
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.