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.