# Thunkable X Web API

**URL:** https://community.thunkable.com/t/thunkable-x-web-api/64772
**Category:** Questions about Thunkable X
**Created:** [January 15, 2019, 8:12pm UTC](https://community.thunkable.com/t/thunkable-x-web-api/64772 "2019-01-15T20:12:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![adham](https://avatars.discourse-cdn.com/v4/letter/a/df788c/32.png) [@adham](https://community.thunkable.com/u/adham)
#### Post date: [January 15, 2019, 8:12pm UTC](https://community.thunkable.com/t/thunkable-x-web-api/64772/1 "2019-01-15T20:12:51Z")

</div>

Hi  
I am trying to figure out how to use web API with Thunkable X and how to extract the data from JSON.  
Can you please provide an example to how to do so.

Thank you

---

<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: [January 15, 2019, 8:17pm UTC](https://community.thunkable.com/t/thunkable-x-web-api/64772/2 "2019-01-15T20:17:53Z")

</div>

Thanks @adham!

Here are two examples from the Thunkable Docs:

[https://docs.thunkable.com/thunkable-cross-platform/create/components/data/web-api](https://docs.thunkable.com/thunkable-cross-platform/create/components/data/web-api)

---

<div class="post-metadata">

### Author: ![lflfm](https://avatars.discourse-cdn.com/v4/letter/l/dec6dc/32.png) [@lflfm](https://community.thunkable.com/u/lflfm)
#### Post date: [January 28, 2019, 8:26am UTC](https://community.thunkable.com/t/thunkable-x-web-api/64772/3 "2019-01-28T08:26:02Z")

</div>

~~The docs should make it clear that the WebAPI component is only partially implemented though… it’s only capable of sending get parameters (headers and body go empty).~~  
Found out that nodejs express server will only interpret the request correctly if we set the Content-Type header manually in Thunkable (doesn’t send the content type header at all if we don’t set it).  
I wouldn’t call this a bug, but it’s definitely something that I think should be warned or something…

---

<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:16pm UTC](https://community.thunkable.com/t/thunkable-x-web-api/64772/4 "2024-11-08T12:16:22Z")

</div>


