Make a list with JSON information

This is not typically how you parse JSON in Thunkable. See this video I made that explains the process: API JSON Tutorial (Video)

I can help you with this if you’re able to post the full JSON response as text here.

Your method would potentially work but you would have to use several text blocks to get the subststring after your property name by creating a list based on the delimiter “,” and then searching for “:” and getting the text after that.