Not able to get complete API response, only few displays others say null

Your blocks are all incorrect for retrieving values from the response. It’s possible that you’re seeing some values and not others because the preview is cached. This could be true if you’re previewing the project in the Thunkable Live app. I find that I have to force-quit it every time I want to preview a change in my project.

When you get the property of a JSON object, it’s a text string. But you’re then converting that to an object which won’t really work and also makes it unreadable in a label.

Just get rid of the get object from JSON blocks at the front of each set of blocks, as below. If you want to learn more about this, see my tutorial here: API JSON Tutorial (Video)

1 Like