当社のアプリをインストールしてください 🪄 アドレスバーの右上にある アイコンをクリックしてください。

QRコード

GET https://rqrcode.com/api/qr-codes/
curl --request GET \
--url 'https://rqrcode.com/api/qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
パラメータ 詳細 説明
page オプション 整数 結果を取得したいページ番号。デフォルトは1です。
results_per_page オプション 整数 1ページあたりの結果の数を指定してください。許可される値は10 , 25 , 50 , 100 , 250 , 500 , 1000です。デフォルトは25です。
{ "data": [ { "id": 1, "type": "url", "name": "Example name", "qr_code": "https://rqrcode.com/uploads/qr_code/example.svg", "qr_code_logo": null, "qr_code_background": null, "settings": { "foreground_type": "color", "foreground_color": "#000000", "background_color": "#ffffff", "custom_eyes_color": false, "qr_code_logo_size": 25, "size": 500, "margin": 0, "ecc": "L", "url": "https://example.com" ... }, "embedded_data": "https://example.com", "last_datetime": "2021-10-31 09:47:25", "datetime": "2021-10-29 16:32:25" }, ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://rqrcode.com/api/qr-codes?&page=1", "last": "https://rqrcode.com/api/qr-codes?&page=1", "next": null, "prev": null, "self": "https://rqrcode.com/api/qr-codes?&page=1" } }
GET https://rqrcode.com/api/qr-codes/{qr_code_id}
curl --request GET \
--url 'https://rqrcode.com/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
{ "data": { "id": 1, "type": "url", "name": "Example name", "qr_code": "https://rqrcode.com/uploads/qr_code/example.svg", "qr_code_logo": null, "qr_code_background": null, "settings": { "foreground_type": "color", "foreground_color": "#000000", "background_color": "#ffffff", "custom_eyes_color": false, "qr_code_logo_size": 25, "size": 500, "margin": 0, "ecc": "L", "url": "https://example.com" ... }, "embedded_data": "https://example.com", "last_datetime": "2021-10-31 09:47:25", "datetime": "2021-10-29 16:32:25" } }
POST https://rqrcode.com/api/qr-codes
パラメータ 詳細 説明
link_id オプション 整数 -
project_id オプション 整数 -
name 必要です 文字列を -
type 必要です 文字列を 許可される値: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
is_bulk オプション ブール値 利用可能時:type = text
style オプション 文字列を 許可される値: square, dot, round, diamond, heart
inner_eye_style オプション 文字列を 許可される値: square, dot, rounded, diamond, flower, leaf
outer_eye_style オプション 文字列を 許可される値: square, circle, rounded, flower, leaf
foreground_type オプション 文字列を 許可される値: color, gradient
foreground_color オプション 文字列を 利用可能時:foreground_type = color
foreground_gradient_style オプション 文字列を 許可される値: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one オプション 文字列を 利用可能時:foreground_type = gradient
foreground_gradient_two オプション 文字列を 利用可能時:foreground_type = gradient
background_color オプション 文字列を
background_color_transparency オプション 整数
custom_eyes_color オプション ブール値
eyes_inner_color オプション 文字列を 利用可能時:custom_eyes_color = 1
eyes_outer_color オプション 文字列を 利用可能時:custom_eyes_color = 1
qr_code_logo オプション ファイル -
qr_code_logo_size オプション 整数 5-35
qr_code_background オプション ファイル -
qr_code_background_transparency オプション 整数 0-100
qr_code_foreground オプション ファイル -
qr_code_foreground_transparency オプション 整数 0-100
frame オプション 文字列を 許可される値: round_bottom_text, round_top_text, tooltip_bottom_text, tooltip_top_text, ribbon_bottom_text, ribbon_top_text, tooltip_snap_top_text, tooltip_snap_bottom_text
frame_text オプション 文字列を
frame_text_size オプション 整数 -5 - 5
frame_text_font オプション 文字列を 許可される値: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, lucida_console, monaco, comic_sans_ms, impact
frame_custom_colors オプション ブール値
frame_color オプション 文字列を 利用可能時:frame_custom_colors = 1
frame_text_color オプション 文字列を 利用可能時:frame_custom_colors = 1
size オプション 整数 50-2000
margin オプション 整数 0-25
ecc オプション 文字列を 許可される値: L, M, Q, H
text オプション 文字列を 利用可能時:type = text
url オプション 文字列を 利用可能時:type = url
phone オプション 文字列を 利用可能時:type = phone
sms オプション 文字列を 利用可能時:type = sms
sms_body オプション 文字列を 利用可能時:type = sms
email オプション 文字列を 利用可能時:type = email
whatsapp オプション 文字列を 利用可能時:type = whatsapp
whatsapp_body オプション 文字列を 利用可能時:type = whatsapp
facetime オプション 文字列を 利用可能時:type = facetime
location
location_latitude オプション フロート 利用可能時:type = location
location_longitude オプション フロート 利用可能時:type = location
wifi
wifi_ssid オプション 文字列を 利用可能時:type = wifi
wifi_encryption オプション 文字列を 許可される値: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password オプション 文字列を 利用可能時:type = wifi
wifi_is_hidden オプション ブール値 利用可能時:type = wifi
event オプション 文字列を 利用可能時:type = event
event_location オプション 文字列を 利用可能時:type = event
event_url オプション 文字列を 利用可能時:type = event
event_note オプション 文字列を 利用可能時:type = event
event_timezone オプション 文字列を 利用可能時:type = event
event_start_datetime オプション 文字列を 利用可能時:type = event
event_end_datetime オプション 文字列を 利用可能時:type = event
event_first_alert_datetime オプション 文字列を 利用可能時:type = event
event_second_alert_datetime オプション 文字列を 利用可能時:type = event
crypto
crypto_coin オプション 文字列を 利用可能時:type = crypto
crypto_address オプション 文字列を 利用可能時:type = crypto
crypto_amount オプション 文字列を 利用可能時:type = crypto
vcard
vcard_first_name オプション 文字列を 利用可能時:type = vcard
vcard_last_name オプション 文字列を 利用可能時:type = vcard
vcard_company オプション 文字列を 利用可能時:type = vcard
vcard_phone_number_label[index] オプション 文字列を 利用可能時:type = vcard
vcard_phone_number_value[index] オプション 文字列を 利用可能時:type = vcard
vcard_email オプション 文字列を 利用可能時:type = vcard
vcard_url オプション 文字列を 利用可能時:type = vcard
vcard_job_title オプション 文字列を 利用可能時:type = vcard
vcard_birthday オプション 文字列を 利用可能時:type = vcard
vcard_street オプション 文字列を 利用可能時:type = vcard
vcard_city オプション 文字列を 利用可能時:type = vcard
vcard_zip オプション 文字列を 利用可能時:type = vcard
vcard_region オプション 文字列を 利用可能時:type = vcard
vcard_country オプション 文字列を 利用可能時:type = vcard
vcard_note オプション 文字列を 利用可能時:type = vcard
vcard_social_label[index] オプション 文字列を 利用可能時:type = vcard
vcard_social_value[index] オプション 文字列を 利用可能時:type = vcard
paypal
paypal_type オプション 文字列を 許可される値: buy_now, add_to_cart, donation (type=paypal)
paypal_email オプション 文字列を 利用可能時:type = paypal
paypal_title オプション 文字列を 利用可能時:type = paypal
paypal_currency オプション 文字列を 利用可能時:type = paypal
paypal_price オプション フロート 利用可能時:type = paypal
paypal_thank_you_url オプション 文字列を 利用可能時:type = paypal
paypal_cancel_url オプション 文字列を 利用可能時:type = paypal
upi
upi_payee_id オプション 文字列を 利用可能時:type = upi
upi_payee_name オプション 文字列を 利用可能時:type = upi
upi_currency オプション 文字列を 利用可能時:type = upi
upi_amount オプション フロート 利用可能時:type = upi
upi_transaction_id オプション 文字列を 利用可能時:type = upi
upi_transaction_note オプション 文字列を 利用可能時:type = upi
upi_transaction_reference オプション 文字列を 利用可能時:type = upi
upi_thank_you_url オプション 文字列を 利用可能時:type = upi
epc
epc_iban オプション 文字列を 利用可能時:type = epc
epc_payee_name オプション 文字列を 利用可能時:type = epc
epc_currency オプション 文字列を 利用可能時:type = epc
epc_amount オプション フロート 利用可能時:type = epc
epc_bic オプション 文字列を 利用可能時:type = epc
epc_remittance_reference オプション 文字列を 利用可能時:type = epc
epc_remittance_text オプション 文字列を 利用可能時:type = epc
information オプション 文字列を 利用可能時:type = epc
pix
pix_payee_key オプション 文字列を 利用可能時:type = pix
pix_payee_name オプション 文字列を 利用可能時:type = pix
pix_currency オプション 文字列を 利用可能時:type = pix
pix_amount オプション フロート 利用可能時:type = pix
pix_city オプション 文字列を 利用可能時:type = pix
pix_transaction_id オプション 文字列を 利用可能時:type = pix
pix_description オプション 文字列を 利用可能時:type = pix
パラメータ 詳細 説明
curl --request POST \
--url 'https://rqrcode.com/api/qr-codes' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=New York' \
--form 'type=text' \
--form 'text=Hello!' \
{ "data": { "id": 1 } }
POST https://rqrcode.com/api/qr-codes/{qr_code_id}
パラメータ 詳細 説明
link_id オプション 整数 -
project_id オプション 文字列を -
name オプション 文字列を -
type オプション 文字列を 許可される値: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
style オプション 文字列を 許可される値: square, dot, round, diamond, heart
inner_eye_style オプション 文字列を 許可される値: square, dot, rounded, diamond, flower, leaf
outer_eye_style オプション 文字列を 許可される値: square, circle, rounded, flower, leaf
foreground_type オプション 文字列を 許可される値: color, gradient
foreground_color オプション 文字列を 利用可能時:foreground_type = color
foreground_gradient_style オプション 文字列を 許可される値: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one オプション 文字列を 利用可能時:foreground_type = gradient
foreground_gradient_two オプション 文字列を 利用可能時:foreground_type = gradient
background_color オプション 文字列を
background_color_transparency オプション 整数 0 - 100
custom_eyes_color オプション ブール値
eyes_inner_color オプション 文字列を 利用可能時:custom_eyes_color = 1
eyes_outer_color オプション 文字列を 利用可能時:custom_eyes_color = 1
qr_code_logo オプション ファイル -
qr_code_logo_size オプション 整数 5-35
qr_code_background オプション ファイル -
qr_code_background_transparency オプション 整数 0-100
qr_code_foreground オプション ファイル -
qr_code_foreground_transparency オプション 整数 0-100
frame オプション 文字列を 許可される値: round_bottom_text, round_top_text, tooltip_bottom_text, tooltip_top_text, ribbon_bottom_text, ribbon_top_text, tooltip_snap_top_text, tooltip_snap_bottom_text
frame_text オプション 文字列を
frame_text_size オプション 整数 -5 -> 5
frame_text_font オプション 文字列を 許可される値: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, lucida_console, monaco, comic_sans_ms, impact
frame_custom_colors オプション ブール値
frame_color オプション 文字列を 利用可能時:frame_custom_colors = 1
frame_text_color オプション 文字列を 利用可能時:frame_custom_colors = 1
size オプション 整数 50-2000
margin オプション 整数 0-25
ecc オプション 文字列を 許可される値: L, M, Q, H
text オプション 文字列を 利用可能時:type = text
url オプション 文字列を 利用可能時:type = url
phone オプション 文字列を 利用可能時:type = phone
sms オプション 文字列を 利用可能時:type = sms
sms_body オプション 文字列を 利用可能時:type = sms
email オプション 文字列を 利用可能時:type = email
whatsapp オプション 文字列を 利用可能時:type = whatsapp
whatsapp_body オプション 文字列を 利用可能時:type = whatsapp
facetime オプション 文字列を 利用可能時:type = facetime
location
location_latitude オプション フロート 利用可能時:type = location
location_longitude オプション フロート 利用可能時:type = location
wifi
wifi_ssid オプション 文字列を 利用可能時:type = wifi
wifi_encryption オプション 文字列を 許可される値: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password オプション 文字列を 利用可能時:type = wifi
wifi_is_hidden オプション ブール値 利用可能時:type = wifi
event オプション 文字列を 利用可能時:type = event
event_location オプション 文字列を 利用可能時:type = event
event_url オプション 文字列を 利用可能時:type = event
event_note オプション 文字列を 利用可能時:type = event
event_timezone オプション 文字列を 利用可能時:type = event
event_start_datetime オプション 文字列を 利用可能時:type = event
event_end_datetime オプション 文字列を 利用可能時:type = event
event_first_alert_datetime オプション 文字列を 利用可能時:type = event
event_second_alert_datetime オプション 文字列を 利用可能時:type = event
crypto
crypto_coin オプション 文字列を 利用可能時:type = crypto
crypto_address オプション 文字列を 利用可能時:type = crypto
crypto_amount オプション 文字列を 利用可能時:type = crypto
vcard
vcard_first_name オプション 文字列を 利用可能時:type = vcard
vcard_last_name オプション 文字列を 利用可能時:type = vcard
vcard_company オプション 文字列を 利用可能時:type = vcard
vcard_phone_number_label[index] オプション 文字列を 利用可能時:type = vcard
vcard_phone_number_value[index] オプション 文字列を 利用可能時:type = vcard
vcard_email オプション 文字列を 利用可能時:type = vcard
vcard_url オプション 文字列を 利用可能時:type = vcard
vcard_job_title オプション 文字列を 利用可能時:type = vcard
vcard_birthday オプション 文字列を 利用可能時:type = vcard
vcard_street オプション 文字列を 利用可能時:type = vcard
vcard_city オプション 文字列を 利用可能時:type = vcard
vcard_zip オプション 文字列を 利用可能時:type = vcard
vcard_region オプション 文字列を 利用可能時:type = vcard
vcard_country オプション 文字列を 利用可能時:type = vcard
vcard_note オプション 文字列を 利用可能時:type = vcard
vcard_social_label[index] オプション 文字列を 利用可能時:type = vcard
vcard_social_value[index] オプション 文字列を 利用可能時:type = vcard
paypal
paypal_type オプション 文字列を 許可される値: buy_now, add_to_cart, donation (type=paypal)
paypal_email オプション 文字列を 利用可能時:type = paypal
paypal_title オプション 文字列を 利用可能時:type = paypal
paypal_currency オプション 文字列を 利用可能時:type = paypal
paypal_price オプション フロート 利用可能時:type = paypal
paypal_thank_you_url オプション 文字列を 利用可能時:type = paypal
paypal_cancel_url オプション 文字列を 利用可能時:type = paypal
upi
upi_payee_id オプション 文字列を 利用可能時:type = upi
upi_payee_name オプション 文字列を 利用可能時:type = upi
upi_currency オプション 文字列を 利用可能時:type = upi
upi_amount オプション フロート 利用可能時:type = upi
upi_transaction_id オプション 文字列を 利用可能時:type = upi
upi_transaction_note オプション 文字列を 利用可能時:type = upi
upi_transaction_reference オプション 文字列を 利用可能時:type = upi
upi_thank_you_url オプション 文字列を 利用可能時:type = upi
epc
epc_iban オプション 文字列を 利用可能時:type = epc
epc_payee_name オプション 文字列を 利用可能時:type = epc
epc_currency オプション 文字列を 利用可能時:type = epc
epc_amount オプション フロート 利用可能時:type = epc
epc_bic オプション 文字列を 利用可能時:type = epc
epc_remittance_reference オプション 文字列を 利用可能時:type = epc
epc_remittance_text オプション 文字列を 利用可能時:type = epc
information オプション 文字列を 利用可能時:type = epc
pix
pix_payee_key オプション 文字列を 利用可能時:type = pix
pix_payee_name オプション 文字列を 利用可能時:type = pix
pix_currency オプション 文字列を 利用可能時:type = pix
pix_amount オプション フロート 利用可能時:type = pix
pix_city オプション 文字列を 利用可能時:type = pix
pix_transaction_id オプション 文字列を 利用可能時:type = pix
pix_description オプション 文字列を 利用可能時:type = pix
curl --request POST \
--url 'https://rqrcode.com/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Las Vegas' \
{ "data": { "id": 1 } }
DELETE https://rqrcode.com/api/qr-codes/{qr_code_id}
curl --request DELETE \
--url 'https://rqrcode.com/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \