# Is there a way to make qr codes and barcodes maker?

**URL:** https://community.thunkable.com/t/is-there-a-way-to-make-qr-codes-and-barcodes-maker/37467
**Category:** Questions about Thunkable X
**Created:** [July 25, 2018, 2:19am UTC](https://community.thunkable.com/t/is-there-a-way-to-make-qr-codes-and-barcodes-maker/37467 "2018-07-25T02:19:09Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Fabian\_Sigala](https://avatars.discourse-cdn.com/v4/letter/f/e19adc/32.png) [@Fabian\_Sigala](https://community.thunkable.com/u/Fabian_Sigala)
#### Post date: [July 25, 2018, 2:19am UTC](https://community.thunkable.com/t/is-there-a-way-to-make-qr-codes-and-barcodes-maker/37467/1 "2018-07-25T02:19:10Z")

</div>

Is there a way where you can make qr codes and barcode maker?

---

<div class="post-metadata">

### Author: ![maztaxxx](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/maztaxxx/32/23000_2.png) [@maztaxxx](https://community.thunkable.com/u/maztaxxx)
#### Post date: [August 27, 2018, 7:53am UTC](https://community.thunkable.com/t/is-there-a-way-to-make-qr-codes-and-barcodes-maker/37467/2 "2018-08-27T07:53:28Z")

</div>

yes,  
you can throw data to this API and get the image  
[https://api.qrserver.com/v1/create-qr-code/?size=140×140&data=yourdata](https://api.qrserver.com/v1/create-qr-code/?size=140%C3%97140&data=yourdata)

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/4/e45b1378dd3167aaaa583950bf95534caeddc21c.png)

---

<div class="post-metadata">

### Author: ![e016bb6504478t70](https://avatars.discourse-cdn.com/v4/letter/e/67e7ee/32.png) [@e016bb6504478t70](https://community.thunkable.com/u/e016bb6504478t70)
#### Post date: [April 29, 2021, 3:42pm UTC](https://community.thunkable.com/t/is-there-a-way-to-make-qr-codes-and-barcodes-maker/37467/3 "2021-04-29T15:42:37Z")

</div>

@maztaxxx Could you explain what the call block is and what it calls?  
And how to make do what it does, which seems like it Url Encodes the string.

---

<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: [April 29, 2021, 4:36pm UTC](https://community.thunkable.com/t/is-there-a-way-to-make-qr-codes-and-barcodes-maker/37467/4 "2021-04-29T16:36:20Z")

</div>

That screenshot is from Thunkable Classic which is outdated. Using an API is a little different with Thunkable X.

Here’s a tutorial I made that explains how to use API’s:

> [@API JSON Tutorial (Video)](https://community.thunkable.com/t/api-json-tutorial-video/1140575):
>
> Using APIs in Thunkable and understanding how to parse JSON to get certain data from the API response is both a popular and a difficult aspect of using Thunkable. It’s not so much difficult because of Thunkable but because every API url format is different, every API documentation is different, every JSON response is different, etc. In this video, I spend a lot of time talking you through some best practices. It’s not a quick tutorial because if you rush through setting up an API in Thunkable, …

You’ll need the documentation for that API:

[http://goqr.me/api/doc/create-qr-code/](http://goqr.me/api/doc/create-qr-code/)

---

<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:00pm UTC](https://community.thunkable.com/t/is-there-a-way-to-make-qr-codes-and-barcodes-maker/37467/5 "2024-11-08T12:00:36Z")

</div>



---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [December 19, 2024, 4:55pm UTC](https://community.thunkable.com/t/is-there-a-way-to-make-qr-codes-and-barcodes-maker/37467/6 "2024-12-19T16:55:34Z")

</div>

Removing all Thunkable Classic Topics

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [December 19, 2024, 5:00pm UTC](https://community.thunkable.com/t/is-there-a-way-to-make-qr-codes-and-barcodes-maker/37467/7 "2024-12-19T17:00:35Z")

</div>


