Get multiple podcasts by their IDs in a single request
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
podcastIds | array of string ⓘConstraints: uuid | Array of podcast IDs to fetch |
details | enum ⓘAllowed values basicfull | Level of detail to return for each podcast |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└options | object | |
└podcastIds | array of string ⓘConstraints: uuid | Array of podcast IDs to fetch |
└details | enum ⓘAllowed values basicfull | Level of detail to return for each podcast |
└totalRequested | number | |
└totalFound | number | |
└podcasts | array of union |