SMM Panel API

SMM Panel API — Automate Your Social Media Orders

REST API with full documentation. Place orders, check status, manage balance. Unlimited requests. Free access with any LikePro account.

Get Your API Key Free
★ 4.8/5 rating 📦 REST API ⚡ Real-time order status 🔫 150+ services

Full API Access. No Extra Cost.

Every LikePro account includes complete API access from day one — no approval process, no separate plan, no per-call fees. Sign up, grab your key, start building.

The LikePro API uses the standard SMM panel REST format — the same structure most reseller panel scripts already support. Place orders programmatically, poll for status, check your balance, pull the full service catalog. If you've integrated with another major SMM panel's API before, LikePro will work without modification.

Example API Request

All requests are POST. All responses are JSON. Here's a basic order placement:

# Place an Instagram followers order POST https://likepropanel.com/api/v2 key: YOUR_API_KEY action: add service: 1 link: https://instagram.com/yourprofile quantity: 1000 # Response { "order": 98423 }
# Check order status POST https://likepropanel.com/api/v2 key: YOUR_API_KEY action: status order: 98423 # Response { "charge": "1.20", "start_count": 4821, "status": "In progress", "remains": 430, "currency": "USD" }

API Endpoints

Four core actions cover every use case from order placement to account management.

POST /api/v2

action: add — Place New Order

Submit a new order with service ID, target URL, and quantity. Returns an order ID for status tracking. Supports drip-feed parameters for time-controlled delivery.

POST /api/v2

action: status — Check Order Status

Poll any order by ID. Returns current status (Pending, In progress, Completed, Partial, Cancelled), charge amount, start count, and remaining quantity.

POST /api/v2

action: balance — Check Account Balance

Returns your current account balance and currency. Use this to build auto-top-up logic or display balance to users in your own interface.

POST /api/v2

action: services — List All Services

Returns the full catalog of 150+ available services with IDs, names, types, rates, minimums, and maximums. Use this to populate your own panel's service list dynamically.

What You Can Build With It

The API is designed to be the engine behind whatever you're building — not just a convenience feature.

📊

Build Your Own Reseller Panel

Connect any SMM panel script to LikePro as the backend provider. Set your own prices, brand it your way, let LikePro handle fulfillment.

📋

Automate Client Reporting

Poll order status on a schedule, pull completion data, and feed it directly into reports or client dashboards without manual checking.

📦

Bulk Ordering for Agencies

Place hundreds of orders in a single script run. Manage multiple client accounts programmatically without touching the web interface.

🔗

Integrate With Your CRM

Trigger SMM orders automatically when client campaigns go live. Connect LikePro to your existing workflow tools via standard HTTP requests.

API Features at a Glance

Everything you need to build reliable integrations on top of LikePro.

Frequently Asked Questions

How do I get API access?

It's included free with every LikePro account. Sign up, go to your dashboard, find the API section, and copy your key. No approval process, no waiting period, no additional fee.

What format is the API?

Standard SMM panel REST API format — POST requests to a single endpoint with action parameters, JSON responses. It's the same format used by most major SMM panels, so if you've built integrations before, LikePro will slot right in without changes.

Is there a rate limit?

1,000 requests per minute. For bulk ordering, status polling, and reseller panel use, that's more than sufficient. If you're building something that needs higher throughput, reach out to support.

Can I build my own panel with this API?

Yes — that's exactly what it's built for. Connect your own front-end panel software to LikePro as the fulfillment provider. Set your own margins, manage your own customers, and LikePro handles delivery on the back end. There's no LikePro branding in what your customers see.

What services are available via API?

All 150+ services — Instagram, TikTok, YouTube, Facebook, Twitter/X, Spotify, Telegram, LinkedIn, SoundCloud, and more. Every service in the panel is available through the API. Use the /services action to pull the current full list with IDs, prices, minimums, and maximums.

Start Building in Minutes

Free API access on every account. No approval, no minimums.

Get Your API Key Free