# List Viewer Containing two JSON objects

**URL:** https://community.thunkable.com/t/list-viewer-containing-two-json-objects/103622
**Category:** Questions about Thunkable X
**Created:** [June 13, 2019, 12:07am UTC](https://community.thunkable.com/t/list-viewer-containing-two-json-objects/103622 "2019-06-13T00:07:22Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Abanoub\_Gallah](https://avatars.discourse-cdn.com/v4/letter/a/ea5d25/32.png) [@Abanoub\_Gallah](https://community.thunkable.com/u/Abanoub_Gallah)
#### Post date: [June 13, 2019, 12:07am UTC](https://community.thunkable.com/t/list-viewer-containing-two-json-objects/103622/1 "2019-06-13T00:07:22Z")

</div>

Hello, is there a way to get the ‘name’ and ‘state’ from the JSON: [https://api.openbrewerydb.org/breweries?by\_type=micro&per\_page=50](https://api.openbrewerydb.org/breweries?by_type=micro&per_page=50) and concatenate the retrieved ‘name’ and ‘state’ to a List Viewer.

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [June 13, 2019, 12:54am UTC](https://community.thunkable.com/t/list-viewer-containing-two-json-objects/103622/2 "2019-06-13T00:54:17Z")

</div>

Hey @Abanoub_Gallah, are looking forethe `join` block? You can store the names and states in lists, and then loop over those lists, joining each name to it’s corresponding state.

---

<div class="post-metadata">

### Author: ![Abanoub\_Gallah](https://avatars.discourse-cdn.com/v4/letter/a/ea5d25/32.png) [@Abanoub\_Gallah](https://community.thunkable.com/u/Abanoub_Gallah)
#### Post date: [June 13, 2019, 12:55am UTC](https://community.thunkable.com/t/list-viewer-containing-two-json-objects/103622/3 "2019-06-13T00:55:35Z")

</div>

Thanks! That solved my problem.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:13pm UTC](https://community.thunkable.com/t/list-viewer-containing-two-json-objects/103622/4 "2024-11-08T12:13:27Z")

</div>


