Processing of JSON data from API call too slow?

I’m trying to retrieve some data from an API call, but this shortcut is taking in excess of 10 minutes to execute on my iPhone 11 Pro. Is there anything I can do to speed this up or is the data just too much?

Any help appreciated.


https://www.icloud.com/shortcuts/3a0d62d03b1e40569abe0eee4d4d997f

Too much data.

If you know a bit of javascript, you can use Scriptable to fetch and process the data for you. Even with this amount of data, it will return the list in around 2-3 seconds.

https://www.icloud.com/shortcuts/14feddaa0405448eb6c25b2dd2607d46

2 Likes

Just here to say +1 for Scriptable and APIs. I don’t like JavaScript much, but Scriptable is a joy

1 Like