QR Code Generator

Generate QR codes using the form below or directly via URL.

Direct URL
Download

API

Generate QR codes by making a simple URL request. Accessing qr.73.nu/yoururl.com returns a QR code image that can be embedded directly into webpages or applications.

QR codes can store URLs, contact information, plain text, and more. The API supports both PNG and SVG output with configurable error correction and resolution.

Parameters

Param Description
url Content to encode in the QR code. Required.
ecl Error correction level.
L 7% (default)  ·  M 15%  ·  Q 25%  ·  H 30%
size Pixels per QR block (module). Range: 1--100. Default: 40.
format Output format: png or svg.
Example

A QR code for "https://example.com" with high error correction and size 50:

QR Code Example

Rate Limits

To ensure service availability, QR code generation is rate-limited per IP address. You can generate up to 20 codes in quick succession, after which the allowance replenishes at one code every 2 seconds.

Hotlinking QR codes directly from this API is fine for personal or low-traffic pages. For anything with significant traffic, please generate the code once and host the image yourself. The rate limits are set accordingly to keep the service available for everyone.
Copied to clipboard