How extract url from image inside content json

Hello friends, I would like if you can help me with a project, I have a news blog and I am making an app that shows me the entries in a listview image and tex, but I can only visualize the texts, in the json file that I attach the url of the image inside of the content but I don’t know how to extract the url, sorry my bad english.

json.txt (115.3 KB)

Hey @rafaeloscar748feua,

I’d recommend using the Object blocks in Thunkable X for this, since they are specifically designed to work with our WebAPI component and JSON responses.


Also, if you’re making a news feed app then our Data Viewer List allows your to build something like this with no coding required.

Thanks.