API Docs

Ordenar ahora
API DETALLES

https://wanzhosting.com/api/v1

API URL

Your API Key

CLAVE API

POST

HTTP MÉTODO

JSON

FORMATO DE RESPUESTA
LUGAR NUEVO ORDEN

Your API key

action

add

Acción

Service ID

Servicio

Link to page

Enlace

Needed quantity

runs cantidad

Runs to deliver

(Opcional) cantidad

Interval in minutes

//Example response

{
    "status": "success",
    "order": 116
}
intervalo
LUGAR NUEVO ORDEN

Your API key

action

status

order

Reintegrado

//Example response

{
    "status": "processing",
    "charge": "3.60",
    "start_count": 0,
    "remains": 0,
    "currency": "BDT"
}
ESTADO DE PEDIDO
LUGAR NUEVO ORDEN

Your API key

action

status

orders

Order IDs separated by comma (array data)

//Response (error)

{
    "errors": {
        "key": ["The key field is required."],
        "action": ["The action field is required."]
    }
}

//response (result)

[
    {
        "order": 116,
        "status": "processing",
        "charge": "3.60",
        "start_count": 0,
        "remains": 0
    },
    {
        "order": 117,
        "status": "processing",
        "charge": null,
        "start_count": 0,
        "remains": 0
    }
]
ESTADO DE PEDIDO MÚLTIPLE
LUGAR NUEVO ORDEN

Your API key

action

services

//Example response

[
    {
        "service": 1,
        "name": "🙋‍♂️ Followers [Ultra-High Quality Profiles]",
        "category": "🥇 [VIP]\r\n",
        "rate": "4.80",
        "min": 100,
        "max": 10000
    },
    {
        "service": 11,
        "name": "🧨 Instagram Power Comments (100k+ Accounts) ➡️ [3 Comments]",
        "category": "💬 Instagram - Verified / Power Comments [ Own Service ]",
        "rate": "0.60",
        "min": 500,
        "max": 5000
    },
    {
        "service": 52,
        "name": "🎙️ Facebook Live Stream Views ➡️ [ 120 Min ]",
        "category": "🔵 Facebook - Live Stream Views\r\n",
        "rate": "57.60",
        "min": 50,
        "max": 2000
    }
]
LISTA DE SERVICIOS
LUGAR NUEVO ORDEN

Your API key

action

balance

//Example response

{
  "status": "success",
  "balance": "0.03",
  "currency": "USD"
}