Dokumentasi API

API ID lib->encrypt_decrypt('encrypt', user()) ?>
API Key
Contoh Script PHP: Klik Disini

API URL
HTTP Method POST
Response Format JSON

Parameter Type Description Mandatory Example
api_id int Your API ID Yes lib->encrypt_decrypt('encrypt', user()) ?>
api_key string Your API Key Yes

Success Fail
                                                                     true,
                                                                                                    'data' => [
                                                                                                        'username' => user('username') ? user('username') : 'secret',
                                                                                                        'full_name' => user('full_name') ? user('full_name') : 'SECRET',
                                                                                                        'level' => user('level') ? user('level') : 'Member',
                                                                                                        'balance' => round(user('balance')) ? round(user('balance')) : '100900',
                                                                                                        'registered' => user('created_at') ? user('created_at') : '2022-11-23 00:47:20',
                                                                                                    ],
                                                                                                ], JSON_PRETTY_PRINT) ?>
{
   "status": false,
   "data": "Permintaan salah"
}

Permintaan salah
API ID salah
API KEY salah

API URL
HTTP Method POST
Response Format JSON

Parameter Type Description Mandatory Example
api_id int Your API ID Yes lib->encrypt_decrypt('encrypt', user()) ?>
api_key string Your API Key Yes

Success Fail
{
    "status": true,
    "data": [
        {
            "id": 1,
            "category": "Instagram Followers",
            "name": "Instagram Followers S1",
            "price": 10000,
            "min": 100,
            "max": 10000,
            "description": "Super Fast, Input Username",
            "average_time": "41 menit",
            "status": 1, // 1 = on, 0 = off
            "refill": 1, // 1 = on, 0 = off
            "type": "primary" // custom_comments, custom_link
        },
        {
            "id": 2,
            "category": "Instagram Comments",
            "name": "Instagram Custom Comments S1",
            "price": 15000,
            "min": 10,
            "max": 5000,
            "description": "Super Fast, Input Post Url",
            "average_time": "1 jam, 15 menit",
            "status": 1, // 1 = on, 0 = off
            "refill": 0, // 1 = on, 0 = off
            "type": "custom_comments" // primary, custom_link
        },
    ]
}
{
   "status": false, // true = success, false = fail
   "data": "Permintaan salah" // message fail
}

Permintaan salah
API ID salah
API KEY salah

API URL
HTTP Method POST
Response Format JSON

Parameter Type Description Mandatory Example
api_id int Your API ID Yes lib->encrypt_decrypt('encrypt', user()) ?>
api_key string Your API Key Yes
service int Service ID, Check Service List Yes 123
target string Username or Link Yes herusuandanaa or https://instagram.com/herusuandanaa
quantity int Needed quantity Yes 1000
custom_comments string Comments list separated by \r\n or \n No Heru\nSuandana

Success Fail
{
    "status": true,
    "data": {
        "id": 1107,
        "price": 10900
    }
}
{
   "status": false,
   "data": "Permintaan salah"
}

Permintaan salah
API ID salah
API KEY salah
Limit pesanan dengan target yang sama
Layanan tidak tersedia
Layanan sedang mengalami gangguan
Jumlah pesan tidak sesuai
Saldo tidak mencukupi

API URL
HTTP Method POST
Response Format JSON

Parameter Type Description Mandatory Example
api_id int Your API ID Yes lib->encrypt_decrypt('encrypt', user()) ?>
api_key string Your API Key Yes
id int Order ID Yes 12345

Success Fail
{
    "status": true,
    "data": {
        "status": "Success",
        "start_count": 21451,
        "remains": 3291
    }
}
{
   "status": false,
   "data": "Permintaan salah"
}

Permintaan salah
API ID salah
API KEY salah
Pesanan tidak ditemukan

Pending
Processing
Success
Error
Partial

API URL
HTTP Method POST
Response Format JSON

Parameter Type Description Mandatory Example
api_id int Your API ID Yes lib->encrypt_decrypt('encrypt', user()) ?>
api_key string Your API Key Yes
id int Order ID Yes 12345

Success Fail
{
    "status": true,
    "data": {
        "refill_id": 10900,
        "order_id": 21451
    }
}
{
   "status": false,
   "data": "Permintaan salah"
}

Permintaan salah
API ID salah
API KEY salah
Pesanan tidak ditemukan
Gagal Melakukan Permintaan Refill (Waktu Refill Sebelumnya Belum Selesai)
Gagal melakukan permintaan Refill.

API URL
HTTP Method POST
Response Format JSON

Parameter Type Description Mandatory Example
api_id int Your API ID Yes lib->encrypt_decrypt('encrypt', user()) ?>
api_key string Your API Key Yes
id int Refill ID Yes 54321

Success Fail
{
    "status": true,
    "data": {
        "status": "Success"
    }
}
{
    "status": false,
    "data": "Permintaan salah"
}

Permintaan salah
API ID salah
API KEY salah
Refill tidak ditemukan

Pending
Processing
Success
Error