API Base
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,
"cancel": true
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8",
"min": "10",
"max": "1500",
"refill": false,
"cancel": true
}
]
Add order
Example response
{
"order": 23501
}
Order status
| Parameters | Description |
|---|---|
| key | Your API key |
| action | status |
| order | Order ID |
Example response
{
"charge": "0.27819",
"status": "Partial",
"currency": "UZS"
}
All orders
| Parameters | Description |
|---|---|
| key | Your API key |
| action | orders |
Example response
[{
"customer": "125632728",
"service": "15",
"order":"6291",
"status": "Completed",
"charge": "2627.622",
"currency": "UZS"
},
{
"customer": "125632728",
"service": "15",
"order":"8643",
"status": "In progress",
"charge": "2627.622",
"currency": "UZS"
}]
Multiple orders status
| Parameters | Description |
|---|---|
| key | Your API key |
| action | status |
| orders | Order IDs separated by comma (1,65,885,56,46,56) |
Example response
{
"1": {
"charge": "0.27819",
"status": "Partial",
"currency": "UZS"
},
"10": {
"error": "Incorrect order ID"
},
"100": {
"charge": "1.44219",
"status": "In progress",
"currency": "UZS"
}
}
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": "2182.66",
"currency": "UZS"
}
Example of PHP code
đ SMS API
Virtual raqamlar va SMS qabul qilish uchun rasmiy interfeys
đ SSL Secured
⥠99.9% Uptime
đ 24/7 Support
âšī¸ SMS API orqali siz 240+ davlat uchun virtual raqamlar olishingiz va SMS xabarlarni qabul qilishingiz mumkin. Barcha so'rovlar GET usuli bilan yuboriladi va javoblar JSON formatida qaytadi.
đ
Base URL:
https://6a2aa4ef700c7.myxvest2.ru/app/numer.php
Active
đ Mavjud Action'lar
đ 2.1 Davlatlar ro'yxatini olish â countries
GET
https://6a2aa4ef700c7.myxvest2.ru/app/numer.php?key=YOUR_API_KEY&action=countries
đ Narxlar allaqachon +15% bilan hisoblangan holda so'mda qaytadi.
âļ Misol javob
{
"status": "ok",
"countries": {
"BD": {
"name": "Bangladesh đ§đŠ",
"price": 4290
},
"RU": {
"name": "Russia đˇđē",
"price": 3850
}
}
}
đą 2.2 Raqam sotib olish â getnum
GET
https://6a2aa4ef700c7.myxvest2.ru/app/numer.php?key=YOUR_API_KEY&action=getnum&code=BD
| Parametr | Tavsif | Majburiy |
|---|---|---|
| code | Davlat kodi (BD, MM, RU, UA va h.k.) | â Ha |
âļ Misol javob
{
"status": "ok",
"phone": "+8801950425230",
"hash": "+8801950425230",
"price": 4290,
"country": "Bangladesh đ§đŠ"
}
âī¸ 2.3 SMS kodni olish â getsms
GET
https://6a2aa4ef700c7.myxvest2.ru/app/numer.php?key=YOUR_API_KEY&action=getsms&hash=+8801950425230
âšī¸
hash â oldin getnum orqali olingan to'liq telefon raqami.
âļ Misol javob
{
"status": "ok",
"sms": "123456",
"received": "2026-05-05 14:30:25"
}
đŗ 2.4 Balansni tekshirish â balance
GET
https://6a2aa4ef700c7.myxvest2.ru/app/numer.php?key=YOUR_API_KEY&action=balance
âļ Misol javob
{
"status": "ok",
"balance": 125000,
"currency": "UZS"
}
</> To'liq ishlatish misollari
đ PHP bilan (eng qulay)
<?php
$key = "YOUR_API_KEY";
$url = "https://6a2aa4ef700c7.myxvest2.ru/app/numer.php";
// 1. Davlatlar
$data = json_decode(file_get_contents("$url?key=$key&action=countries"), true);
print_r($data);
// 2. Raqam olish
$res = json_decode(file_get_contents("$url?key=$key&action=getnum&code=BD"), true);
print_r($res);
?>
âļ cURL bilan (terminalda)
curl "https://6a2aa4ef700c7.myxvest2.ru/app/numer.php?key=YOUR_API_KEY&action=getnum&code=BD"
đ Python bilan
import requests
key = "YOUR_API_KEY"
url = "https://6a2aa4ef700c7.myxvest2.ru/app/numer.php"
response = requests.get(f"{url}?key={key}&action=getnum&code=BD")
print(response.json())
đ Muhim eslatmalar
â Muvaffaqiyatli javob
getnummuvaffaqiyatli bo'lsa balansdan avtomatik yechiladi.- Har bir sotib olish haqida admin va orders kanaliga xabar boradi.
- Narxlar real vaqtda o'zgarishi mumkin.
âšī¸ Eslatma
- Barcha so'rovlar GET usuli bilan yuboriladi.
- Har bir so'rovda
keyparametri majburiy. - Javob har doim JSON formatida qaytadi.
â ī¸ Xatolik holatlari
Noto'g'ri parametr yoki kalit bersangiz
{"error": "xatolik matni"}
API faqat avtorizatsiyadan o'tgan foydalanuvchilar uchun ishlaydi.
đ
240+
Davlatlar
đ
24/7
Ish vaqti
âĄ
1 soniya
Javob vaqti
đĄī¸
SSL
Xavfsiz ulanish