Indtast dine adgangsdata

Foreslåede sprog

Andre sprog

API-link

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

POST

HTTP metode

JSON

Svarformat
Brugerbalance

key

Autorisationsnøgle

action

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

key

Autorisationsnøgle

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
    }
]
Tilføj ordre

key

Autorisationsnøgle

action

add

service

Service-id

link

Opslag, side eller profillink

quantity

Nødvendig mængde

interval (valgfri)

Interval i minutter
{
	"order": 23501
}
Ordrestatus

key

Autorisationsnøgle

action

status

order

Ordre-id
{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}
Status for flere ordrer

key

Autorisationsnøgle

action

status

orders

Kommaseparerede ordre-id'er
{
    "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"
    }
}
Opret refill

key

Autorisationsnøgle

action

refill

order

Ordre-id
{
    "refill": "1"
}
Genopfyldningsstatus

key

Autorisationsnøgle

action

refill_status

refill

Genfyld ID
{
    "status": "Completed"
}
Opret flere genopfyldninger

key

Autorisationsnøgle

action

refill

orders

Kommaseparerede ordre-id'er
[
    {
        "order": 1,
        "refill": 1
    },
    {
        "order": 2,
        "refill": 2
    },
    {
        "order": 3,
        "refill": {
            "error": "Incorrect order ID"
        }
    }
]
Status for flere genopfyldninger

key

Autorisationsnøgle

action

refill

orders

Kommaseparerede ordre-id'er
[
    {
        "refill": 1,
        "status": "Completed"
    },
    {
        "refill": 2,
        "status": "Rejected"
    },
    {
        "refill": 3,
        "status": {
            "error": "Refill not found"
        }
    }
]
Annuller en eller flere ordrer

key

Autorisationsnøgle

action

cancel

orders

Kommaseparerede ordre-id'er
[
    {
        "order": 9,
        "cancel": {
            "error": "Incorrect order ID"
        }
    },
    {
        "order": 2,
        "cancel": 1
    }
]