Using structured data from a blockspring API

is there a way to parse data from a Blockspring API into Bubble elements?

here’s an example–

here’s a Blockspring that calls reverb.com for all of its blog posts via its API. if you run the data explorer in Blockspring, you’ll see what the results look like. it’s basically a big block of JSON data. how could i parse those results out and show them, for example, in a Bubble Repeating Group? I’m thinking something much like the Bubble Giphy API tutorial, where each giphy is shown in its own repeating element. but in the case of reverb, each element of the repeating group might show the blog post title and associated image.

Write you own block. It’s not that difficult, refer to https://youtu.be/tLlp3k7tvzY as a guid.