# Post Data - web api

**URL:** https://community.thunkable.com/t/post-data-web-api/1267637
**Category:** Questions about Thunkable X
**Created:** [May 7, 2021, 12:49am UTC](https://community.thunkable.com/t/post-data-web-api/1267637 "2021-05-07T00:49:52Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![faith.daal08mfg7lh](https://avatars.discourse-cdn.com/v4/letter/f/82dd89/32.png) [@faith.daal08mfg7lh](https://community.thunkable.com/u/faith.daal08mfg7lh)
#### Post date: [May 7, 2021, 12:49am UTC](https://community.thunkable.com/t/post-data-web-api/1267637/1 "2021-05-07T00:49:52Z")

</div>

Can someone help to save data using POST?

Thank you!

![Thunkable (6)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/9/1936da301574107cff4fb6a775263425ec241c76.png)

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [May 7, 2021, 12:53am UTC](https://community.thunkable.com/t/post-data-web-api/1267637/2 "2021-05-07T00:53:25Z")

</div>

Where are you saving data to? That’s the block for sending something to an API, specifically.

You may want to look at the pages in the documents about data sources (a place you could save data) or variables (stored variables are another option).

---

<div class="post-metadata">

### Author: ![faith.daal08mfg7lh](https://avatars.discourse-cdn.com/v4/letter/f/82dd89/32.png) [@faith.daal08mfg7lh](https://community.thunkable.com/u/faith.daal08mfg7lh)
#### Post date: [May 7, 2021, 1:04am UTC](https://community.thunkable.com/t/post-data-web-api/1267637/3 "2021-05-07T01:04:46Z")

</div>

I am using XANO to save the data.

---

<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: [May 7, 2021, 1:27am UTC](https://community.thunkable.com/t/post-data-web-api/1267637/4 "2021-05-07T01:27:24Z")

</div>

Unless someone else is familiar with XANO, you’ll need to spend some time figuring out what a POST call looks like for XANO (which will have nothing to do with Thunkable) and sharing that info here.

If you try to set up blocks and it doesn’t work, you can share a screenshot of those blocks as well.

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [May 7, 2021, 12:16pm UTC](https://community.thunkable.com/t/post-data-web-api/1267637/5 "2021-05-07T12:16:51Z")

</div>

I haven’t used XANO, but it claims to do a REST-type API, so you can almost certainly use it. Before you call that Web\_API Post button, you’re going to need to set up the parameters it needs (URL, body, headers, etc) using the other blocks in that drawer. We can help you with the blocks part, but you’ll need to look at the XANO documentation to figure out what values you need to set. I suggest initially sending all three of the green result blocks (status, response, error) to labels so that you can see what the API is returning.

If you’re stumped, feel free to post what you’ve got so far AND the API documentation. We might be able to help you decipher it. 🙂

---

<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: [August 2, 2024, 2:28pm UTC](https://community.thunkable.com/t/post-data-web-api/1267637/6 "2024-08-02T14:28:43Z")

</div>

A post was split to a new topic: [Web API fireStoreDB](https://community.thunkable.com/t/web-api-firestoredb/3123622)

---

<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: [August 2, 2024, 2:28pm UTC](https://community.thunkable.com/t/post-data-web-api/1267637/7 "2024-08-02T14:28:52Z")

</div>



---

<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: [August 2, 2024, 2:29pm UTC](https://community.thunkable.com/t/post-data-web-api/1267637/8 "2024-08-02T14:29:15Z")

</div>


