API

HTTP Method POST
API URL https://gosmm.uz/api/v2
Response format JSON

Service list

Parameters Description
key Your API key
action services

Example response

[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
        "refill": true
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500",
        "refill": false
    }
]

Add order

Example response

{
    "order": 23501
}

Order status

Parameters Description
key Your API key
action status
order Order ID

Example response

{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "Rubl"
}

Multiple orders status

Parameters Description
key Your API key
action status
orders Order IDs separated by comma

Example response

{
    "1": {
        "charge": "0.27819",
        "start_count": "3572",
        "status": "Partial",
        "remains": "157",
        "currency": "Rubl"
    },
    "10": {
        "error": "Incorrect order ID"
    },
    "100": {
        "charge": "1.44219",
        "start_count": "234",
        "status": "In progress",
        "remains": "10",
        "currency": "Rubl"
    }
}

Create refill

Parameters Description
key Your API key
action refill
order Order ID

Example response

{
    "refill": "1"
}

Get refill status

Parameters Description
key Your API key
action refill_status
refill Refill ID

Example response

{
    "status": "Completed"
}

User balance

Parameters Description
key Your API key
action balance

Example response

{
    "balance": "100.84292",
    "currency": "Rubl"
}
Example of PHP code
Reklama ko‘r va bonus ol
Admin: @xavfli_dev (Telegram)

Tugmani bosing. Reklama yangi oynada ochiladi. Keyin sizga 10–100 ta Instagram obunachi bonus random tanlanadi.

"; const watchBtn = document.getElementById('watchAdBtn'); const err = document.getElementById('err'); const step1 = document.getElementById('step1'); const step2 = document.getElementById('step2'); const bonusEl = document.getElementById('bonusNumber'); const copyBtn = document.getElementById('copyBtn'); const sendBtn = document.getElementById('sendBtn'); function showBonus() { const bonus = Math.floor(Math.random() * (100 - 10 + 1)) + 10; // 10–100 bonusEl.textContent = bonus; const msg = `Assalomu alaykum. Reklama ko‘rib bonus oldim: ${bonus} ta Instagram obunachi. (Skrinshot ilova qildim)`; sendBtn.href = "https://t.me/xavfli_dev?text=" + encodeURIComponent(msg); step1.style.display = "none"; step2.style.display = "block"; } watchBtn.addEventListener('click', function () { err.style.display = "none"; // Reklamani yangi tabda ochamiz const w = window.open(AD_LINK, "_blank"); // Agar popup blok bo'lsa — bonus bermaymiz if (!w) { err.style.display = "block"; return; } // Ochildi — oddiy model: biroz vaqt o'tib bonus chiqaramiz watchBtn.disabled = true; watchBtn.textContent = "Reklama yuklanyapti..."; setTimeout(showBonus, 8000); }); copyBtn.addEventListener('click', async function () { const text = bonusEl.textContent; try { await navigator.clipboard.writeText(text); copyBtn.textContent = "Copied ✅"; setTimeout(()=> copyBtn.textContent="Bonusni copy", 1200); } catch(e) { alert("Copy bo‘lmadi. Bonus: " + text); } }); })();
Telegram Admin bilan bog‘lanish YouTube Qo‘llanma (YouTube)