Skriv inn tilgangsdataene dine

Foreslåtte språk

Andre språk

API-kobling

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

POST

HTTP-metode

JSON

Svarformat
Brukerbalanse

key

Autorisasjonsnøkkel

action

balance
{
    "balance": "100.84292",
    "currency": "USD"
}
Liste over tjenester

key

Autorisasjonsnøkkel

action

services
[
    {
        "service": 1448,
        "name": "Instagram følgere",
        "type": "Default",
        "category": "Instagram",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
        "refill": true
    },
    {
        "service": 1452,
        "name": "Facebook-kommentarer",
        "type": "Custom Comments",
        "category": "Facebook",
        "rate": "8",
        "min": "10",
        "max": "1500",
        "refill": false
    }
]
Legg til ordre

key

Autorisasjonsnøkkel

action

add

service

Tjeneste-ID

link

Link til innlegg, side eller profil

quantity

Antall påkrevd

interval (valgfri)

Intervall i minutter
{
	"order": 23501
}
Ordrestatus

key

Autorisasjonsnøkkel

action

status

order

Bestillings-ID
{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}
Status for flere bestillinger

key

Autorisasjonsnøkkel

action

status

orders

Kommaseparerte ordre-IDer
{
    "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"
    }
}
Lag refill

key

Autorisasjonsnøkkel

action

refill

order

Bestillings-ID
{
    "refill": "1"
}
Påfyllingsstatus

key

Autorisasjonsnøkkel

action

refill_status

refill

Påfyll-ID
{
    "status": "Completed"
}
Lag flere påfyll

key

Autorisasjonsnøkkel

action

refill

orders

Kommaseparerte ordre-IDer
[
    {
        "order": 1,
        "refill": 1
    },
    {
        "order": 2,
        "refill": 2
    },
    {
        "order": 3,
        "refill": {
            "error": "Incorrect order ID"
        }
    }
]
Status for flere påfyllinger

key

Autorisasjonsnøkkel

action

refill

orders

Kommaseparerte ordre-IDer
[
    {
        "refill": 1,
        "status": "Completed"
    },
    {
        "refill": 2,
        "status": "Rejected"
    },
    {
        "refill": 3,
        "status": {
            "error": "Refill not found"
        }
    }
]
Kanseller en eller flere bestillinger

key

Autorisasjonsnøkkel

action

cancel

orders

Kommaseparerte ordre-IDer
[
    {
        "order": 9,
        "cancel": {
            "error": "Incorrect order ID"
        }
    },
    {
        "order": 2,
        "cancel": 1
    }
]