HTTP Method | POST |
API URL | https://yoyomedia.in/api/v2 |
Response format | JSON |
Download Examples | Example of PHP code |
Parameters | Description |
---|---|
key | Your API key |
action | balance |
Example response
{ "balance": "100.84292", "currency": "USD" }
Parameters | Description |
---|---|
key | Your API key |
action | services |
Example response
[ { "Category":"Instagram", "name":"Instagram Followers", "services":"1", "rate":1, "min":"10", "max":"100000", "type":"Default" }, { "Category":"Instagram", "name":"Instagram Likes", "service":"2", "rate":1, "min":"50", "max":"15000", "type":"Default" } ]
Example response
{ "order": 1000000 }
Parameters | Description |
---|---|
key | Your API key |
action | status |
order | order id |
Example response
{ "charge": "0.27819", "start_count": "3572", "status": "Partial", "remains": "157", "currency": "USD" }
Parameters | Description |
---|---|
key | Your API key |
action | status |
order | Order IDs separated by comma |
Example response
{ "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" } }