How to get Spotify podcast
GET request to /v1/spotify/podcast with your input. You get clean JSON back in seconds for 6 credits per call — no OAuth, scraping or platform SDKs. Get full Spotify video metadata — title, views, likes, duration, and more.How to get Spotify podcast (step by step)
- 1
Get a free API key
Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.
- 2
Call the Spotify Podcast API
Send an authenticated GET request to /v1/spotify/podcast with your input. No OAuth, no scraping setup.
- 3
Read the JSON response
Parse the clean JSON response. Results are cached for 24 hours, so repeat calls are free.
Code example
curl "https://api.captapi.com/v1/spotify/podcast?url=https%3A%2F%2Fopen.spotify.com%2Fartist%2F06HL4z0CvFAxyc27GXpf02" \
-H "Authorization: Bearer capt_live_..."What the response looks like
{
"success": true,
"cached": false,
"creditsUsed": 6,
"data": {
"platform": "spotify",
"type": "podcast",
"uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
"url": "https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk",
"name": "The Joe Rogan Experience",
"description": "The official podcast of comedian Joe Rogan.",
"artists": [
"Joe Rogan"
],
"album": null,
"durationMs": null,
"playCount": null,
"followers": null,
"monthlyListeners": null,
"releaseYear": null,
"image": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
"totalTracks": null,
"totalEpisodes": 2716,
"raw": {
"__typename": "Podcast",
"id": "4rOoJ6Egrf8K2IrywzwOMk",
"uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
"url": "https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk",
"name": "The Joe Rogan Experience",
"publisher": {
"name": "Joe Rogan"
},
"rating": {
"averageRating": {
"average": 4.657981734804217,
"showAverage": true,
"totalRatings": 950113
},
"canRate": true,
"rating": {
"rating": 0
}
},
"mediaType": "MIXED",
"musicAndTalk": null,
"consumptionOrderV2": "EPISODIC",
"contentRatingV2": {
"labels": [
"EXPLICIT"
]
},
"contentType": "CONTENT_TYPE_PODCAST",
"description": "The official podcast of comedian Joe Rogan.",
"gatedEntityRelations": [],
"accessInfo": null,
"htmlDescription": "<p>The official podcast of comedian Joe Rogan.</p>",
"playability": {
"playable": true,
"reason": "PLAYABLE",
"unplayabilityReasons": []
},
"saved": false,
"sharingInfo": {
"shareId": "2-Tjf7pHSKivA1_xBy_Hug",
"shareUrl": "https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk?si=2-Tjf7pHSKivA1_xBy_Hug"
},
"showTypes": [
"SHOW_TYPE_EXCLUSIVE"
],
"topics": {
"items": [
{
"__typename": "PodcastTopic",
"title": "Comedy",
"uri": "spotify:genre:0JQ5DAqbMKFNr6gDrHHVKL"
}
]
},
"coverArt": {
"sources": [
{
"height": 64,
"url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
"width": 64
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
"width": 300
},
{
"height": 640,
"url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
"width": 640
}
]
},
"episodesV2": {
"__typename": "ContextEpisodePage",
"items": [
{
"entity": {
"__typename": "EpisodeResponseWrapper",
"data": {
"__typename": "Episode",
"creator": null,
"uri": "spotify:episode:3qmU4PHSSTTwjuZ4UI5Xej"
}
}
}
]
},
"trailerV2": null,
"episodes": {
"data": {
"podcastUnionV2": {
"__typename": "Podcast",
"episodesV2": {
"__typename": "ContextEpisodePage",
"items": [
{
"entity": {
"_uri": "spotify:episode:3qmU4PHSSTTwjuZ4UI5Xej",
"data": {
"__typename": "Episode",
"accessInfo": null,
"audio": {
"items": [
{
"url": "https://p.scdn.co/mp3-preview/d2fe2601cd32325d6346c8f46fc020b5c93d93a6"
},
{
"url": "https://p.scdn.co/mp3-preview/b1c0423d35baf4528187974c373e8e11e45179ae"
},
{
"url": "https://p.scdn.co/mp3-preview/4eb044d667832604580e6a07cf294ed48a6794e0"
},
{
"url": "https://p.scdn.co/mp3-preview/6732eb9442b3c2261565a8f7f6057fa6cea7b6d9"
},
{
"url": "https://p.scdn.co/mp3-preview/66d37ea490b52dc84b2f94bf14a2b6d32d5fe8c3"
}
]
},
"contentInformation": null,
"contentRating": {
"label": "EXPLICIT"
},
"contents": [],
"coverArt": {
"sources": [
{
"height": 64,
"url": "https://i.scdn.co/image/ab6765630000f68de3244c1fe816a014567cf8c3",
"width": 64
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67656300005f1fe3244c1fe816a014567cf8c3",
"width": 300
},
{
"height": 640,
"url": "https://i.scdn.co/image/ab6765630000ba8ae3244c1fe816a014567cf8c3",
"width": 640
}
]
},
"creator": null,
"description": "Tony Hinchcliffe is a comedian, writer, actor, and host of the podcast and live show “Kill Tony.” His new special, \"Man of the People,\" is now streaming on Netflix.www.youtube.com/@killtonyhttps://tonyhinchcliffe.komi.iowww.tonyhinchcliffe.com Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan. Try ZipRecruiter FOR FREE at https://ziprecruiter.com/rogan Learn more about your ad choices. Visit podcastchoices.com/adchoices",
"duration": {
"totalMilliseconds": 10118100
},
"gatedEntityRelations": [],
"htmlDescription": "<p>Tony Hinchcliffe is a comedian, writer, actor, and host of the podcast and live show “Kill Tony.” His new special, "Man of the People," is now streaming on Netflix.<br />www.youtube.com/@killtony<br /><a href=\"https://tonyhinchcliffe.komi.io/\" rel=\"nofollow\">https://tonyhinchcliffe.komi.io</a><br />www.tonyhinchcliffe.com</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>Try ZipRecruiter FOR FREE at <a href=\"https://ziprecruiter.com/rogan\" rel=\"nofollow\">https://ziprecruiter.com/rogan</a></p><br/><p><br /></p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
"id": "3qmU4PHSSTTwjuZ4UI5Xej",
"mediaTypes": [
"VIDEO",
"AUDIO"
],
"name": "#2522 - Tony Hinchcliffe",
"playability": {
"playable": true,
"reason": "PLAYABLE",
"unplayabilityReasons": []
},
"playedState": {
"playPositionMilliseconds": 0,
"state": "NOT_STARTED"
},
"podcastV2": {
"data": {
"__typename": "Podcast",
"coverArt": {
"sources": [
{
"height": 64,
"url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
"width": 64
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
"width": 300
},
{
"height": 640,
"url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
"width": 640
}
]
},
"name": "The Joe Rogan Experience",
"showTypes": [
"SHOW_TYPE_EXCLUSIVE"
],
"trailerV2": null,
"uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
"accessInfo": null
}
},
"previewPlayback": {
"audioPreview": {
"cdnUrl": "https://p.scdn.co/mp3-preview/90f999b0be9463850431d4d8a892c7e649b93133.mp3"
}
},
"releaseDate": {
"isoString": "2026-07-02T17:00:00Z",
"precision": "MINUTE"
},
"restrictions": {
"paywallContent": false
},
"segments": null,
"sharingInfo": {
"shareId": "BU0TAt-LTYuFY99rFBacMw",
"shareUrl": "https://open.spotify.com/episode/3qmU4PHSSTTwjuZ4UI5Xej?si=BU0TAt-LTYuFY99rFBacMw"
},
"transcripts": {
"items": []
},
"type": "PODCAST_EPISODE",
"uri": "spotify:episode:3qmU4PHSSTTwjuZ4UI5Xej",
"visualIdentity": {
"sixteenByNineCoverImage": {
"image": {
"data": {
"__typename": "ImageV2",
"sources": [
{
"maxHeight": 720,
"maxWidth": 1280,
"url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aecd58e6c55a9b75ee119f848a"
},
{
"maxHeight": 360,
"maxWidth": 640,
"url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7cd58e6c55a9b75ee119f848a"
}
]
}
}
},
"squareCoverImage": {
"__typename": "VisualIdentityImage",
"extractedColorSet": {
"encoreBaseSetTextColor": {
"alpha": 255,
"blue": 110,
"green": 165,
"red": 255
},
"highContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 48,
"red": 145
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 0,
"green": 9,
"red": 97
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textSubdued": {
"alpha": 255,
"blue": 154,
"green": 192,
"red": 255
}
},
"higherContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 10,
"red": 101
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 40,
"green": 55,
"red": 144
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 96,
"green": 215,
"red": 30
},
"textSubdued": {
"alpha": 255,
"blue": 154,
"green": 192,
"red": 255
}
},
"minContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 111,
"red": 247
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 0,
"green": 83,
"red": 217
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textSubdued": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
}
}
}
}
}
}
},
"uid": "cdc2811c57bd28129f3d"
},
{
"entity": {
"_uri": "spotify:episode:0c1KvW8QpptqePMbWZnMCq",
"data": {
"__typename": "Episode",
"accessInfo": null,
"audio": {
"items": [
{
"url": "https://p.scdn.co/mp3-preview/cfb61bc43ea469b769b9296b2b9bb239bf0ce24b"
},
{
"url": "https://p.scdn.co/mp3-preview/a90049688a03628f5646191150d16f7b9f87094c"
},
{
"url": "https://p.scdn.co/mp3-preview/5e64cd89ebbe18b3752bf52b542325166c1d16d3"
},
{
"url": "https://p.scdn.co/mp3-preview/d4c9695b36d361fe86fe4a15f2e9a7fca9414e04"
},
{
"url": "https://p.scdn.co/mp3-preview/46b9e679935c282a39f6e0bf412574521cb2e345"
}
]
},
"contentInformation": null,
"contentRating": {
"label": "EXPLICIT"
},
"contents": [],
"coverArt": {
"sources": [
{
"height": 64,
"url": "https://i.scdn.co/image/ab6765630000f68dc364014237b106156683a877",
"width": 64
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67656300005f1fc364014237b106156683a877",
"width": 300
},
{
"height": 640,
"url": "https://i.scdn.co/image/ab6765630000ba8ac364014237b106156683a877",
"width": 640
}
]
},
"creator": null,
"description": "Aravind Srinivas, PhD, is the co-founder and CEO of Perplexity AI, creator of the AI-powered search and answer engine Perplexity.www.perplexity.ai Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan. This video is sponsored by BetterHelp. Visit https://BetterHelp.com/JRE Learn more about your ad choices. Visit podcastchoices.com/adchoices",
"duration": {
"totalMilliseconds": 9069055
},
"gatedEntityRelations": [],
"htmlDescription": "<p>Aravind Srinivas, PhD, is the co-founder and CEO of Perplexity AI, creator of the AI-powered search and answer engine Perplexity.<br />www.perplexity.ai</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>This video is sponsored by BetterHelp. Visit <a href=\"https://BetterHelp.com/JRE\" rel=\"nofollow\">https://BetterHelp.com/JRE</a></p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
"id": "0c1KvW8QpptqePMbWZnMCq",
"mediaTypes": [
"VIDEO",
"AUDIO"
],
"name": "#2521 - Aravind Srinivas",
"playability": {
"playable": true,
"reason": "PLAYABLE",
"unplayabilityReasons": []
},
"playedState": {
"playPositionMilliseconds": 0,
"state": "NOT_STARTED"
},
"podcastV2": {
"data": {
"__typename": "Podcast",
"coverArt": {
"sources": [
{
"height": 64,
"url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
"width": 64
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
"width": 300
},
{
"height": 640,
"url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
"width": 640
}
]
},
"name": "The Joe Rogan Experience",
"showTypes": [
"SHOW_TYPE_EXCLUSIVE"
],
"trailerV2": null,
"uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
"accessInfo": null
}
},
"previewPlayback": {
"audioPreview": {
"cdnUrl": "https://p.scdn.co/mp3-preview/0fceda8685424040f8ba219f10973b11feec6350.mp3"
}
},
"releaseDate": {
"isoString": "2026-07-01T17:00:00Z",
"precision": "MINUTE"
},
"restrictions": {
"paywallContent": false
},
"segments": null,
"sharingInfo": {
"shareId": "sKHVi6JLQimAAMRa-ip8xw",
"shareUrl": "https://open.spotify.com/episode/0c1KvW8QpptqePMbWZnMCq?si=sKHVi6JLQimAAMRa-ip8xw"
},
"transcripts": {
"items": []
},
"type": "PODCAST_EPISODE",
"uri": "spotify:episode:0c1KvW8QpptqePMbWZnMCq",
"visualIdentity": {
"sixteenByNineCoverImage": {
"image": {
"data": {
"__typename": "ImageV2",
"sources": [
{
"maxHeight": 720,
"maxWidth": 1280,
"url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aec6d6ffd4d2ec20f88fbc5a75"
},
{
"maxHeight": 360,
"maxWidth": 640,
"url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7c6d6ffd4d2ec20f88fbc5a75"
}
]
}
}
},
"squareCoverImage": {
"__typename": "VisualIdentityImage",
"extractedColorSet": {
"encoreBaseSetTextColor": {
"alpha": 255,
"blue": 110,
"green": 165,
"red": 255
},
"highContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 48,
"red": 145
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 0,
"green": 9,
"red": 97
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textSubdued": {
"alpha": 255,
"blue": 154,
"green": 192,
"red": 255
}
},
"higherContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 10,
"red": 101
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 40,
"green": 55,
"red": 144
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 96,
"green": 215,
"red": 30
},
"textSubdued": {
"alpha": 255,
"blue": 154,
"green": 192,
"red": 255
}
},
"minContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 111,
"red": 247
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 0,
"green": 83,
"red": 217
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textSubdued": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
}
}
}
}
}
}
},
"uid": "87b8e2980d25847780b4"
},
{
"entity": {
"_uri": "spotify:episode:3imDCDXdWz5vjJKcI6GPou",
"data": {
"__typename": "Episode",
"accessInfo": null,
"audio": {
"items": [
{
"url": "https://p.scdn.co/mp3-preview/bccddb0f98ebdee17251ca816448018afb9b2c8e"
},
{
"url": "https://p.scdn.co/mp3-preview/7bc633213949487a3c82790a4fac01c49f218c35"
},
{
"url": "https://p.scdn.co/mp3-preview/3902931d011794eaa545834e0b3af8d92ab50ab4"
},
{
"url": "https://p.scdn.co/mp3-preview/1e9ebd8de0ade10cf5223952e0f420edca8ff747"
},
{
"url": "https://p.scdn.co/mp3-preview/971c33d2f01d80f61fc18ea298316dc100551ce8"
}
]
},
"contentInformation": null,
"contentRating": {
"label": "EXPLICIT"
},
"contents": [],
"coverArt": {
"sources": [
{
"height": 64,
"url": "https://i.scdn.co/image/ab6765630000f68d4340e0fefcf8e6b04c1847a1",
"width": 64
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67656300005f1f4340e0fefcf8e6b04c1847a1",
"width": 300
},
{
"height": 640,
"url": "https://i.scdn.co/image/ab6765630000ba8a4340e0fefcf8e6b04c1847a1",
"width": 640
}
]
},
"creator": null,
"description": "Tommy Lee is a genre-spanning solo musician, producer, and songwriter as well as the drummer and co-founder of Mötley Crüe. His latest album is “Tommyland Rides Again.” See him live with Mötley Crüe on The Return of the Carnival of Sins Tour beginning July 17.www.youtube.com/tommyleewww.motley.comwww.tommylee.com Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan. Don’t miss out on all the action this week at DraftKings! Download the DraftKings app today! Sign-up using https://dkng.co/rogan or through my promo code ROGAN. Learn more about your ad choices. Visit podcastchoices.com/adchoices",
"duration": {
"totalMilliseconds": 8592617
},
"gatedEntityRelations": [],
"htmlDescription": "<p>Tommy Lee is a genre-spanning solo musician, producer, and songwriter as well as the drummer and co-founder of Mötley Crüe. His latest album is “Tommyland Rides Again.” See him live with Mötley Crüe on The Return of the Carnival of Sins Tour beginning July 17.<br />www.youtube.com/tommylee<br />www.motley.com<br />www.tommylee.com</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>Don’t miss out on all the action this week at DraftKings! Download the DraftKings app today! Sign-up using <a href=\"https://dkng.co/rogan\" rel=\"nofollow\">https://dkng.co/rogan</a> or through my promo code ROGAN.</p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
"id": "3imDCDXdWz5vjJKcI6GPou",
"mediaTypes": [
"VIDEO",
"AUDIO"
],
"name": "#2520 - Tommy Lee",
"playability": {
"playable": true,
"reason": "PLAYABLE",
"unplayabilityReasons": []
},
"playedState": {
"playPositionMilliseconds": 0,
"state": "NOT_STARTED"
},
"podcastV2": {
"data": {
"__typename": "Podcast",
"coverArt": {
"sources": [
{
"height": 64,
"url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
"width": 64
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
"width": 300
},
{
"height": 640,
"url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
"width": 640
}
]
},
"name": "The Joe Rogan Experience",
"showTypes": [
"SHOW_TYPE_EXCLUSIVE"
],
"trailerV2": null,
"uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
"accessInfo": null
}
},
"previewPlayback": {
"audioPreview": {
"cdnUrl": "https://p.scdn.co/mp3-preview/93c661f10321a998887d5e9a148699dfbe742b02.mp3"
}
},
"releaseDate": {
"isoString": "2026-06-30T17:00:00Z",
"precision": "MINUTE"
},
"restrictions": {
"paywallContent": false
},
"segments": null,
"sharingInfo": {
"shareId": "jM19hvZzQmK1c1zzap99MQ",
"shareUrl": "https://open.spotify.com/episode/3imDCDXdWz5vjJKcI6GPou?si=jM19hvZzQmK1c1zzap99MQ"
},
"transcripts": {
"items": []
},
"type": "PODCAST_EPISODE",
"uri": "spotify:episode:3imDCDXdWz5vjJKcI6GPou",
"visualIdentity": {
"sixteenByNineCoverImage": {
"image": {
"data": {
"__typename": "ImageV2",
"sources": [
{
"maxHeight": 720,
"maxWidth": 1280,
"url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aeb33098f8578b4b74f81beddf"
},
{
"maxHeight": 360,
"maxWidth": 640,
"url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7b33098f8578b4b74f81beddf"
}
]
}
}
},
"squareCoverImage": {
"__typename": "VisualIdentityImage",
"extractedColorSet": {
"encoreBaseSetTextColor": {
"alpha": 255,
"blue": 110,
"green": 165,
"red": 255
},
"highContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 48,
"red": 145
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 0,
"green": 9,
"red": 97
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textSubdued": {
"alpha": 255,
"blue": 154,
"green": 192,
"red": 255
}
},
"higherContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 10,
"red": 101
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 40,
"green": 55,
"red": 144
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 96,
"green": 215,
"red": 30
},
"textSubdued": {
"alpha": 255,
"blue": 154,
"green": 192,
"red": 255
}
},
"minContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 111,
"red": 247
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 0,
"green": 83,
"red": 217
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textSubdued": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
}
}
}
}
}
}
},
"uid": "5b66f5f6fe58fc09d3a9"
},
{
"entity": {
"_uri": "spotify:episode:6Yq4ELUNGze5uKJ8e8d3i7",
"data": {
"__typename": "Episode",
"accessInfo": null,
"audio": {
"items": [
{
"url": "https://p.scdn.co/mp3-preview/16d6e4d6e6326b9a776c0d7b9500be5d029a39a6"
},
{
"url": "https://p.scdn.co/mp3-preview/be054facd8b90107efe75430980628aa18044ad8"
},
{
"url": "https://p.scdn.co/mp3-preview/1e487280f1b5dad98b00458be3a5dfe13de182fc"
},
{
"url": "https://p.scdn.co/mp3-preview/2d382af5b8e25e4134078fc57c87af248f9a212b"
},
{
"url": "https://p.scdn.co/mp3-preview/4fae9ec5f2d13c8b711a3f02f3025a83df8ffed2"
}
]
},
"contentInformation": null,
"contentRating": {
"label": "EXPLICIT"
},
"contents": [],
"coverArt": {
"sources": [
{
"height": 64,
"url": "https://i.scdn.co/image/ab6765630000f68d68ce472ccecb0cb02899c4c6",
"width": 64
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67656300005f1f68ce472ccecb0cb02899c4c6",
"width": 300
},
{
"height": 640,
"url": "https://i.scdn.co/image/ab6765630000ba8a68ce472ccecb0cb02899c4c6",
"width": 640
}
]
},
"creator": null,
"description": "Scott Eastwood is an actor and producer known for his roles in films including “Fury,” “The Fate of the Furious,” and “Outpost.” His new film, “Lucky Strike,” will be released June 26.https://youtu.be/vtEnjikCXyAwww.fandango.com/lucky-strike-2026-246022/movie-overviewwww.roadsideattractions.com/filmography/luckystrike Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan. Use code ROGAN at https://BlueChew.com to get 10% OFF + Free Overnight Shipping on your first order. Try ZipRecruiter FOR FREE at https://ziprecruiter.com/rogan Learn more about your ad choices. Visit podcastchoices.com/adchoices",
"duration": {
"totalMilliseconds": 8897919
},
"gatedEntityRelations": [],
"htmlDescription": "<p>Scott Eastwood is an actor and producer known for his roles in films including “Fury,” “The Fate of the Furious,” and “Outpost.” His new film, “Lucky Strike,” will be released June 26.<br /><a href=\"https://youtu.be/vtEnjikCXyA\" rel=\"nofollow\">https://youtu.be/vtEnjikCXyA</a>www.fandango.com/lucky-strike-2026-246022/movie-overview<br />www.roadsideattractions.com/filmography/luckystrike</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>Use code ROGAN at <a href=\"https://BlueChew.com\" rel=\"nofollow\">https://BlueChew.com</a> to get 10% OFF + Free Overnight Shipping on your first order.</p><br/><p><br /></p><br/><p>Try ZipRecruiter FOR FREE at <a href=\"https://ziprecruiter.com/rogan\" rel=\"nofollow\">https://ziprecruiter.com/rogan</a></p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
"id": "6Yq4ELUNGze5uKJ8e8d3i7",
"mediaTypes": [
"VIDEO",
"AUDIO"
],
"name": "#2519 - Scott Eastwood",
"playability": {
"playable": true,
"reason": "PLAYABLE",
"unplayabilityReasons": []
},
"playedState": {
"playPositionMilliseconds": 0,
"state": "NOT_STARTED"
},
"podcastV2": {
"data": {
"__typename": "Podcast",
"coverArt": {
"sources": [
{
"height": 64,
"url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
"width": 64
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
"width": 300
},
{
"height": 640,
"url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
"width": 640
}
]
},
"name": "The Joe Rogan Experience",
"showTypes": [
"SHOW_TYPE_EXCLUSIVE"
],
"trailerV2": null,
"uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
"accessInfo": null
}
},
"previewPlayback": {
"audioPreview": {
"cdnUrl": "https://p.scdn.co/mp3-preview/bc9cc4fa583ab9078ce9ddb21fd817a4bff6fb80.mp3"
}
},
"releaseDate": {
"isoString": "2026-06-26T17:00:00Z",
"precision": "MINUTE"
},
"restrictions": {
"paywallContent": false
},
"segments": null,
"sharingInfo": {
"shareId": "kYUfvVenQVe7xWuFQg4TiQ",
"shareUrl": "https://open.spotify.com/episode/6Yq4ELUNGze5uKJ8e8d3i7?si=kYUfvVenQVe7xWuFQg4TiQ"
},
"transcripts": {
"items": []
},
"type": "PODCAST_EPISODE",
"uri": "spotify:episode:6Yq4ELUNGze5uKJ8e8d3i7",
"visualIdentity": {
"sixteenByNineCoverImage": {
"image": {
"data": {
"__typename": "ImageV2",
"sources": [
{
"maxHeight": 720,
"maxWidth": 1280,
"url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab000030aecb4a268763ca29803bb3b10f"
},
{
"maxHeight": 360,
"maxWidth": 640,
"url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab0000e0e7cb4a268763ca29803bb3b10f"
}
]
}
}
},
"squareCoverImage": {
"__typename": "VisualIdentityImage",
"extractedColorSet": {
"encoreBaseSetTextColor": {
"alpha": 255,
"blue": 110,
"green": 165,
"red": 255
},
"highContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 48,
"red": 145
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 0,
"green": 9,
"red": 97
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textSubdued": {
"alpha": 255,
"blue": 154,
"green": 192,
"red": 255
}
},
"higherContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 10,
"red": 101
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 40,
"green": 55,
"red": 144
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 96,
"green": 215,
"red": 30
},
"textSubdued": {
"alpha": 255,
"blue": 154,
"green": 192,
"red": 255
}
},
"minContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 111,
"red": 247
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 0,
"green": 83,
"red": 217
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textSubdued": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
}
}
}
}
}
}
},
"uid": "db28cdca673245743cd0"
},
{
"entity": {
"_uri": "spotify:episode:0fp0NvYfTIhz2mOozKqMnF",
"data": {
"__typename": "Episode",
"accessInfo": null,
"audio": {
"items": [
{
"url": "https://p.scdn.co/mp3-preview/bd13fe8881739fd6fdc3fd3e1e068ba5a781db86"
},
{
"url": "https://p.scdn.co/mp3-preview/a05b5b9a8ce7dee32788816e49bb9bd47d30f094"
},
{
"url": "https://p.scdn.co/mp3-preview/68f04bd84ef88b9dcec32f36dcf81cd666a6314f"
},
{
"url": "https://p.scdn.co/mp3-preview/d5dac8032ad91c64489becaed26a6935c481c299"
},
{
"url": "https://p.scdn.co/mp3-preview/a2a3af45380df4821351939d38df93f8c92f52cf"
}
]
},
"contentInformation": null,
"contentRating": {
"label": "EXPLICIT"
},
"contents": [],
"coverArt": {
"sources": [
{
"height": 64,
"url": "https://i.scdn.co/image/ab6765630000f68d510c4362ccb87a52d1cdecd0",
"width": 64
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67656300005f1f510c4362ccb87a52d1cdecd0",
"width": 300
},
{
"height": 640,
"url": "https://i.scdn.co/image/ab6765630000ba8a510c4362ccb87a52d1cdecd0",
"width": 640
}
]
},
"creator": null,
"description": "Tim Dillon is a stand-up comic, actor, and host of “The Tim Dillon Show” podcast. His latest comedy special, “Tim Dillon: I’m Your Mother,” is available on Netflix.www.youtube.com/@TimDillonShowwww.patreon.com/thetimdillonshowhttps://punchup.live/TimDillonwww.timdilloncomedy.com Perplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan. 50% off your first box at https://www.thefarmersdog.com/rogan! Switch today at https://Visible.com for just 25/mo. Or Save $10 on your first month of Visible+ Pro with code ROGAN. Learn more about your ad choices. Visit podcastchoices.com/adchoices",
"duration": {
"totalMilliseconds": 9542569
},
"gatedEntityRelations": [],
"htmlDescription": "<p>Tim Dillon is a stand-up comic, actor, and host of “The Tim Dillon Show” podcast. His latest comedy special, “Tim Dillon: I’m Your Mother,” is available on Netflix.<br />www.youtube.com/@TimDillonShow<br />www.patreon.com/thetimdillonshow<br /><a href=\"https://punchup.live/TimDillon\" rel=\"nofollow\">https://punchup.live/TimDillon</a><br />www.timdilloncomedy.com</p><br/><p><br /></p><br/><p>Perplexity: Download the app or ask Perplexity anything at <a href=\"https://pplx.ai/rogan\" rel=\"nofollow\">https://pplx.ai/rogan</a>.</p><br/><p><br /></p><br/><p>50% off your first box at <a href=\"https://www.thefarmersdog.com/rogan\" rel=\"nofollow\">https://www.thefarmersdog.com/rogan</a>!</p><br/><p><br /></p><br/><p>Switch today at <a href=\"https://Visible.com\" rel=\"nofollow\">https://Visible.com</a> for just 25/mo. Or Save $10 on your first month of Visible+ Pro with code ROGAN. </p><p> </p><p>Learn more about your ad choices. Visit <a href=\"https://podcastchoices.com/adchoices\" rel=\"nofollow\">podcastchoices.com/adchoices</a></p>",
"id": "0fp0NvYfTIhz2mOozKqMnF",
"mediaTypes": [
"VIDEO",
"AUDIO"
],
"name": "#2518 - Tim Dillon",
"playability": {
"playable": true,
"reason": "PLAYABLE",
"unplayabilityReasons": []
},
"playedState": {
"playPositionMilliseconds": 0,
"state": "NOT_STARTED"
},
"podcastV2": {
"data": {
"__typename": "Podcast",
"coverArt": {
"sources": [
{
"height": 64,
"url": "https://i.scdn.co/image/ab6765630000f68d1e1acaebe06610165612f1ef",
"width": 64
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67656300005f1f1e1acaebe06610165612f1ef",
"width": 300
},
{
"height": 640,
"url": "https://i.scdn.co/image/ab6765630000ba8a1e1acaebe06610165612f1ef",
"width": 640
}
]
},
"name": "The Joe Rogan Experience",
"showTypes": [
"SHOW_TYPE_EXCLUSIVE"
],
"trailerV2": null,
"uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk",
"accessInfo": null
}
},
"previewPlayback": {
"audioPreview": {
"cdnUrl": "https://p.scdn.co/mp3-preview/c620d015de83475871c3f2b50f39b7593a230ecc.mp3"
}
},
"releaseDate": {
"isoString": "2026-06-24T17:00:00Z",
"precision": "MINUTE"
},
"restrictions": {
"paywallContent": false
},
"segments": null,
"sharingInfo": {
"shareId": "0s2qpAe9T6i2pUBddZ-J7A",
"shareUrl": "https://open.spotify.com/episode/0fp0NvYfTIhz2mOozKqMnF?si=0s2qpAe9T6i2pUBddZ-J7A"
},
"transcripts": {
"items": []
},
"type": "PODCAST_EPISODE",
"uri": "spotify:episode:0fp0NvYfTIhz2mOozKqMnF",
"visualIdentity": {
"sixteenByNineCoverImage": {
"image": {
"data": {
"__typename": "ImageV2",
"sources": [
{
"maxHeight": 720,
"maxWidth": 1280,
"url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab000030ae13654e3d44b5fded2c4f71e0"
},
{
"maxHeight": 360,
"maxWidth": 640,
"url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab0000e0e713654e3d44b5fded2c4f71e0"
}
]
}
}
},
"squareCoverImage": {
"__typename": "VisualIdentityImage",
"extractedColorSet": {
"encoreBaseSetTextColor": {
"alpha": 255,
"blue": 114,
"green": 165,
"red": 255
},
"highContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 46,
"red": 147
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 0,
"green": 4,
"red": 97
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textSubdued": {
"alpha": 255,
"blue": 155,
"green": 192,
"red": 255
}
},
"higherContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 6,
"red": 101
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 41,
"green": 54,
"red": 146
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 96,
"green": 215,
"red": 30
},
"textSubdued": {
"alpha": 255,
"blue": 155,
"green": 192,
"red": 255
}
},
"minContrast": {
"backgroundBase": {
"alpha": 255,
"blue": 0,
"green": 104,
"red": 240
},
"backgroundTintedBase": {
"alpha": 255,
"blue": 0,
"green": 76,
"red": 210
},
"textBase": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textBrightAccent": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
},
"textSubdued": {
"alpha": 255,
"blue": 255,
"green": 255,
"red": 255
}
}
}
}
}
}
},
"uid": "ba04e8ec44276b3c8fdc"
}
],
"pagingInfo": {
"nextOffset": 5
},
"totalCount": 2716
},
"id": "4rOoJ6Egrf8K2IrywzwOMk",
"name": "The Joe Rogan Experience",
"uri": "spotify:show:4rOoJ6Egrf8K2IrywzwOMk"
}
}
},
"recommended_shows": null
}
}
}Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Spotify URL, URI, or ID. The URL platform must match this endpoint's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble. |
| limit | integer | No | Max items to return (default 20, max 50). Billed per result. |
Frequently asked questions
What does the Spotify Podcast API do?
The Spotify Podcast API lets you fetch full metadata and engagement stats from a public Spotify video using one GET request to /v1/spotify/podcast. It returns clean JSON — no OAuth or scraping setup required.
How many credits does the Spotify Podcast API cost?
Each successful call costs 6 credits. Responses are cached for 24 hours, and cached results cost 0 credits. Failed or empty results are never charged.
Do I need a Spotify API key or OAuth?
No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, and Rumble. We handle proxies, rate limits, retries, and authentication for you.
Is the Spotify Podcast API suitable for production use?
Yes. It is a stable REST endpoint with predictable JSON, automatic retries, and a shared 24-hour cache. Use it for RAG pipelines, analytics, monitoring, and content automation.
Ready to get Spotify podcast?
Start free with 100 credits — no credit card required.
Get your free API key