Check downloads in the last two weeks

Accesses the Transistor API to retrieve your analytics data, then summarizes the total downloads over the last 14 days.

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.
Get Dates from Input
Returns any dates found in the output from the previous action.
shortcuts-action-icon-repeat-with-each.webp
Repeat with Each
Takes a list of items as input, and runs the contained actions once for each item in the list.
action-icon-calculate-statistics.webp
Calculate Statistics
Calculates statistics on the numbers that are provided as input.
shortcuts-action-icon-show-result.webp
Show Result
Shows the specified text in Siri or in an alert.

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

Get podcast show slug

Accesses the Transistor API to retrieve your account data, looks at first show, then retrieves the slug from its attributes – copy it and paste it into your other shortcuts.

Get Shortcut »

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Check%20downloads%20in%20the%20last%20two%20weeks
Link to Open Shortcut
shortcuts://open-shortcut?name=Check%20downloads%20in%20the%20last%20two%20weeks
AppleScript code
tell application “Shortcuts Events” run shortcut “Check downloads in the last two weeks” end tell

More From The Library

How many nits?

Change the Number to the correct amount of nits for your device’s display if you don’t have an iPad Pro – look it up with “[device name] display nits” online.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more