From c27cb4e95cb15ba53ee121e7415015641d47a0b2 Mon Sep 17 00:00:00 2001 From: iskendererdogan-stack Date: Mon, 31 Aug 2026 12:14:33 +0300 Subject: [PATCH] Add Labelixa API to Development Free ZPL label rendering/validation API. Works without a key (anonymous quota); an API key is optional and raises limits. HTTPS and CORS supported. Docs: https://labelixa.com/docs/api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdcd6e78..8c7f08ae 100644 --- a/README.md +++ b/README.md @@ -623,6 +623,7 @@ API | Description | Auth | HTTPS | CORS | | [JSONPlaceholder](https://jsonplaceholder.typicode.com) | Fake REST API for testing and prototyping | No | Yes | Yes | | [Keyvalue](https://keyvalue.immanuel.co/) | Simple key-value storage REST API for quick prototyping | No | Yes | Unknown | | [Kroki](https://kroki.io) | Creates diagrams from textual descriptions | No | Yes | Yes | +| [Labelixa](https://labelixa.com/docs/api) | Render, validate and generate Zebra ZPL label barcodes as PNG/PDF | `apiKey` | Yes | Yes | | [License-API](https://github.com/cmccandless/license-api/blob/master/README.md) | Unofficial REST API for choosealicense.com | No | Yes | No | | [Logs.to](https://logs.to/) | Generate logs | `apiKey` | Yes | Unknown | | [Lua Decompiler](https://lua-decompiler.ferib.dev/) | Online Lua 5.1 Decompiler | No | Yes | Yes |