[Solved] Getting data from Thingspeak

Hello. After searching the forum, I still could not find a solution to the problem. I need to get a value from Thingspeak. On the mit app platform, it would look like the screenshot I attached. However, on Thunkable, I did not find the blocks that are needed. Please, tell me how to implement a project on this platform.
https://api.thingspeak.com/channels/1256499/feeds/last.json?api_key=2U6E358KZMT58G8L

If you put that JSON response:

{“created_at”:“2020-12-13T09:18:16Z”,“entry_id”:99,“field1”:“0”}

into a JSON formatter, you’ll get this back:

image

So we can see that “field1” is a property of the object/JSON response. These blocks will give you that value:

3 Likes

umm…he asked for classic and u are giving for thunkable x

@eko.devs.apploroceo,
He was saying that this is what he would do using MIT App Inventor but does not know how to go about it in Thunkable.

The classic version is not any more active.

2 Likes

Oh, thank you so much. Have a nice day :slight_smile:

2 Likes