Installera vĂ„r app đŸȘ„ Klicka pĂ„ ikonen i det övre högra hörnet av adressfĂ€ltet

QR-koder

GET https://rqrcode.com/api/qr-codes/
curl --request GET \
--url 'https://rqrcode.com/api/qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
Parametrar Detaljer Beskrivning
page Valfri Heltal Sidnumret som du vill ha resultat frÄn. StandardvÀrdet Àr 1
results_per_page Valfri Heltal Hur mÄnga resultat vill du ha per sida. TillÄtna vÀrden Àr: 10 , 25 , 50 , 100 , 250 , 500 , 1000. StandardvÀrdet Àr 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
Parametrar Detaljer Beskrivning
link_id Valfri Heltal -
project_id Valfri Heltal -
name Obligatorisk StrÀng -
type Obligatorisk StrÀng TillÄtna vÀrden: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
is_bulk Valfri Boolesk TillgÀnglig nÀr: type = text
style Valfri StrÀng TillÄtna vÀrden: square, dot, round, diamond, heart
inner_eye_style Valfri StrÀng TillÄtna vÀrden: square, dot, rounded, diamond, flower, leaf
outer_eye_style Valfri StrÀng TillÄtna vÀrden: square, circle, rounded, flower, leaf
foreground_type Valfri StrÀng TillÄtna vÀrden: color, gradient
foreground_color Valfri StrÀng TillgÀnglig nÀr: foreground_type = color
foreground_gradient_style Valfri StrÀng TillÄtna vÀrden: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Valfri StrÀng TillgÀnglig nÀr: foreground_type = gradient
foreground_gradient_two Valfri StrÀng TillgÀnglig nÀr: foreground_type = gradient
background_color Valfri StrÀng
background_color_transparency Valfri Heltal
custom_eyes_color Valfri Boolesk
eyes_inner_color Valfri StrÀng TillgÀnglig nÀr: custom_eyes_color = 1
eyes_outer_color Valfri StrÀng TillgÀnglig nÀr: custom_eyes_color = 1
qr_code_logo Valfri Fil -
qr_code_logo_size Valfri Heltal 5-35
qr_code_background Valfri Fil -
qr_code_background_transparency Valfri Heltal 0-100
qr_code_foreground Valfri Fil -
qr_code_foreground_transparency Valfri Heltal 0-100
frame Valfri StrÀng TillÄtna vÀrden: 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 Valfri StrÀng
frame_text_size Valfri Heltal -5 - 5
frame_text_font Valfri StrÀng TillÄtna vÀrden: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, lucida_console, monaco, comic_sans_ms, impact
frame_custom_colors Valfri Boolesk
frame_color Valfri StrÀng TillgÀnglig nÀr: frame_custom_colors = 1
frame_text_color Valfri StrÀng TillgÀnglig nÀr: frame_custom_colors = 1
size Valfri Heltal 50-2000
margin Valfri Heltal 0-25
ecc Valfri StrÀng TillÄtna vÀrden: L, M, Q, H
text Valfri StrÀng TillgÀnglig nÀr: type = text
url Valfri StrÀng TillgÀnglig nÀr: type = url
phone Valfri StrÀng TillgÀnglig nÀr: type = phone
sms Valfri StrÀng TillgÀnglig nÀr: type = sms
sms_body Valfri StrÀng TillgÀnglig nÀr: type = sms
email Valfri StrÀng TillgÀnglig nÀr: type = email
whatsapp Valfri StrÀng TillgÀnglig nÀr: type = whatsapp
whatsapp_body Valfri StrÀng TillgÀnglig nÀr: type = whatsapp
facetime Valfri StrÀng TillgÀnglig nÀr: type = facetime
location
location_latitude Valfri Flytande TillgÀnglig nÀr: type = location
location_longitude Valfri Flytande TillgÀnglig nÀr: type = location
wifi
wifi_ssid Valfri StrÀng TillgÀnglig nÀr: type = wifi
wifi_encryption Valfri StrÀng TillÄtna vÀrden: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Valfri StrÀng TillgÀnglig nÀr: type = wifi
wifi_is_hidden Valfri Boolesk TillgÀnglig nÀr: type = wifi
event Valfri StrÀng TillgÀnglig nÀr: type = event
event_location Valfri StrÀng TillgÀnglig nÀr: type = event
event_url Valfri StrÀng TillgÀnglig nÀr: type = event
event_note Valfri StrÀng TillgÀnglig nÀr: type = event
event_timezone Valfri StrÀng TillgÀnglig nÀr: type = event
event_start_datetime Valfri StrÀng TillgÀnglig nÀr: type = event
event_end_datetime Valfri StrÀng TillgÀnglig nÀr: type = event
event_first_alert_datetime Valfri StrÀng TillgÀnglig nÀr: type = event
event_second_alert_datetime Valfri StrÀng TillgÀnglig nÀr: type = event
crypto
crypto_coin Valfri StrÀng TillgÀnglig nÀr: type = crypto
crypto_address Valfri StrÀng TillgÀnglig nÀr: type = crypto
crypto_amount Valfri StrÀng TillgÀnglig nÀr: type = crypto
vcard
vcard_first_name Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_last_name Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_company Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_phone_number_label[index] Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_phone_number_value[index] Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_email Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_url Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_job_title Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_birthday Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_street Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_city Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_zip Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_region Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_country Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_note Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_social_label[index] Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_social_value[index] Valfri StrÀng TillgÀnglig nÀr: type = vcard
paypal
paypal_type Valfri StrÀng TillÄtna vÀrden: buy_now, add_to_cart, donation (type=paypal)
paypal_email Valfri StrÀng TillgÀnglig nÀr: type = paypal
paypal_title Valfri StrÀng TillgÀnglig nÀr: type = paypal
paypal_currency Valfri StrÀng TillgÀnglig nÀr: type = paypal
paypal_price Valfri Flytande TillgÀnglig nÀr: type = paypal
paypal_thank_you_url Valfri StrÀng TillgÀnglig nÀr: type = paypal
paypal_cancel_url Valfri StrÀng TillgÀnglig nÀr: type = paypal
upi
upi_payee_id Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_payee_name Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_currency Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_amount Valfri Flytande TillgÀnglig nÀr: type = upi
upi_transaction_id Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_transaction_note Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_transaction_reference Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_thank_you_url Valfri StrÀng TillgÀnglig nÀr: type = upi
epc
epc_iban Valfri StrÀng TillgÀnglig nÀr: type = epc
epc_payee_name Valfri StrÀng TillgÀnglig nÀr: type = epc
epc_currency Valfri StrÀng TillgÀnglig nÀr: type = epc
epc_amount Valfri Flytande TillgÀnglig nÀr: type = epc
epc_bic Valfri StrÀng TillgÀnglig nÀr: type = epc
epc_remittance_reference Valfri StrÀng TillgÀnglig nÀr: type = epc
epc_remittance_text Valfri StrÀng TillgÀnglig nÀr: type = epc
information Valfri StrÀng TillgÀnglig nÀr: type = epc
pix
pix_payee_key Valfri StrÀng TillgÀnglig nÀr: type = pix
pix_payee_name Valfri StrÀng TillgÀnglig nÀr: type = pix
pix_currency Valfri StrÀng TillgÀnglig nÀr: type = pix
pix_amount Valfri Flytande TillgÀnglig nÀr: type = pix
pix_city Valfri StrÀng TillgÀnglig nÀr: type = pix
pix_transaction_id Valfri StrÀng TillgÀnglig nÀr: type = pix
pix_description Valfri StrÀng TillgÀnglig nÀr: type = pix
Parametrar Detaljer Beskrivning
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}
Parametrar Detaljer Beskrivning
link_id Valfri Heltal -
project_id Valfri StrÀng -
name Valfri StrÀng -
type Valfri StrÀng TillÄtna vÀrden: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
style Valfri StrÀng TillÄtna vÀrden: square, dot, round, diamond, heart
inner_eye_style Valfri StrÀng TillÄtna vÀrden: square, dot, rounded, diamond, flower, leaf
outer_eye_style Valfri StrÀng TillÄtna vÀrden: square, circle, rounded, flower, leaf
foreground_type Valfri StrÀng TillÄtna vÀrden: color, gradient
foreground_color Valfri StrÀng TillgÀnglig nÀr: foreground_type = color
foreground_gradient_style Valfri StrÀng TillÄtna vÀrden: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Valfri StrÀng TillgÀnglig nÀr: foreground_type = gradient
foreground_gradient_two Valfri StrÀng TillgÀnglig nÀr: foreground_type = gradient
background_color Valfri StrÀng
background_color_transparency Valfri Heltal 0 - 100
custom_eyes_color Valfri Boolesk
eyes_inner_color Valfri StrÀng TillgÀnglig nÀr: custom_eyes_color = 1
eyes_outer_color Valfri StrÀng TillgÀnglig nÀr: custom_eyes_color = 1
qr_code_logo Valfri Fil -
qr_code_logo_size Valfri Heltal 5-35
qr_code_background Valfri Fil -
qr_code_background_transparency Valfri Heltal 0-100
qr_code_foreground Valfri Fil -
qr_code_foreground_transparency Valfri Heltal 0-100
frame Valfri StrÀng TillÄtna vÀrden: 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 Valfri StrÀng
frame_text_size Valfri Heltal -5 -> 5
frame_text_font Valfri StrÀng TillÄtna vÀrden: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, lucida_console, monaco, comic_sans_ms, impact
frame_custom_colors Valfri Boolesk
frame_color Valfri StrÀng TillgÀnglig nÀr: frame_custom_colors = 1
frame_text_color Valfri StrÀng TillgÀnglig nÀr: frame_custom_colors = 1
size Valfri Heltal 50-2000
margin Valfri Heltal 0-25
ecc Valfri StrÀng TillÄtna vÀrden: L, M, Q, H
text Valfri StrÀng TillgÀnglig nÀr: type = text
url Valfri StrÀng TillgÀnglig nÀr: type = url
phone Valfri StrÀng TillgÀnglig nÀr: type = phone
sms Valfri StrÀng TillgÀnglig nÀr: type = sms
sms_body Valfri StrÀng TillgÀnglig nÀr: type = sms
email Valfri StrÀng TillgÀnglig nÀr: type = email
whatsapp Valfri StrÀng TillgÀnglig nÀr: type = whatsapp
whatsapp_body Valfri StrÀng TillgÀnglig nÀr: type = whatsapp
facetime Valfri StrÀng TillgÀnglig nÀr: type = facetime
location
location_latitude Valfri Flytande TillgÀnglig nÀr: type = location
location_longitude Valfri Flytande TillgÀnglig nÀr: type = location
wifi
wifi_ssid Valfri StrÀng TillgÀnglig nÀr: type = wifi
wifi_encryption Valfri StrÀng TillÄtna vÀrden: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Valfri StrÀng TillgÀnglig nÀr: type = wifi
wifi_is_hidden Valfri Boolesk TillgÀnglig nÀr: type = wifi
event Valfri StrÀng TillgÀnglig nÀr: type = event
event_location Valfri StrÀng TillgÀnglig nÀr: type = event
event_url Valfri StrÀng TillgÀnglig nÀr: type = event
event_note Valfri StrÀng TillgÀnglig nÀr: type = event
event_timezone Valfri StrÀng TillgÀnglig nÀr: type = event
event_start_datetime Valfri StrÀng TillgÀnglig nÀr: type = event
event_end_datetime Valfri StrÀng TillgÀnglig nÀr: type = event
event_first_alert_datetime Valfri StrÀng TillgÀnglig nÀr: type = event
event_second_alert_datetime Valfri StrÀng TillgÀnglig nÀr: type = event
crypto
crypto_coin Valfri StrÀng TillgÀnglig nÀr: type = crypto
crypto_address Valfri StrÀng TillgÀnglig nÀr: type = crypto
crypto_amount Valfri StrÀng TillgÀnglig nÀr: type = crypto
vcard
vcard_first_name Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_last_name Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_company Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_phone_number_label[index] Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_phone_number_value[index] Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_email Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_url Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_job_title Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_birthday Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_street Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_city Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_zip Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_region Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_country Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_note Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_social_label[index] Valfri StrÀng TillgÀnglig nÀr: type = vcard
vcard_social_value[index] Valfri StrÀng TillgÀnglig nÀr: type = vcard
paypal
paypal_type Valfri StrÀng TillÄtna vÀrden: buy_now, add_to_cart, donation (type=paypal)
paypal_email Valfri StrÀng TillgÀnglig nÀr: type = paypal
paypal_title Valfri StrÀng TillgÀnglig nÀr: type = paypal
paypal_currency Valfri StrÀng TillgÀnglig nÀr: type = paypal
paypal_price Valfri Flytande TillgÀnglig nÀr: type = paypal
paypal_thank_you_url Valfri StrÀng TillgÀnglig nÀr: type = paypal
paypal_cancel_url Valfri StrÀng TillgÀnglig nÀr: type = paypal
upi
upi_payee_id Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_payee_name Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_currency Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_amount Valfri Flytande TillgÀnglig nÀr: type = upi
upi_transaction_id Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_transaction_note Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_transaction_reference Valfri StrÀng TillgÀnglig nÀr: type = upi
upi_thank_you_url Valfri StrÀng TillgÀnglig nÀr: type = upi
epc
epc_iban Valfri StrÀng TillgÀnglig nÀr: type = epc
epc_payee_name Valfri StrÀng TillgÀnglig nÀr: type = epc
epc_currency Valfri StrÀng TillgÀnglig nÀr: type = epc
epc_amount Valfri Flytande TillgÀnglig nÀr: type = epc
epc_bic Valfri StrÀng TillgÀnglig nÀr: type = epc
epc_remittance_reference Valfri StrÀng TillgÀnglig nÀr: type = epc
epc_remittance_text Valfri StrÀng TillgÀnglig nÀr: type = epc
information Valfri StrÀng TillgÀnglig nÀr: type = epc
pix
pix_payee_key Valfri StrÀng TillgÀnglig nÀr: type = pix
pix_payee_name Valfri StrÀng TillgÀnglig nÀr: type = pix
pix_currency Valfri StrÀng TillgÀnglig nÀr: type = pix
pix_amount Valfri Flytande TillgÀnglig nÀr: type = pix
pix_city Valfri StrÀng TillgÀnglig nÀr: type = pix
pix_transaction_id Valfri StrÀng TillgÀnglig nÀr: type = pix
pix_description Valfri StrÀng TillgÀnglig nÀr: 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}' \