Free APIDev ToolsNo keyOfficial
QR Server (goQR.me)
Generate or read QR codes with a single image URL; no key, no signup
QR Server (goQR.me) is a free QR code generation and reading API. The create endpoint returns a PNG/GIF/JPEG/SVG/EPS QR image for any data via simple query params (size, colors, error correction, margin). A companion read endpoint decodes QR codes from an uploaded or linked image. Drop the create URL straight into an <img> tag.
Free tier
Free, no key, no signup; provider asks only for reasonable useRate limits
No explicit rate limit published; provider asks users to keep usage reasonableAuth
No keyBase URL
https://api.qrserver.com/v1What you'd build with it
- Embed a QR code for a URL or wifi config directly in an <img> tag
- Generate download-link QR codes in an automation
- Decode QR codes from user-uploaded images via the read endpoint
- Produce printable QR assets without a client-side library
Key endpoints
- GET
/create-qr-code/Render a QR code image from data, size, colors, ecc - GET
/read-qr-code/Decode a QR code from a linked image URL (returns JSON)
Members
Members get the runnable recipe
Sign in free to copy the example request, see a sample response, and read the gotchas.
Tags
qrimagegeneratorutilitydeveloper