Integrate SocialWorldPanel's SMM services into your own applications, bots, or reseller panel. Free for all registered users.
After registering, find your API key in Dashboard → Profile → API Access. Your API key is unique to your account.
curl -X POST "https://socialworldpanel.com/api/v2" \
-d "key=YOUR_API_KEY" \
-d "action=balance"curl -X POST "https://socialworldpanel.com/api/v2" \
-d "key=YOUR_API_KEY" \
-d "action=add" \
-d "service=1" \
-d "link=https://instagram.com/username" \
-d "quantity=1000"All requests require your API key as a POST parameter. The key authenticates your account and deducts from your balance.
All API requests should be sent as POST to this URL with form-encoded body parameters.
/api/v2action=servicesRetrieve all available services with IDs, names, rates, min/max quantities, and categories.
curl -X POST "https://socialworldpanel.com/api/v2" \
-d "key=YOUR_API_KEY" \
-d "action=services"{
"1": {
"service": 1,
"name": "Instagram Followers [Premium]",
"type": "Default",
"category": "Instagram Followers",
"rate": "0.50",
"min": "100",
"max": "100000"
},
...
}| Code | Description |
|---|---|
| 0 | Insufficient balance |
| 1 | Order placed successfully |
| 2 | Service not found or inactive |
| 3 | Invalid link format |
| 4 | Quantity out of service range (min/max) |
| 5 | Missing required parameters |
| 6 | Rate limit exceeded |
| 10 | API key is invalid or inactive |
Need higher limits? Contact support for custom rate limits on bulk operations.
Build your own SMM panel using our API as the backend. White-label our services under your brand.
Create automated ordering bots for WhatsApp or Telegram. Let customers place orders via chat.
Build custom dashboards for your clients to track their social media growth campaigns.
Create scripts for placing bulk orders across multiple accounts or services at once.
Get your free API key and start integrating SocialWorldPanel into your applications today.