QR Codes

The World's Simplest Code 128 Barcode Generator

Created By John Eletto



What is this?

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


How do I use it?

Simple!

https://128.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 code 128 barcode, I just make a GET call to:

https://128.eletto.dev/Welcome!

Making that call returns a png like this:

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

<img src="https://128.eletto.dev/Welcome!" />


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!