/
/Ampache REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 30m ago · Updated 3w ago
Albums6
Artists6
Artwork6
Authentication5
Bookmarks17
Browsing, Indexes and Lists12
Catalogs11
Genres6
Labels5
Licenses3
Live Streams5
Maintenance4
Now Playing6
Playback Control18
Playlists19
  • getList playlists for the current user context
  • getList smartlists for the current user context
  • getList playlists
  • putCreate a new playlist
  • getGet a single playlist
  • deleteDelete a playlist
  • patchEdit playlist metadata and items
  • postAdd an item to a playlist
  • getGet MD5 hash for playlist songs
  • postRemove a song (or track) from a playlist
  • postRemove an object (by id and type, or track number, or clear) from a playlist
  • getGet songs for a playlist
  • getSearch for media entities using rule triplets
  • getList smartplaylists
  • getGet a single smartplaylist
  • deleteDelete a smartlist
  • getGet songs for a smartlist
  • getSearch for media entities using rule triplets
  • getGenerate a playlist result set (song, index, or id)
Podcasts12
Preferences7
Ratings and Flags16
Search2
Shares13
Social6
Songs8
Streaming and Downloads9
Users7
Utilities7
Videos3
    Playlists

    Get a single playlist

    get/playlists/{playlist_id}

    Path parameters

    playlist_idstring required

    Response

    Playlist response

    object required

    Changes