/
AM
ampache
/
Ampache REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 41m ago · Updated 2w ago
Details
Filter operations
Albums
6
Artists
6
Artwork
6
Authentication
5
Bookmarks
17
Browsing, Indexes and Lists
12
Catalogs
12
Genres
6
Labels
5
Licenses
3
Live Streams
5
Maintenance
4
Now Playing
6
Playback Control
18
Playlists
18
Podcasts
12
get
List podcast episodes
get
Get podcast episode by ID
delete
Delete a podcast episode
get
Search for media entities using rule triplets
get
List podcasts
put
Create a podcast
get
Get podcast by ID
delete
Delete a podcast
patch
Edit an existing podcast
get
List episodes for a podcast
post
Sync and download new podcast episodes
get
Search for media entities using rule triplets
Preferences
7
Ratings and Flags
16
Search
2
Shares
13
Social
6
Songs
8
Streaming and Downloads
9
Users
7
Utilities
7
Videos
3
Podcasts
Create a podcast
put
/podcasts
Query parameters
url
string
required
RSS URL for podcast
catalog
string
required
Podcast catalog ID
Response
Podcast created
PodcastObject
required
id
string
required
name
string
nullable
required
description
string
required
language
string
required
copyright
string
required
feed_url
string
required
generator
string
required
website
string
required
build_date
string
required
sync_date
string
required
public_url
string
required
art
string
nullable
required
has_art
boolean
required
flag
boolean
required
rating
integer
nullable
required
averagerating
number
nullable
required
podcast_episode
PodcastEpisodeObject[]
required
Changes