← Back to directory

AnyAPI spotify.podcast_episodes (Spotify Podcast Episodes)

https://api.getanyapi.com/v1/run/spotify.podcast_episodes

Overview

AnyAPI spotify.podcast_episodes (Spotify Podcast Episodes)

Protocol x402
Price
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider getanyapi
Source bazaar
Indexed 2026-07-01 05:14:23

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "cursor": { "description": "Pagination cursor from a previous response for subsequent pages.", "type": "string" }, "id": { "description": "Spotify podcast show ID (alternative to url).", "type": "string" }, "url": { "description": "Spotify podcast show URL (e.g. https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk).", "type": "string" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "properties": { "costUsd": { "description": "Amount charged in USD for this call.", "type": "number" }, "items": { "description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.", "type": "integer" }, "output": { "additionalProperties": false, "properties": { "data": { "oneOf": [ { "type": "null" }, { "additionalProperties": false, "properties": { "episodes": { "items": { "properties": { "description": { "type": "string" }, "durationMs": { "type": "integer" }, "id": { "type": "string" }, "name": { "type": "string" }, "releaseDate": { "type": "string" }, "uri": { "type": "string" } }, "required": [ "id", "name", "description", "durationMs", "releaseDate", "uri" ], "type": "object" }, "type": "array" }, "nextCursor": { "type": "string" }, "totalCount": { "type": "integer" } }, "required": [ "nextCursor", "totalCount", "episodes" ], "type": "object" } ] }, "found": { "type": "boolean" } }, "required": [ "found", "data" ], "title": "Spotify Podcast Episodes output", "type": "object" }, "provider": { "description": "Always \"AnyAPI\".", "type": "string" } }, "required": [ "output", "provider", "costUsd" ], "type": "object" }