# QR Code or Barcode Generation But Different

**URL:** https://community.thunkable.com/t/qr-code-or-barcode-generation-but-different/2743690
**Category:** Questions about Thunkable X
**Created:** [December 8, 2023, 10:18pm UTC](https://community.thunkable.com/t/qr-code-or-barcode-generation-but-different/2743690 "2023-12-08T22:18:25Z")
**Posts on this page:** 1
**Showing post:** 7

<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: [December 9, 2023, 6:36am UTC](https://community.thunkable.com/t/qr-code-or-barcode-generation-but-different/2743690/7 "2023-12-09T06:36:03Z")

</div>

> [@nerdynerdzubbokr](#):
>
> Is there an article or video on how to implement this feature?

I’m not sure if there is but it’s just basically joining the string “[https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=](https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=)” with whatever unique value you want. So you can use the join block in the Text drawer to join that string with the green `userId` block explained here: [https://docs.thunkable.com/v/snap-to-place/sign-in-1](https://docs.thunkable.com/v/snap-to-place/sign-in-1).

You’ll need to learn about Web APIs and Thunkable if you’re not familiar. I explain a lot of that – probably much more than you need – here: [API JSON Tutorial (Video)](https://community.thunkable.com/t/api-json-tutorial-video/1140575).

---

_[View the full topic](https://community.thunkable.com/t/qr-code-or-barcode-generation-but-different/2743690)._
