Hey guys,
Could someone aid me?
So, I’m trying to get a information from JSON code bellow
This code I receive using a API.
I’m a begineer and i’m trying to get it making a list.
I don’t know, what I’m doing wrong but all the time I receive this ERROR NOTIFICATION
Could someone analise this blocks and help me to continue building it?
1 Like
I’m not familiar with Thunkable Classic but if you want to make this work using Thunkable X, I have a tutorial video that will show you the steps to get started with APIs and JSON.
Using APIs in Thunkable and understanding how to parse JSON to get certain data from the API response is both a popular and a difficult aspect of using Thunkable. It’s not so much difficult because of Thunkable but because every API url format is different, every API documentation is different, every JSON response is different, etc.
In this video, I spend a lot of time talking you through some best practices. It’s not a quick tutorial because if you rush through setting up an API in Thunkable, …
1 Like
I don’t think you are using the current thunkable that is available. Maybe try updating so we can help you out better?
1 Like
You are using the classic version of Thunkable so my explanation might not be matching to your situation.
You need to first convert the JSON to Object. Use something like
You can then get the path by reading the properties like this
Here is a sample output