Utilities

QR Code Generator

Get API

Generate QR codes for URLs, text, and vCards for free.

No Auth Required HTTPS CORS Enabled
API Details
API NameQR Code Generator
CategoryUtilities
AuthenticationNone required
HTTPS SupportYes – secured
CORS PolicyEnabled – browser-safe
DocumentationOpen Docs
Quick Start

Copy this JavaScript snippet to start using the API immediately.

const res = await fetch("https://goqr.me/api");
const data = await res.json();
console.log(data);
More Utilities APIs
See all
Short.io

URL shortening, branded links, and click analytics.

apiKeyHTTPS
Get API
Abstract API – Email Validation

Validate email addresses, detect disposable emails and typos.

apiKeyHTTPS
Get API
PDF.co

PDF generation, merging, splitting, and text extraction API.

apiKeyHTTPS
Get API
Access This API

View endpoints, request formats, rate limits, and full response schemas in the official docs.

Open Documentation Browse All APIs
Authentication Guide
No Authentication

Call this API directly from any frontend or backend – no sign-up required.

Compatibility
Browser (Frontend)Supported
Server (Node / Python)Always works
HTTPS / SSLSecured
Developer Tips
  • No key needed – safe to call from browser or server.
  • Direct browser fetch calls work – no proxy needed.
  • Handle rate limits with retry logic and exponential backoff.
  • Cache responses locally to minimize calls and stay on free tier.
Utilities Category

Explore all free APIs in the Utilities category.

Browse Utilities
👋 Need help with code?