Hi, I'm wondering if there's a way to use the iTunes store API to lookup a podcast by its ID and retrieve info on the latest 5 episodes.
My base URL is: https://itunes.apple.com/lookup?id=1493846689&limit=5&sort=recent
Based on the documentation provided here: https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/ my best guess is that I would need to specify an entity parameter in order to get information about each episode as opposed to the podcast as a whole. I've tried different entity values but to no avail.
If anyone has any suggestions or workarounds that would be much appreciated, thank you.
My base URL is: https://itunes.apple.com/lookup?id=1493846689&limit=5&sort=recent
Based on the documentation provided here: https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/ my best guess is that I would need to specify an entity parameter in order to get information about each episode as opposed to the podcast as a whole. I've tried different entity values but to no avail.
If anyone has any suggestions or workarounds that would be much appreciated, thank you.