Vnesite svoje dostopne podatke

Predlagani jeziki

Drugi jeziki

Povezava API

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

POST

Metoda HTTP

JSON

Oblika odgovora
Stanje uporabnika

key

Avtorizacijski ključ

action

balance
{
    "balance": "100.84292",
    "currency": "USD"
}
Seznam storitev

key

Avtorizacijski ključ

action

services
[
    {
        "service": 1448,
        "name": "Sledilci na Instagramu",
        "type": "Default",
        "category": "Instagram",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
        "refill": true
    },
    {
        "service": 1452,
        "name": "Komentarji Facebook",
        "type": "Custom Comments",
        "category": "Facebook",
        "rate": "8",
        "min": "10",
        "max": "1500",
        "refill": false
    }
]
Dodaj naročilo

key

Avtorizacijski ključ

action

add

service

ID storitve

link

Povezava do objave, strani ali profila

quantity

Zahtevana količina

interval (izbirno)

Interval v minutah
{
	"order": 23501
}
Stanje naročila

key

Avtorizacijski ključ

action

status

order

ID naročila
{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}
Status več naročil

key

Avtorizacijski ključ

action

status

orders

ID-ji naročil, ločeni z vejicami
{
    "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"
    }
}
Ustvari polnilo

key

Avtorizacijski ključ

action

refill

order

ID naročila
{
    "refill": "1"
}
Stanje polnjenja

key

Avtorizacijski ključ

action

refill_status

refill

Ponovno napolni ID
{
    "status": "Completed"
}
Ustvarite več polnil

key

Avtorizacijski ključ

action

refill

orders

ID-ji naročil, ločeni z vejicami
[
    {
        "order": 1,
        "refill": 1
    },
    {
        "order": 2,
        "refill": 2
    },
    {
        "order": 3,
        "refill": {
            "error": "Incorrect order ID"
        }
    }
]
Stanje večkratnih polnjenj

key

Avtorizacijski ključ

action

refill

orders

ID-ji naročil, ločeni z vejicami
[
    {
        "refill": 1,
        "status": "Completed"
    },
    {
        "refill": 2,
        "status": "Rejected"
    },
    {
        "refill": 3,
        "status": {
            "error": "Refill not found"
        }
    }
]
Prekličite eno ali več naročil

key

Avtorizacijski ključ

action

cancel

orders

ID-ji naročil, ločeni z vejicami
[
    {
        "order": 9,
        "cancel": {
            "error": "Incorrect order ID"
        }
    },
    {
        "order": 2,
        "cancel": 1
    }
]