# Help Needed for quotesy

**URL:** https://community.thunkable.com/t/help-needed-for-quotesy/2352364
**Category:** Questions about Thunkable X
**Created:** [March 31, 2023, 6:32am UTC](https://community.thunkable.com/t/help-needed-for-quotesy/2352364 "2023-03-31T06:32:55Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [March 31, 2023, 6:47am UTC](https://community.thunkable.com/t/help-needed-for-quotesy/2352364/3 "2023-03-31T06:47:57Z")

</div>

~~Also, the JSON response includes the “array” property. So to get “Thomas Edison” here, you would need to get the property “author” of the first item of the “array” property of the JSON object. Or put another way, the property “array[1].author” of the JSON object.~~

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/a/0a8369da07c2c92f012113b48a532d04f2305d24.png)

You also need to convert your JSON response to an object! **I recommend you watch my tutorial video so that you understand how to parse JSON in Thunkable:** [API JSON Tutorial (Video)](https://community.thunkable.com/t/api-json-tutorial-video/1140575).

---

_[View the full topic](https://community.thunkable.com/t/help-needed-for-quotesy/2352364)._
