API DETAILS
API URL

https://empire-upvotes.com/api/v1

API KEY

Your API Key

HTTP METHOD

POST

RESPONSE FORMAT

JSON

PLACE NEW ORDER
key

Your API key

action

add

service

Service ID

link

Link to page

quantity

Needed quantity

interval

Interval in seconds

geo

GEO of Accounts

//Example response

{
    "status": "success",
    "order": 116
}
STATUS ORDER
key

Your API key

action

status

Order

Order ID

//Example response

{
    "link": "https://www.reddit.com/example/",
    "status": "PROGRESS",
    "quantity": "50",
    "interval": "30",
    "geo": "USA",
    "start_score": 4,
    "progress": 49,
    "price": "50",
    "currency": "points"
}
MULTIPLE STATUS ORDER
key

Your API key

action

orders

orders

Order IDs separated by comma (array data)

//Example response

[
    {
        "order": 3324,
        "link": "https://www.reddit.com/example/",
        "status": "PROCESSING",
        "reason": "",
        "quantity": 500,
        "interval": "15",
        "geo": "USA",
        "start_score": 33,
        "progress": 450,
        "price": 500,
        "currency": "points"
    },
    {
        "order": 3325,
        "link": "https://www.reddit.com/example/",
        "status": "PROGRESS",
        "reason": "",
        "quantity": 1000,
        "interval": "10",
        "geo": "EUROPE",
        "start_score": 0,
        "progress": 680,
        "price": 1000,
        "currency": "points"
    }
]
SERVICE LIST
key

Your API key

action

services

//Example response

[
    {
        "service": 1,
        "name": "🚀 Post Upvotes",
        "category": "Reddit",
        "min": 50,
        "max": 500,
        "description": "Safe, fast, and high-quality upvotes for your posts"
    },
    {
        "service": 2,
        "name": "🚀 Comment Upvotes",
        "category": "Reddit",
        "min": 50,
        "max": 500,
        "description": "Safe, fast, and high-quality upvotes for your comments"
    },
    {
        "service": 3,
        "name": "⚡Reddit Accounts"
        "category": "Reddit",
        "min": 1,
        "max": 10,
        "description": "Top-quality accounts with high karma and ratings for any purpose"
    }
]
USER BALANCE
key

Your API key

action

balance

//Example response

{
  "status": "success",
  "balance": "300",
  "currency": "points"
}