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

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

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

@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.

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:

You’ll need the documentation for that API:

http://goqr.me/api/doc/create-qr-code/

2 Likes