Ilagay ang iyong data sa pag-access

Mga iminungkahing wika

Iba pang mga wika

Link ng API

https://pica-smm.com/api2/v2

POST

Paraan ng HTTP

JSON

Format ng tugon
Balanse ng user

key

Susi ng awtorisasyon

action

balance
{
    "balance": "100.84292",
    "currency": "USD"
}
Listahan ng mga serbisyo

key

Susi ng awtorisasyon

action

services
[
    {
        "service": 1448,
        "name": "Mga Tagasubaybay sa Instagram",
        "type": "Default",
        "category": "Instagram",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
        "refill": true
    },
    {
        "service": 1452,
        "name": "Mga Komento sa Facebook",
        "type": "Custom Comments",
        "category": "Facebook",
        "rate": "8",
        "min": "10",
        "max": "1500",
        "refill": false
    }
]
Magdagdag ng Order

key

Susi ng awtorisasyon

action

add

service

ID ng Serbisyo

link

Post, page o profile link

quantity

Kinakailangan ang dami

interval (opsyonal)

Interval sa ilang minuto
{
	"order": 23501
}
Katayuan ng order

key

Susi ng awtorisasyon

action

status

order

Order ID
{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}
Katayuan ng maramihang mga order

key

Susi ng awtorisasyon

action

status

orders

Mga order ID na pinaghihiwalay ng kuwit
{
    "1": {
        "charge": "0.27819",
        "start_count": "3572",
        "status": "Partial",
        "remains": "157",
        "currency": "USD"
    },
    "10": {
        "error": "Incorrect order ID"
    },
    "100": {
        "charge": "1.44219",
        "start_count": "234",
        "status": "In progress",
        "remains": "10",
        "currency": "USD"
    }
}
Gumawa ng refill

key

Susi ng awtorisasyon

action

refill

order

Order ID
{
    "refill": "1"
}
Katayuan ng refill

key

Susi ng awtorisasyon

action

refill_status

refill

Refill ID
{
    "status": "Completed"
}
Gumawa ng maraming refill

key

Susi ng awtorisasyon

action

refill

orders

Mga order ID na pinaghihiwalay ng kuwit
[
    {
        "order": 1,
        "refill": 1
    },
    {
        "order": 2,
        "refill": 2
    },
    {
        "order": 3,
        "refill": {
            "error": "Incorrect order ID"
        }
    }
]
Status ng maraming refill

key

Susi ng awtorisasyon

action

refill

orders

Mga order ID na pinaghihiwalay ng kuwit
[
    {
        "refill": 1,
        "status": "Completed"
    },
    {
        "refill": 2,
        "status": "Rejected"
    },
    {
        "refill": 3,
        "status": {
            "error": "Refill not found"
        }
    }
]
Kanselahin ang isa o maramihang mga order

key

Susi ng awtorisasyon

action

cancel

orders

Mga order ID na pinaghihiwalay ng kuwit
[
    {
        "order": 9,
        "cancel": {
            "error": "Incorrect order ID"
        }
    },
    {
        "order": 2,
        "cancel": 1
    }
]