____ __ __ ____ _ ____ ___ / ___|| \/ |/ ___| / \ | _ \_ _| \___ \| |\/| | \___ \ / _ \ | |_) | | ___) | | | |\___) |/ ___ \| __/| | |____/|_| |_||____//_/ \_\_| |___|

SMS API

[ MULTI-CHANNEL SMS SERVICE ]
SYSTEM ONLINE

[ GETTING STARTED ]

High-performance SMS delivery through multiple masked channels. All requests processed asynchronously.

Educational and testing purposes only. Use responsibly on authorized numbers. Misuse may violate regulations.

[ API ENDPOINT ]

GET /api/sms
CURRENT URL:
Loading...
EXAMPLE REQUEST:
Loading...

PARAMETERS:

number REQUIRED
Philippine mobile number
Format: 09xxxxxxxxx / 9xxxxxxxxx / +639xxxxxxxxx
amount REQUIRED
Number of SMS rounds (1-500)
Each round = all channels send simultaneously

[ RESPONSE FORMAT ]

SUCCESS RESPONSE:

{
  "status": "success",
  "number": "09123456789",
  "amount": 10,
  "success": 48,
  "fail": 2,
  "provider": {
    "A*****n": 10,
    "L*C": 9,
    "E***************g": 10,
    "W****e": 9,
    "H*******n": 10
  },
  "timeTaken": "312.45s",
  "owner": "t.me/isnotsin"
}

ERROR RESPONSE:

{
  "status": "error",
  "message": "Error description"
}

[ FEATURES ]

ASYNC
High-speed concurrent processing
5 CHANNELS
Multiple masked providers
STATS
Detailed analytics per channel
SECURE
Blacklist & rate limiting

[ USAGE EXAMPLES ]

cURL:

curl "Loading..."

JavaScript:

fetch('Loading...')
  .then(r => r.json())
  .then(d => console.log(d));

Python:

import requests
r = requests.get(
  'Loading...',
  params={'number': '09123456789', 'amount': 10}
)
print(r.json())

[ RATE LIMITS ]

  • MAX AMOUNT: 500 rounds per request
  • DELAY: 2-4 seconds between rounds
  • CONCURRENT: All channels simultaneous
  • TIMEOUT: 8-15 seconds per channel
  • PROVIDERS: 5 masked channels active