# Configuring web API in thunkable

**URL:** https://community.thunkable.com/t/configuring-web-api-in-thunkable/563913
**Category:** Questions about Thunkable X
**Created:** [April 22, 2020, 5:19pm UTC](https://community.thunkable.com/t/configuring-web-api-in-thunkable/563913 "2020-04-22T17:19:30Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![immanuelkp29794](https://avatars.discourse-cdn.com/v4/letter/i/ecc23a/32.png) [@immanuelkp29794](https://community.thunkable.com/u/immanuelkp29794)
#### Post date: [April 22, 2020, 5:19pm UTC](https://community.thunkable.com/t/configuring-web-api-in-thunkable/563913/1 "2020-04-22T17:19:30Z")

</div>

hello there,

- List item  
I wanted to retirive data from aws cloud to thunkable app.  
i had created an API from (Amazon Web Service ) aws cloud.  
i need to configure it in thunkable, tried seeing some tutorials in youtube, but still confused how to retrieve it.  
any one has any tip or suggestions please let’me know.  
below is the api in aws cloud ![Screenshot (62)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/f/6f7238ab5a98f3a2ba8699062a753aa83b07efd3.png)

---

<div class="post-metadata">

### Author: ![aldemar.hernandezi](https://avatars.discourse-cdn.com/v4/letter/a/77aa72/32.png) [@aldemar.hernandezi](https://community.thunkable.com/u/aldemar.hernandezi)
#### Post date: [April 22, 2020, 6:20pm UTC](https://community.thunkable.com/t/configuring-web-api-in-thunkable/563913/2 "2020-04-22T18:20:08Z")

</div>

The API Url is no throwing any data. Are you sure you have somethnig to display on the JSON?

---

<div class="post-metadata">

### Author: ![immanuelkp29794](https://avatars.discourse-cdn.com/v4/letter/i/ecc23a/32.png) [@immanuelkp29794](https://community.thunkable.com/u/immanuelkp29794)
#### Post date: [April 22, 2020, 6:50pm UTC](https://community.thunkable.com/t/configuring-web-api-in-thunkable/563913/3 "2020-04-22T18:50:27Z")

</div>

yes, data is to be uploaed later, first wanted to try the connection between cloud and app.  
Is there any way i can connect.  
please do let me know how.  
thanks

---

<div class="post-metadata">

### Author: ![aldemar.hernandezi](https://avatars.discourse-cdn.com/v4/letter/a/77aa72/32.png) [@aldemar.hernandezi](https://community.thunkable.com/u/aldemar.hernandezi)
#### Post date: [April 22, 2020, 8:11pm UTC](https://community.thunkable.com/t/configuring-web-api-in-thunkable/563913/4 "2020-04-22T20:11:15Z")

</div>

Well maybe the connection is present but (i think) with at least some test data you can see if the app retrieves it.

The only way id Either setting the Web API component with such URL or setting into the blocks os you can manage the combinations of requests and API Keys if present

---

<div class="post-metadata">

### Author: ![immanuelkp29794](https://avatars.discourse-cdn.com/v4/letter/i/ecc23a/32.png) [@immanuelkp29794](https://community.thunkable.com/u/immanuelkp29794)
#### Post date: [April 23, 2020, 5:57am UTC](https://community.thunkable.com/t/configuring-web-api-in-thunkable/563913/5 "2020-04-23T05:57:39Z")

</div>

@aldemar.hernandezi Yes you’re right,i got the data now in aws,The main thing i wanted to know is, how the data will be recieved and where should i store it. Should i create a local DB and configure it, also how the access the recieved dataset for further displaying of dataset in graph format in app.

---

<div class="post-metadata">

### Author: ![manyone](https://avatars.discourse-cdn.com/v4/letter/m/ee59a6/32.png) [@manyone](https://community.thunkable.com/u/manyone)
#### Post date: [April 23, 2020, 7:08am UTC](https://community.thunkable.com/t/configuring-web-api-in-thunkable/563913/6 "2020-04-23T07:08:33Z")

</div>

i tried to access the data by typing the url in you screen capture:  
[https://f8cbug1ozk.execute-api.ap-south-1.amazonaws.com/finalMldata](https://f8cbug1ozk.execute-api.ap-south-1.amazonaws.com/finalMldata)

and i got this response:  
{“message”:“Not Found”}

after you store some live data in it, try what i did - you should get a json-formatted string as a returnred result - you can use the blocks under the objects category to parse the data.  
you can store the parsed data in local storage or airtable if it’s a flat table.

---

<div class="post-metadata">

### Author: ![aldemar.hernandezi](https://avatars.discourse-cdn.com/v4/letter/a/77aa72/32.png) [@aldemar.hernandezi](https://community.thunkable.com/u/aldemar.hernandezi)
#### Post date: [April 23, 2020, 12:38pm UTC](https://community.thunkable.com/t/configuring-web-api-in-thunkable/563913/7 "2020-04-23T12:38:53Z")

</div>

Well depends on the final purpose of the App. I’m nore prone to store in variables since i’m more close to News Based JSON where data is delivered on that format. When is DB based things are fuzzy for me.

---

<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, 11:31am UTC](https://community.thunkable.com/t/configuring-web-api-in-thunkable/563913/8 "2024-11-08T11:31:51Z")

</div>


