Exclusive API User Discounts!

At Sankar SMM Panel, we value our API users and appreciate the trust you place in our services. To express our gratitude, we are excited to introduce exclusive discounts just for you!

Unlock 10-15% Discount on API Usage


How It Works:

Sign Up for API Access: If you haven't already, sign up for API access on our platform.

Integrate Our API: Integrate our powerful API seamlessly into your systems and applications.

Enjoy Exclusive Discounts: As a token of appreciation, all our API users are now eligible for a special 10-15% discount on their service usage.

Why Choose Our API?
Reliability: Our API is designed to deliver consistent and reliable results, ensuring a seamless experience for your applications.

Versatility: Whether you are looking for social media management, analytics, or other services, our API provides a versatile solution to meet your needs.

Dedicated Support: Our support team is here to assist you every step of the way. Have questions or need assistance with integration? We've got you covered.

Terms and Conditions:
This discount is exclusive to API users of Sankar SMM Panel .

The discount percentage varies between 10-15% based on the volume and frequency of API usage.

To avail of the discount, ensure you are signed in with your API credentials when using our services.

This offer is subject to change, and any modifications will be communicated in advance.

Get Started Today!
Seize the opportunity to enhance your applications with our cutting-edge API services while enjoying exclusive discounts. Sign up for API access and start reaping the benefits today!

For any inquiries or assistance, feel free to contact our support team.

Thank you for choosing Sankar SMM Panel.

API Docs

HTTP Method POST
API URL https://sankarsmmpanel.com/api/v2
Response format JSON

Service list

Parameters Description
key Your API key
action services

Example response

[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
        "refill": true
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500",
        "refill": false
    }
]

Add order

Example response

{
    "order": 23501
}

Order status

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"
}

Multiple orders status

Parameters Description
key Your API key
action status
orders 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"
    }
}

Create refill

Parameters Description
key Your API key
action refill
order Order ID

Example response

{
    "refill": "1"
}

Get refill status

Parameters Description
key Your API key
action refill_status
refill Refill ID

Example response

{
    "status": "Completed"
}

User balance

Parameters Description
key Your API key
action balance

Example response

{
    "balance": "100.84292",
    "currency": "USD"
}
Example of PHP code