# \[SOLVED\]Trouble receiving data from web api

**URL:** https://community.thunkable.com/t/solved-trouble-receiving-data-from-web-api/1921381
**Category:** Web API's
**Tags:** solved
**Created:** [June 12, 2022, 12:30pm UTC](https://community.thunkable.com/t/solved-trouble-receiving-data-from-web-api/1921381 "2022-06-12T12:30:50Z")
**Posts on this page:** 1
**Showing post:** 4

<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: [June 12, 2022, 4:56pm UTC](https://community.thunkable.com/t/solved-trouble-receiving-data-from-web-api/1921381/4 "2022-06-12T16:56:54Z")

</div>

When using an API with Thunkable, the first step should be to make sure you can get a valid JSON response **in a browser** without using Thunkable. What happens if you paste the whole url into a browser? Does that work? If so, post that response here as text and format it using the “Preformatted text” button in the toolbar ( \</\> ).

Also, I don’t think there is a “temp” property at the top level of the JSON. So once we have your JSON response, we can help you figure out how to access that property. You may find my tutorial helpful: [API JSON Tutorial (Video)](https://community.thunkable.com/t/api-json-tutorial-video/1140575).

**Edit:** there are many “temp” properties but the first one is here:

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/c/8c6fafd7c8ec784619a34f9917636abc50b69e33.png)

You can see on [Best JSON Viewer and JSON Beautifier Online](https://codebeautify.org/jsonviewer) that the path to that property shown at the top is “data[1].temp” whereas you’re trying to access it as just “temp”.

---

_[View the full topic](https://community.thunkable.com/t/solved-trouble-receiving-data-from-web-api/1921381)._
