โœจ Aryanispe QR API

Lightning fast ยท Free forever ยท Zero auth

๐Ÿš€ v1.0 ยท Live

Bhai, ๐Ÿ”ฅ ekdam free & fast QR API โ€” kisi bhi URL, text ya link ka QR code turant generate karo. Bas apni URL pass karo aur binary image milega. Perfect for websites, tools, or automation.

๐Ÿ”— Base Endpoint

GET https://qr-api.aryanispe.in/generate

๐Ÿ“Œ Query parameter: url (required) โ€” URL-encoded link or any text.

https://qr-api.aryanispe.in/generate?url=https://example.com

๐Ÿงช Live Demo โ€” Try Yourself

Preview

QR Preview

โœจ Real-time generation โ€” image loads directly from API endpoint.

๐Ÿ“š Code Examples (copy & paste)

๐ŸŒ HTML / Image Tag
<img src="https://qr-api.aryanispe.in/generate?url=https://example.com" alt="QR Code" width="150" height="150">

โœ… Directly embed in any website โ€” dynamic QR for any URL.

โšก cURL (CLI)
curl "https://qr-api.aryanispe.in/generate?url=https://aryanispe.in" --output my-qr.png

๐Ÿ’พ Download QR code directly from terminal.

๐Ÿ“œ JavaScript (Fetch)
// Dynamic QR generation in browser
const url = "https://mywebsite.com/page";
const qrImage = document.createElement("img");
qrImage.src = `https://qr-api.aryanispe.in/generate?url=${encodeURIComponent(url)}`;
document.body.appendChild(qrImage);

โšก Embed QR generation in web apps dynamically.

๐Ÿ“˜ Markdown / Badge
![QR Code](https://qr-api.aryanispe.in/generate?url=https://aryanispe.in)

๐Ÿ“ Use in GitHub README, docs, or any markdown file.

๐Ÿ”ง Pro Tips

  • Always encodeURIComponent your URL if it contains special characters (? & # %).
  • API returns PNG image directly โ€” perfect for <img> or background tasks.
  • You can pass any text, not just URLs (e.g., ?url=Hello+World).
  • No rate limits for fair usage โ€” made with โค๏ธ by Aryanispe Host.
Powered by Aryanispe Host | Free QR Code API โœจ instant ยท no signup ยท blazing fast
๐Ÿ“‹ Copied to clipboard!