This is a simple QR Code generator API that you can simply use.
API URL: https://dev.nrird.com/qrcode/
Parameters:
data | Data to encode. Example: https://heiswayi.nrird.com/qrcode |
size | Image dimension; width × height in pixels. (Optional) Default is 200x200. Example: 300x300 |
logo | Logo image URL. (Optional) Default is empty. Example: https://static.nrird.com/mylogo.png |
Demo
Usage Example 1
<img src="https://dev.nrird.com/qrcode/?data=https://heiswayi.nrird.com/qrcode&size=200x200">
Usage Example 2 - With Logo
<img src="https://dev.nrird.com/qrcode/?data=https://heiswayi.nrird.com/qrcode&size=200x200&logo=https://dev.nrird.com/qrcode/example.png">