QR Code Generator

Generate QR codes from any URL or text instantly. Download as PNG. Free, no signup.

Your QR code will appear here

Use via API

Generate QR codes programmatically:

curl "https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=https://example.com" \
  -o qrcode.png
curl -H "X-API-Key: YOUR_KEY" -X POST \
  -d '{"data":"https://example.com","size":200}' \
  https://api.fengdeagents.site/api/qr

Get a free API key →

About This Tool

This free QR code generator creates standard QR codes from any URL or text. QR codes are generated using the goqr.me public API and rendered as PNG images that you can download and use anywhere — on print materials, websites, presentations, and more.

Need programmatic access? Our DevTools API provides QR code generation and many other developer utilities via a simple REST API with a free tier.

DevTools API · JSON Formatter · UUID Generator · Hash Generator · Base64 Encoder · Password Generator · Timestamp Converter · Color Converter