[API Request] Add endpoint for retrieving a single podcast episode metadata #118
khers
started this conversation in
API requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Type of change
API extension
Proposal description
AFAICT There is no way to extract the metadata for a single podcast episode. Instead I have to request an entire channel worth of episodes and find the one I want in the list. It would be really nice to be able to fetch the meta data for a single episode given an ID.
Backward compatibility impact
No response
Backward compatibility
API details
I would call it
getPodcastEpisode
to match the other endpoints dealing with single episodes. It would take a required id that is the podcast episode ID. It would return the same object that is in the list included with a channel whengetPodcasts
is invoked withincEpisodes=True
or an error code on a missing parameter or a not found item.Security impacts
No response
Potential issues
No response
Alternative solutions
No response
Beta Was this translation helpful? Give feedback.
All reactions