# Parsing JSON plant name from Plant.ID API

**URL:** https://community.thunkable.com/t/parsing-json-plant-name-from-plant-id-api/4107749
**Category:** Web API's
**Created:** [October 9, 2025, 4:27am UTC](https://community.thunkable.com/t/parsing-json-plant-name-from-plant-id-api/4107749 "2025-10-09T04:27:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tonittoscano3281ol](https://avatars.discourse-cdn.com/v4/letter/t/848f3c/32.png) [@tonittoscano3281ol](https://community.thunkable.com/u/tonittoscano3281ol)
#### Post date: [October 9, 2025, 4:27am UTC](https://community.thunkable.com/t/parsing-json-plant-name-from-plant-id-api/4107749/1 "2025-10-09T04:27:29Z")

</div>

Hello,

I’m brand new to this so bear with me. I’m trying to send a photo to a plant ID API and have it return the plant’s name. I’ve watched a bunch of tutorials and asked chat gpt in every way I can and I’m stumped! It keeps coming back as “Null.” My photo seems to be uploading and sending off fine (I’m uploading to cloudinary and then sending the URL to the API).

Here are my blocks:

 ![Screenshot 2025-10-08 at 9.43.27 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/a/ba2673f08a487918c0687ccf4bbf23a263d78d30.png)

And here is the formatted JSON:

 ![Screenshot 2025-10-08 at 9.23.00 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/e/0e74e2f6b25d65124616b5d44501c885778ec836.png)

Would love any insight!

---

<div class="post-metadata">

### Author: ![gunnar\_lee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gunnar_lee/32/216754_2.png) [@gunnar\_lee](https://community.thunkable.com/u/gunnar_lee)
#### Post date: [October 9, 2025, 4:28pm UTC](https://community.thunkable.com/t/parsing-json-plant-name-from-plant-id-api/4107749/2 "2025-10-09T16:28:33Z")

</div>

Hey [tonittoscano3281ol](https://community.thunkable.com/u/tonittoscano3281ol), thanks for bringing this to Community! This should be a simple fix - in your first get property of object block, can you replace “result.classification.suggestions[1].name” with just “name”?

---

<div class="post-metadata">

### Author: ![tonittoscano3281ol](https://avatars.discourse-cdn.com/v4/letter/t/848f3c/32.png) [@tonittoscano3281ol](https://community.thunkable.com/u/tonittoscano3281ol)
#### Post date: [October 10, 2025, 1:43am UTC](https://community.thunkable.com/t/parsing-json-plant-name-from-plant-id-api/4107749/3 "2025-10-10T01:43:14Z")

</div>

Hi @gunnar_lee,

That worked! Wow I had “name” there before and it wasn’t working, and was testing the other format “result.classification.suggestions[1].name” without all the nested blocks and just forgot to change it back. Thanks!
