"Bu sayfa, ilgili kullanıcının sorumluluğunda olup, burada yer alan bağlantılar üçüncü taraflara aittir. Bağlantıların içeriği, doğruluğu veya güvenliği konusunda herhangi bir garanti verilmemekte olup, site yönetimi bu bağlantılardan doğabilecek herhangi bir sorumluluğu kabul etmez. Devam ederek bu koşulları kabul etmiş sayılırsınız."

QR kodları

GET https://linklerim.net/api/qr-codes/
curl --request GET \
--url 'https://linklerim.net/api/qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
Parametreler Ayrıntılar Açıklama
page İsteğe bağlı Tam sayı Sonuç almak istediğiniz sayfa numarası. Varsayılan 1'dir.
results_per_page İsteğe bağlı Tam sayı Sayfada kaç sonuç istediğinizi belirtin. İzin verilen değerler: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Varsayılan değer 25'dir.
{
    "data": [
        {
            "id": 1,
            "type": "url",
            "name": "Example name",
            "qr_code": "https://linklerim.net/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": null,
            "datetime": "2025-12-19 21:13:17",
        },
    ],
    "meta": {
        "page": 1,
        "results_per_page": 25,
        "total": 1,
        "total_pages": 1
    },
    "links": {
        "first": "https://linklerim.net/api/qr-codes?page=1",
        "last": "https://linklerim.net/api/qr-codes?page=1",
        "next": null,
        "prev": null,
        "self": "https://linklerim.net/api/qr-codes?page=1"
    }
}
GET https://linklerim.net/api/qr-codes/{qr_code_id}
curl --request GET \
--url 'https://linklerim.net/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
{
    "data": {
        "id": 1,
        "type": "url",
        "name": "Example name",
        "qr_code": "https://linklerim.net/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": null,
        "datetime": "2025-12-19 21:13:17",
    }
}
POST https://linklerim.net/api/qr-codes
Parametreler Ayrıntılar Açıklama
project_id İsteğe bağlı Tam sayı -
name Gerekli Dize -
type Gerekli Dize İzin verilen değerler: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
is_bulk İsteğe bağlı Boolean Ne zaman mevcut: type = text
style İsteğe bağlı Dize
inner_eye_style İsteğe bağlı Dize İzin verilen değerler: square, dot, rounded, diamond, flower, leaf
outer_eye_style İsteğe bağlı Dize İzin verilen değerler: square, circle, rounded, flower, leaf
foreground_type İsteğe bağlı Dize İzin verilen değerler: color, gradient
foreground_color İsteğe bağlı Dize Ne zaman mevcut: foreground_type = color
foreground_gradient_style İsteğe bağlı Dize İzin verilen değerler: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one İsteğe bağlı Dize Ne zaman mevcut: foreground_type = gradient
foreground_gradient_two İsteğe bağlı Dize Ne zaman mevcut: foreground_type = gradient
background_color İsteğe bağlı Dize
background_color_transparency İsteğe bağlı Tam sayı
custom_eyes_color İsteğe bağlı Boolean
eyes_inner_color İsteğe bağlı Dize Ne zaman mevcut: custom_eyes_color = 1
eyes_outer_color İsteğe bağlı Dize Ne zaman mevcut: custom_eyes_color = 1
qr_code_logo İsteğe bağlı Dosya -
qr_code_logo_size İsteğe bağlı Tam sayı 5-35
qr_code_background İsteğe bağlı Dosya -
qr_code_background_transparency İsteğe bağlı Tam sayı 0-100
qr_code_foreground İsteğe bağlı Dosya -
qr_code_foreground_transparency İsteğe bağlı Tam sayı 0-100
frame İsteğe bağlı Dize İzin verilen değerler: circle_simple_bottom_text, round_simple_bottom_text, straight_simple_bottom_text, round_card_bottom_text, straight_bottom_text, straight_top_text, 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, straight_semi_bordered_bottom_text, round_semi_bordered_bottom_text, hand_arrows_bottom_text, broken_ticket_bottom_text, smooth_ribbon_bottom_text
frame_text İsteğe bağlı Dize
frame_text_size İsteğe bağlı Tam sayı -5 - 5
frame_text_font İsteğe bağlı Dize İzin verilen değerler: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, monaco, comic_sans_ms, impact, luminari, baskerville, papyrus, brush_script_mt
frame_custom_colors İsteğe bağlı Boolean
frame_color İsteğe bağlı Dize Ne zaman mevcut: frame_custom_colors = 1
frame_text_color İsteğe bağlı Dize Ne zaman mevcut: frame_custom_colors = 1
size İsteğe bağlı Tam sayı 50-2000
margin İsteğe bağlı Tam sayı 0-25
ecc İsteğe bağlı Dize İzin verilen değerler: L, M, Q, H
text İsteğe bağlı Dize Ne zaman mevcut: type = text
url İsteğe bağlı Dize Ne zaman mevcut: type = url
phone İsteğe bağlı Dize Ne zaman mevcut: type = phone
sms İsteğe bağlı Dize Ne zaman mevcut: type = sms
sms_body İsteğe bağlı Dize Ne zaman mevcut: type = sms
email İsteğe bağlı Dize Ne zaman mevcut: type = email
whatsapp İsteğe bağlı Dize Ne zaman mevcut: type = whatsapp
whatsapp_body İsteğe bağlı Dize Ne zaman mevcut: type = whatsapp
facetime İsteğe bağlı Dize Ne zaman mevcut: type = facetime
location
location_latitude İsteğe bağlı Yüzer Ne zaman mevcut: type = location
location_longitude İsteğe bağlı Yüzer Ne zaman mevcut: type = location
wifi
wifi_ssid İsteğe bağlı Dize Ne zaman mevcut: type = wifi
wifi_encryption İsteğe bağlı Dize İzin verilen değerler: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password İsteğe bağlı Dize Ne zaman mevcut: type = wifi
wifi_is_hidden İsteğe bağlı Boolean Ne zaman mevcut: type = wifi
event İsteğe bağlı Dize Ne zaman mevcut: type = event
event_location İsteğe bağlı Dize Ne zaman mevcut: type = event
event_url İsteğe bağlı Dize Ne zaman mevcut: type = event
event_note İsteğe bağlı Dize Ne zaman mevcut: type = event
event_timezone İsteğe bağlı Dize Ne zaman mevcut: type = event
event_start_datetime İsteğe bağlı Dize Ne zaman mevcut: type = event
event_end_datetime İsteğe bağlı Dize Ne zaman mevcut: type = event
event_first_alert_datetime İsteğe bağlı Dize Ne zaman mevcut: type = event
event_second_alert_datetime İsteğe bağlı Dize Ne zaman mevcut: type = event
crypto
crypto_coin İsteğe bağlı Dize Ne zaman mevcut: type = crypto
crypto_address İsteğe bağlı Dize Ne zaman mevcut: type = crypto
crypto_amount İsteğe bağlı Dize Ne zaman mevcut: type = crypto
vcard
vcard_first_name İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_last_name İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_company İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_phone_number_label[index] İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_phone_number_value[index] İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_email İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_url İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_job_title İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_birthday İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_street İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_city İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_zip İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_region İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_country İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_note İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_social_label[index] İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_social_value[index] İsteğe bağlı Dize Ne zaman mevcut: type = vcard
paypal
paypal_type İsteğe bağlı Dize İzin verilen değerler: buy_now, add_to_cart, donation (type=paypal)
paypal_email İsteğe bağlı Dize Ne zaman mevcut: type = paypal
paypal_title İsteğe bağlı Dize Ne zaman mevcut: type = paypal
paypal_currency İsteğe bağlı Dize Ne zaman mevcut: type = paypal
paypal_price İsteğe bağlı Yüzer Ne zaman mevcut: type = paypal
paypal_thank_you_url İsteğe bağlı Dize Ne zaman mevcut: type = paypal
paypal_cancel_url İsteğe bağlı Dize Ne zaman mevcut: type = paypal
upi
upi_payee_id İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_payee_name İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_currency İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_amount İsteğe bağlı Yüzer Ne zaman mevcut: type = upi
upi_transaction_id İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_transaction_note İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_transaction_reference İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_thank_you_url İsteğe bağlı Dize Ne zaman mevcut: type = upi
epc
epc_iban İsteğe bağlı Dize Ne zaman mevcut: type = epc
epc_payee_name İsteğe bağlı Dize Ne zaman mevcut: type = epc
epc_currency İsteğe bağlı Dize Ne zaman mevcut: type = epc
epc_amount İsteğe bağlı Yüzer Ne zaman mevcut: type = epc
epc_bic İsteğe bağlı Dize Ne zaman mevcut: type = epc
epc_remittance_reference İsteğe bağlı Dize Ne zaman mevcut: type = epc
epc_remittance_text İsteğe bağlı Dize Ne zaman mevcut: type = epc
information İsteğe bağlı Dize Ne zaman mevcut: type = epc
pix
pix_payee_key İsteğe bağlı Dize Ne zaman mevcut: type = pix
pix_payee_name İsteğe bağlı Dize Ne zaman mevcut: type = pix
pix_currency İsteğe bağlı Dize Ne zaman mevcut: type = pix
pix_amount İsteğe bağlı Yüzer Ne zaman mevcut: type = pix
pix_city İsteğe bağlı Dize Ne zaman mevcut: type = pix
pix_transaction_id İsteğe bağlı Dize Ne zaman mevcut: type = pix
pix_description İsteğe bağlı Dize Ne zaman mevcut: type = pix
Parametreler Ayrıntılar Açıklama
curl --request POST \
--url 'https://linklerim.net/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://linklerim.net/api/qr-codes/{qr_code_id}
Parametreler Ayrıntılar Açıklama
project_id İsteğe bağlı Dize -
name İsteğe bağlı Dize -
type İsteğe bağlı Dize İzin verilen değerler: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
style İsteğe bağlı Dize İzin verilen değerler: square, dot, round, rounded, elastic_square, heart, diamond, star, triangle, hexagon, spaced_square, octagon, cross_x, curvy_x, rounded_cross, ninja, sun, shine, bold_plus, teardrop, corner_cut, randomized_square, bold_x
inner_eye_style İsteğe bağlı Dize İzin verilen değerler: square, dot, rounded, diamond, flower, leaf
outer_eye_style İsteğe bağlı Dize İzin verilen değerler: square, circle, rounded, flower, leaf
foreground_type İsteğe bağlı Dize İzin verilen değerler: color, gradient
foreground_color İsteğe bağlı Dize Ne zaman mevcut: foreground_type = color
foreground_gradient_style İsteğe bağlı Dize İzin verilen değerler: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one İsteğe bağlı Dize Ne zaman mevcut: foreground_type = gradient
foreground_gradient_two İsteğe bağlı Dize Ne zaman mevcut: foreground_type = gradient
background_color İsteğe bağlı Dize
background_color_transparency İsteğe bağlı Tam sayı 0 - 100
custom_eyes_color İsteğe bağlı Boolean
eyes_inner_color İsteğe bağlı Dize Ne zaman mevcut: custom_eyes_color = 1
eyes_outer_color İsteğe bağlı Dize Ne zaman mevcut: custom_eyes_color = 1
qr_code_logo İsteğe bağlı Dosya -
qr_code_logo_size İsteğe bağlı Tam sayı 5-35
qr_code_background İsteğe bağlı Dosya -
qr_code_background_transparency İsteğe bağlı Tam sayı 0-100
qr_code_foreground İsteğe bağlı Dosya -
qr_code_foreground_transparency İsteğe bağlı Tam sayı 0-100
frame İsteğe bağlı Dize İzin verilen değerler: circle_simple_bottom_text, round_simple_bottom_text, straight_simple_bottom_text, round_card_bottom_text, straight_bottom_text, straight_top_text, 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, straight_semi_bordered_bottom_text, round_semi_bordered_bottom_text, hand_arrows_bottom_text, broken_ticket_bottom_text, smooth_ribbon_bottom_text
frame_text İsteğe bağlı Dize
frame_text_size İsteğe bağlı Tam sayı -5 -> 5
frame_text_font İsteğe bağlı Dize İzin verilen değerler: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, monaco, comic_sans_ms, impact, luminari, baskerville, papyrus, brush_script_mt
frame_custom_colors İsteğe bağlı Boolean
frame_color İsteğe bağlı Dize Ne zaman mevcut: frame_custom_colors = 1
frame_text_color İsteğe bağlı Dize Ne zaman mevcut: frame_custom_colors = 1
size İsteğe bağlı Tam sayı 50-2000
margin İsteğe bağlı Tam sayı 0-25
ecc İsteğe bağlı Dize İzin verilen değerler: L, M, Q, H
text İsteğe bağlı Dize Ne zaman mevcut: type = text
url İsteğe bağlı Dize Ne zaman mevcut: type = url
phone İsteğe bağlı Dize Ne zaman mevcut: type = phone
sms İsteğe bağlı Dize Ne zaman mevcut: type = sms
sms_body İsteğe bağlı Dize Ne zaman mevcut: type = sms
email İsteğe bağlı Dize Ne zaman mevcut: type = email
whatsapp İsteğe bağlı Dize Ne zaman mevcut: type = whatsapp
whatsapp_body İsteğe bağlı Dize Ne zaman mevcut: type = whatsapp
facetime İsteğe bağlı Dize Ne zaman mevcut: type = facetime
location
location_latitude İsteğe bağlı Yüzer Ne zaman mevcut: type = location
location_longitude İsteğe bağlı Yüzer Ne zaman mevcut: type = location
wifi
wifi_ssid İsteğe bağlı Dize Ne zaman mevcut: type = wifi
wifi_encryption İsteğe bağlı Dize İzin verilen değerler: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password İsteğe bağlı Dize Ne zaman mevcut: type = wifi
wifi_is_hidden İsteğe bağlı Boolean Ne zaman mevcut: type = wifi
event İsteğe bağlı Dize Ne zaman mevcut: type = event
event_location İsteğe bağlı Dize Ne zaman mevcut: type = event
event_url İsteğe bağlı Dize Ne zaman mevcut: type = event
event_note İsteğe bağlı Dize Ne zaman mevcut: type = event
event_timezone İsteğe bağlı Dize Ne zaman mevcut: type = event
event_start_datetime İsteğe bağlı Dize Ne zaman mevcut: type = event
event_end_datetime İsteğe bağlı Dize Ne zaman mevcut: type = event
event_first_alert_datetime İsteğe bağlı Dize Ne zaman mevcut: type = event
event_second_alert_datetime İsteğe bağlı Dize Ne zaman mevcut: type = event
crypto
crypto_coin İsteğe bağlı Dize Ne zaman mevcut: type = crypto
crypto_address İsteğe bağlı Dize Ne zaman mevcut: type = crypto
crypto_amount İsteğe bağlı Dize Ne zaman mevcut: type = crypto
vcard
vcard_first_name İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_last_name İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_company İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_phone_number_label[index] İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_phone_number_value[index] İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_email İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_url İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_job_title İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_birthday İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_street İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_city İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_zip İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_region İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_country İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_note İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_social_label[index] İsteğe bağlı Dize Ne zaman mevcut: type = vcard
vcard_social_value[index] İsteğe bağlı Dize Ne zaman mevcut: type = vcard
paypal
paypal_type İsteğe bağlı Dize İzin verilen değerler: buy_now, add_to_cart, donation (type=paypal)
paypal_email İsteğe bağlı Dize Ne zaman mevcut: type = paypal
paypal_title İsteğe bağlı Dize Ne zaman mevcut: type = paypal
paypal_currency İsteğe bağlı Dize Ne zaman mevcut: type = paypal
paypal_price İsteğe bağlı Yüzer Ne zaman mevcut: type = paypal
paypal_thank_you_url İsteğe bağlı Dize Ne zaman mevcut: type = paypal
paypal_cancel_url İsteğe bağlı Dize Ne zaman mevcut: type = paypal
upi
upi_payee_id İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_payee_name İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_currency İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_amount İsteğe bağlı Yüzer Ne zaman mevcut: type = upi
upi_transaction_id İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_transaction_note İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_transaction_reference İsteğe bağlı Dize Ne zaman mevcut: type = upi
upi_thank_you_url İsteğe bağlı Dize Ne zaman mevcut: type = upi
epc
epc_iban İsteğe bağlı Dize Ne zaman mevcut: type = epc
epc_payee_name İsteğe bağlı Dize Ne zaman mevcut: type = epc
epc_currency İsteğe bağlı Dize Ne zaman mevcut: type = epc
epc_amount İsteğe bağlı Yüzer Ne zaman mevcut: type = epc
epc_bic İsteğe bağlı Dize Ne zaman mevcut: type = epc
epc_remittance_reference İsteğe bağlı Dize Ne zaman mevcut: type = epc
epc_remittance_text İsteğe bağlı Dize Ne zaman mevcut: type = epc
information İsteğe bağlı Dize Ne zaman mevcut: type = epc
pix
pix_payee_key İsteğe bağlı Dize Ne zaman mevcut: type = pix
pix_payee_name İsteğe bağlı Dize Ne zaman mevcut: type = pix
pix_currency İsteğe bağlı Dize Ne zaman mevcut: type = pix
pix_amount İsteğe bağlı Yüzer Ne zaman mevcut: type = pix
pix_city İsteğe bağlı Dize Ne zaman mevcut: type = pix
pix_transaction_id İsteğe bağlı Dize Ne zaman mevcut: type = pix
pix_description İsteğe bağlı Dize Ne zaman mevcut: type = pix
curl --request POST \
--url 'https://linklerim.net/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://linklerim.net/api/qr-codes/{qr_code_id}
curl --request DELETE \
--url 'https://linklerim.net/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \