
QR code is a public API providing create an easy to read qr code and url shortener.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://www.qrtag.net/api/ | Primary API endpoint. |
curl -X GET "https://www.qrtag.net/api/" \ -H "Accept: application/json"