QR API

Generate QR codes on demand. The URL is the image — drop it in an <img> tag or share it directly.

Endpoints

GET https://qrapi.northwest.io/qr.png?data=<url-encoded-string>
GET https://qrapi.northwest.io/qr.svg?data=<url-encoded-string>

Parameters

ParamRequiredDefaultDescription
datayesURL-encoded string to encode in the QR code
scaleno10Pixels per QR module, 1–50

Examples

# PNG
https://qrapi.northwest.io/qr.png?data=https%3A%2F%2Fexample.com

# SVG
https://qrapi.northwest.io/qr.svg?data=https%3A%2F%2Fexample.com

# Larger scale
https://qrapi.northwest.io/qr.png?data=Hello%2C%20world%21&scale=20

Live demo

QR code for https://example.com

https://example.com