# Make a list with JSON information

**URL:** https://community.thunkable.com/t/make-a-list-with-json-information/2169096
**Category:** Web API's
**Tags:** beginner, list, json
**Created:** [December 7, 2022, 12:33pm UTC](https://community.thunkable.com/t/make-a-list-with-json-information/2169096 "2022-12-07T12:33:53Z")
**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: [December 7, 2022, 3:25pm UTC](https://community.thunkable.com/t/make-a-list-with-json-information/2169096/3 "2022-12-07T15:25:00Z")

</div>

This is not typically how you parse JSON in Thunkable. See this video I made that explains the process: [API JSON Tutorial (Video)](https://community.thunkable.com/t/api-json-tutorial-video/1140575)

I can help you with this if you’re able to post the full JSON response as text here.

Your method would potentially work but you would have to use several text blocks to get the subststring after your property name by creating a list based on the delimiter “,” and then searching for “:” and getting the text after that.

---

_[View the full topic](https://community.thunkable.com/t/make-a-list-with-json-information/2169096)._
