Code 128

The World's Simplest QR Code Generator

Created By John Eletto



What is this?

It's a super simple QR code generator. It returns a QR code as a png by just passing your data as a URL parameter.


How do I use it?

Simple!

https://qr.eletto.dev/{YOUR_DATA}
Note: There is a 255 character limit due to the limitations of Apache.

Here's An Example

If I want to create a QR code to link to this site, I just make a GET call to:

https://qr.eletto.dev/https://qr.eletto.dev

Making that call returns a png like this:

You can even use the API in your HTML like this:

<img src="https://qr.eletto.dev/https://qr.eletto.dev" />


How much does it cost?

It's 100% free! If you like this project and want to contribute to the hosting fees, you can do it below. Thanks for checking this out!