From a70a1d9da26ebea3ae65a8192dfbed0311307e93 Mon Sep 17 00:00:00 2001 From: Grant Kirkhope Date: Thu, 28 May 2026 13:27:06 +0100 Subject: [PATCH] Add QR & Barcode API (solsigs.com) Free API for generating QR codes and barcodes in 50+ formats including Code 128, EAN-13, Data Matrix, and PDF417. Returns SVG or PNG. Free tier: 100 req/day, no API key required. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab5e418d..7c5927d2 100644 --- a/README.md +++ b/README.md @@ -578,6 +578,7 @@ API | Description | Auth | HTTPS | CORS | | [ProxyCrawl](https://proxycrawl.com) | Scraping and crawling anticaptcha service | `apiKey` | Yes | Unknown | | [ProxyKingdom](https://proxykingdom.com) | Rotating Proxy API that produces a working proxy on every request | `apiKey` | Yes | Yes | | [Pusher Beams](https://pusher.com/beams) | Push notifications for Android & iOS | `apiKey` | Yes | Unknown | +| [QR & Barcode](https://solsigs.com/qrapi/) | QR codes and barcodes (Code 128, EAN-13, Data Matrix, PDF417 + more). SVG or PNG output | No | Yes | Yes | | [QR code](https://www.qrtag.net/api/) | Create an easy to read QR code and URL shortener | No | Yes | Yes | | [QR code](http://goqr.me/api/) | Generate and decode / read QR code graphics | No | Yes | Unknown | | [Qrcode Monkey](https://www.qrcode-monkey.com/qr-code-api-with-logo/) | Integrate custom and unique looking QR codes into your system or workflow | No | Yes | Unknown |