# Parsing Data From an API into a List of Unknown Size

**URL:** https://community.thunkable.com/t/parsing-data-from-an-api-into-a-list-of-unknown-size/2300159
**Category:** Questions about Thunkable X
**Tags:** design, beginner, help
**Created:** [February 28, 2023, 5:21am UTC](https://community.thunkable.com/t/parsing-data-from-an-api-into-a-list-of-unknown-size/2300159 "2023-02-28T05:21:57Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![ankitoriginal](https://avatars.discourse-cdn.com/v4/letter/a/9f8e36/32.png) [@ankitoriginal](https://community.thunkable.com/u/ankitoriginal)
#### Post date: [February 28, 2023, 5:32am UTC](https://community.thunkable.com/t/parsing-data-from-an-api-into-a-list-of-unknown-size/2300159/2 "2023-02-28T05:32:38Z")

</div>

As an update, I have also tried this process found in the thread below

> [@API results into a List Viewer](https://community.thunkable.com/t/api-results-into-a-list-viewer/51051/5):
>
> @Mark, Thanks for your response. I got it working now! The issue is the 'get object from JSON' block will not connect to the 'for each item j in list' block as depicted here: [Not%20Connecting] However if I save the 'get object from JSON - response' block in a list variable 1st, I am then able to connect the variable to the 'for each item j in list' block. Glad to have this working, and I’ve added my final solution below. Thanks, Darren The following shows how to loop through a JSON List…

And I get the following output on my app. Basically no values pop up in the listviewer.

 ![334238860_2156023574598483_6528638247944174177_n (1)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/8/2878f561bcdbb3b6963a9bfba19e408c13ac550a.jpeg)

My blocks are shown below

 ![thunk8](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/b/8b4b927ab5a32c8013512cd7f3cf4a8e8b805a1a.png)

---

_[View the full topic](https://community.thunkable.com/t/parsing-data-from-an-api-into-a-list-of-unknown-size/2300159)._
