Get many podcasts at once
get_podcasts_batchFetch up to 500 podcast shows at once by supplying their GUIDs. Use this batch lookup to avoid looping single requests and reduce API calls.
Instructions
Look up many shows in one request, by podcast GUID. Use this instead of calling get_podcast in a loop whenever you have more than three or four: it is one request rather than one each, which matters against a rate limit and is far faster. Only accepts podcast GUIDs, not feed ids, because that is the only identifier this endpoint takes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guids | Yes | Podcast GUIDs. Up to 500 per call, which is the API's own ceiling. |