I am very new to Thinkable and am trying to make an app where you tap in a word and the output is the definition. I followed along with a YouTube tutorial since I have no experience with any API’s and every output I get is “null”. What am I doing wrong?
Welcome to Thunkable!
That’s a pretty complicated JSON response. I can see why you’re having trouble with it.
I recommend watching my API JSON Tutorial video as it explains how to parse JSON responses: API JSON Tutorial (Video)
Looking at the JSON response in Best JSON Viewer and JSON Beautifier Online, I think you can just get the property “[1].meanings[1].definitions[1].definition” of object app variable JSONTEXT
. Let me know if that works for you.