QR Code Generator
The QR Code Generator API produces clean QR codes on demand. Send any text, URL or data string and get back a binary PNG or SVG, or a Base64 encoded JSON response for direct embedding. Size, foreground colour, background colour and error correction level are all configurable. No watermarks, no branding. Base URL: https://qr.dranco.uk Authentication: X-API-Key header
QR Code Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| QR Code | ||
| GET |
generateQrJson /api/qr/json |
Returns QR code as a Base64-encoded string along with metadata. |
| GET |
generateQrGet /api/qr |
Returns a binary PNG or SVG QR code image. |
| POST |
generateQrPost /api/qr |
Same as GET but accepts parameters in the request body. Useful for long data strings. |
| Account | ||
| GET |
getUsage /api/usage |
|
QR Code Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $6 / month | — |
|
| ULTRA | $19 / month | — |
|
| MEGA | $49 / month | — |
|