Api V2
API URL https://sharegiare.xyz/api/v2
API Key
HTTP Method POST
Content-Type application/x-www-form-urlencoded
Response JSON
Parameters Description
key API Key
action "services"
Example response
[
    {
        "categories": "dich-vu-facebook",
        "service": "122",
        "name": "Share Ảo Hàng Nhà Trồng Độc Quyền, Lên Ngay Lập Tức,Done Trong 24h, Số Lượng Nhiều Đè Đơn Để Done Nhanh Hơn, Bảo Hành 30 Ngày Min 100 Max 1.000.000",
        "feeling": "0",
        "rate": "0.1",
        "min": "100",
        "max": "1000000",
        "note": "Nghiêm cấm chạy post video, live stream, hoặc bài viết share có video. Phát hiện phạt không hoàn tiền",
        "display": "on",
        "can_refund": "0"
    },
    {
        "categories": "dich-vu-facebook",
        "service": "124",
        "name": "Share Ảo Hàng Nhà Trồng Độc Quyền, Lên Ngay Lập Tức,Done Trong 24h Số Lượng Nhiều Đè Đơn Để Done Nhanh Hơn, Bảo Hành 30 Ngày Min 1000 Max 1.000.000",
        "feeling": "0",
        "rate": "0.09",
        "min": "1000",
        "max": "1000000",
        "note": "Nghiêm cấm chạy post video, live stream, hoặc bài viết share có video. Phát hiện phạt không hoàn tiền",
        "display": "on",
        "can_refund": "0"
    },
    {
        "categories": "dich-vu-facebook",
        "service": "126",
        "name": "hahaha",
        "feeling": "0",
        "rate": "5",
        "min": "100",
        "max": "9999",
        "note": "huhuhu",
        "display": "on",
        "can_refund": "0"
    }
]
Parameters Description
key API Key
action "add"
service Service Name
link Link
quantity Needed quantity
Example response
{
    "order": "100"
}
Parameters Description
key API Key
action "status"
order Order ID
Example response
{
    "start_count": "143.577",
    "success_count": "0",
    "status": "Running",
    "currency": "VND"
}

Status: Pending, Completed, WaitingForRefund, Running, Cancel, Cancels, Paused, Active

Parameters Description
key API Key
action "status"
orders Order IDs separated by comma (E.g: 32,33,34) (Limit 100)
Example response
{
    "32": {
        "start_count": "10.968",
        "success_count": "40.000",
        "status": "Completed",
        "currency": "VND"
    },
    "33": {
        "start_count": "22.254",
        "success_count": "10.000",
        "status": "Completed",
        "currency": "VND"
    },
    "34": {
        "start_count": "640",
        "success_count": "2.000",
        "status": "Completed",
        "currency": "VND"
    }
}
Parameters Description
key API Key
action "balance"
Example response
{
    "balance": "40.693",
    "currency": "VND"
}
Parameters Description
key API Key
action "refill"
order Order ID
Example response
{
        "refill": "1"
    }
Parameters Description
key API Key
action "refill"
orders Order IDs separated by comma (E.g: 123,456,789) (Limit 100)
Example response
{
        "refill": "1"
    }
Parameters Description
key API Key
action "refill_status"
refill Refill ID
Example response
{
        "status": "Completed"
    }
Parameters Description
key API Key
action "refill_status"
refills Refill IDs separated by comma (E.g: 123,456,789) (Limit 100)
Example response
[
        {
            "refill": 1,
            "status": "Completed"
        },
        {
            "refill": 2,
            "status": "Rejected"
        },
        {
            "refill": 3,
            "status": {
                "error": "Incorrect refill ID"
            }
        }
    ]