DEV Community

Cristian Ionut
Cristian Ionut

Posted on

[Question] Dev API podcast URL

Hi everyone,

Just a quick question regarding the DEV API.
Is there any method to get the URL of a podcast?
Based on the docs you can get the relative path of an episode, but I would also like to get the URL of the stream.

This is the model of a podcast episode that I can get right now from https://dev.to/api/podcast_episodes:

{
"type_of": "podcast_episodes",
"id": 13894,
"path": "/codenewbie/s11-e7-why-site-reliability-is-so-important-molly-struve",
"image_url": "https://dev-to-uploads.s3.amazonaws.com/uploads/podcast/image/2/9f50a462-9152-429a-b15e-d024baaa8e01.png",
"title": "S11:E7 - Why site reliability is so important (Molly Struve)",
"podcast": {
    "title": "CodeNewbie",
    "slug": "codenewbie",
    "image_url": "https://dev-to-uploads.s3.amazonaws.com/uploads/podcast/image/2/9f50a462-9152-429a-b15e-d024baaa8e01.png"
    }
}

Top comments (0)