# Need Help Decoding JSON

**URL:** https://community.thunkable.com/t/need-help-decoding-json/76446
**Category:** Questions about Thunkable X
**Created:** [May 16, 2019, 11:59pm UTC](https://community.thunkable.com/t/need-help-decoding-json/76446 "2019-05-16T23:59:41Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [June 11, 2019, 4:30pm UTC](https://community.thunkable.com/t/need-help-decoding-json/76446/2 "2019-06-11T16:30:45Z")

</div>

Hi there,

This seems like you want to

1. Get the property ‘text’ of the property ‘name’ of the property ‘events’ of the object ‘response’
2. Get the property ‘id’ of the property ‘events’ of the object ‘response’
3. Get the property ‘url’ of the property ‘events’ of the object ‘response’

[Here](http://community.thunkable.com/t/reverse-geocoding-app-get-location-from-latitude-longitude/82343?u=jane) is a post that talks the reader through getting the information they need out of a JSON response.

Check it out and see if you can apply the same process to getting the information you need from your response.

---

_[View the full topic](https://community.thunkable.com/t/need-help-decoding-json/76446)._
