getPodcastEpisode
Returns details for a podcast episode.
Categories:
Opensubsonic:
OpenSubsonic version: 1
OpenSubsonic extension name getPodcastEpisode
(As returned by getOpenSubsonicExtensions
)
http://your-server/rest/getPodcastEpisode
Returns details for a podcast episode.
Parameters
Parameter | Req. | OpenS. | Default | Comment |
---|---|---|---|---|
id |
Yes | Yes | The podcast episode ID. |
Example
http://your-server/rest/getPodcastEpisode.view?id=123&u=demo&p=demo&v=1.13.0&c=AwesomeClientName&f=json
Result
A subsonic-response
element with a nested podcastEpisode
element on success.
{
"subsonic-response": {
"status": "ok",
"version": "1.16.1",
"type": "AwesomeServerName",
"serverVersion": "0.1.3 (tag)",
"openSubsonic": true,
"podcastEpisode": {
"id": "7390",
"parent": "7389",
"isDir": "false",
"title": "Jonas Gahr Støre",
"album": "NRK – Hallo P3",
"artist": "Podcast",
"year": "2015",
"coverArt": "7389",
"size": "41808585",
"contentType": "audio/mpeg",
"suffix": "mp3",
"duration": "2619",
"bitRate": "128",
"isVideo": "false",
"created": "2015-09-07T20:07:31.000Z",
"artistId": "453",
"type": "podcast",
"streamId": "7410",
"channelId": "17",
"description": "Jonas Gahr Støre fra Arbeiderpartiet er med i dagens partilederutspørring i Hallo P3!",
"status": "completed",
"publishDate": "2015-09-07T15:29:00.000Z"
}
}
}
Does not exist
Field | Type | Req. | OpenS. | Details |
---|---|---|---|---|
podcastEspisode |
podcastEpisode |
Yes | The podcast episode |
Last modified March 8, 2025: Add getPodcastEpisode endpoint (#133) (1e4cd10)