URLにパラメータを指定してQRコードを生成できるAPIについて整理します。
QR code API
QR code API
https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=example
サイズの指定は任意。
QRickit
QRickit FREE QR Code API | Generate custom QR Codes with a simple URL request
Create, save and print FREE QR Codes for personal and business use. Learn how to use QR Codes for marketing and communic...
https://qrickit.com/api/qr.php?&qrsize=150&d=example
サイズの指定は任意。
Google Charts
Charts | Google for Developers
Discover the resources for adding interactive charts for browsers and mobile devices.
https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=example
サイズの指定は必須。
コメント