Get podcast show attributes

Ues the Transistor API to get your show data and presents it in a nicely-formatted view. Requires the Actions app.

Scripting Actions

shortcuts-action-icon-run-shortcut.webp
Run Shortcut
Run an shortcut from your shortcut.
shortcuts-action-icon-set-variable.webp
Set Variable
Sets the value of the specified variable to the input of this action.
shortcuts-action-icon-url.webp
URL
Passes the specified URL to the next action.
shortcuts-action-icon-get-contents-of-url.webp
Get Contents of URL
Gets the contents of URLs passed into the action. Useful for downloading files and web content, or for making API requests. Includes GET, POST, PUT, PATCH, DELETE methods, and options to add headers. To make a multipart HTTP request, choose “Form” as the request body type and add files as field values.
shortcuts-action-icon-get-dictionary-value.webp
Get Dictionary Value
Gets the value for the specified key in the dictionary passed into the action.
shortcuts-action-icon-get-dictionary-from-input.webp
Get Dictionary from Input
Makes a dictionary from the text passed as input. JSON (like {“foo”: “bar”}), key-value pairs (like foo=bar&baz=biz), and XML-based plist are supported.

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Get%20podcast%20show%20attributes
Link to Open Shortcut
shortcuts://open-shortcut?name=Get%20podcast%20show%20attributes
AppleScript code
tell application “Shortcuts Events” run shortcut “Get podcast show attributes” end tell

Related Posts

New podcasting shortcuts for Transistor.FM
While working on my podcasting workflow, I developed these shortcuts for my hosting service Transistor.FM.

More From This Folder

More From The Library

Open Google Gemini

“Gemini 3 Pro is here. It’s our smartest model yet—more powerful and helpful for whatever you need: Expert coding & math help; Next-level research intelligence; Deeper understanding across text, images, files, and videos.”

Get Shortcut »

Scrape session titles

For a given list of Apple Developer session URLs, this will iterate through each, grabbing the name of the webpage, cleaning it up, and reformatting it into a Markdown list before copying that to your clipboard.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more