API DEV
Kanalga Telegram’da o‘tish
مرحباً بك في خدمة الربط البرمجي API ⚙️ يمكنك الان استخدام هذه الخدمة لبيع خدماتنا والاستفادة منها على موقعك او متجرك او تطبيقك او حتى بوت تيليجرام الخاص بك 💰 🤖 بوت : @L5KJBOT
Ko'proq ko'rsatish6 348
Obunachilar
+3724 soatlar
+1017 kunlar
+62230 kunlar
Ma'lumot yuklanmoqda...
O'xshash kanallar
Ma'lumot yo'q
Muammo bormi? Iltimos, sahifani yangilang yoki bizning qo'llab-quvvatlash boshqaruvchimizga murojaat qiling>.
Taglar buluti
Ma'lumot yo'q
Muammo bormi? Iltimos, sahifani yangilang yoki bizning qo'llab-quvvatlash boshqaruvchimizga murojaat qiling>.
Kirish va chiqish esdaliklari
---
---
---
---
---
---
Obunachilarni jalb qilish
Iyun '26
Iyun '26
+455
0 kanalda
May '26
+1 377
0 kanalda
Get PRO
Aprel '26
+893
0 kanalda
Get PRO
Mart '26
+1 190
0 kanalda
Get PRO
Fevral '26
+4 212
0 kanalda
Get PRO
Yanvar '260
0 kanalda
Get PRO
Dekabr '25
+149
2 kanalda
| Sana | Obunachilarni jalb qilish | Esdaliklar | Kanallar | |
| 11 Iyun | +44 | |||
| 10 Iyun | +51 | |||
| 09 Iyun | +74 | |||
| 08 Iyun | +40 | |||
| 07 Iyun | +19 | |||
| 06 Iyun | +21 | |||
| 05 Iyun | +103 | |||
| 04 Iyun | +10 | |||
| 03 Iyun | +22 | |||
| 02 Iyun | +38 | |||
| 01 Iyun | +33 |
Kanal postlari
| 2 | مثال الحصول علي رصيدك الحالي
import requests
import json
API_KEY = "your_api_key_here"
URL = "https://m7smm.store/api/v1/user/balance"
headers = {
"X-API-Key": API_KEY
}
response = requests.get(URL, headers=headers)
data = response.json()
print("HTTP Status:", response.status_code)
print(json.dumps(data, indent=4, ensure_ascii=False)) | 2 726 |
| 3 | مثال الحصول علي جميع طلباتك قسم كل منصات
import requests
import json
API_KEY = "your_api_key_here"
LIMIT = 10
URL = f"https://m7smm.store/api/v1/myorders?limit={LIMIT}"
headers = {
"X-API-Key": API_KEY
}
response = requests.get(URL, headers=headers)
data = response.json()
print("HTTP Status:", response.status_code)
print(json.dumps(data, indent=4, ensure_ascii=False)) | 2 538 |
| 4 | مثال حالة طلب قسم كل منصات
import requests
import json
API_KEY = "your_api_key_here"
ORDER_ID = "ايدي الطلب"
URL = f"https://m7smm.store/api/v1/orders/{ORDER_ID}"
headers = {
"X-API-Key": API_KEY
}
response = requests.get(URL, headers=headers)
data = response.json()
print("HTTP Status:", response.status_code)
print(json.dumps(data, indent=4, ensure_ascii=False)) | 969 |
| 5 | مثال إنشاء طلب قسم كل منصات
import requests
import json
API_KEY = "your_api_key_here"
URL = "https://m7smm.store/api/v1/orders"
headers = {
"X-API-Key": API_KEY,
"Content-Type": "application/json"
}
payload = {
"unique_service_id": "ايدي الخدمه",
"link": "ادخل الرابط",
"quantity": الكميه
}
response = requests.post(URL, headers=headers, json=payload)
data = response.json()
print("HTTP Status:", response.status_code)
print(json.dumps(data, indent=4, ensure_ascii=False)) | 711 |
| 6 | مثال جلب تفاصيل خدمه محدده قسم كل المنصات
import requests
import json
API_KEY = "your_api_key_here"
SERVICE_ID = "ايدي الخدمه"
URL = f"https://m7smm.store/api/v1/services/{SERVICE_ID}"
headers = {
"X-API-Key": API_KEY
}
response = requests.get(URL, headers=headers)
data = response.json()
print("HTTP Status:", response.status_code)
print(json.dumps(data, indent=4, ensure_ascii=False)) | 740 |
| 7 | مثال جلب جميع خدمات قسم كل منصات
import requests
import json
API_KEY = "your_api_key_here"
URL = "https://marvelous-taiyaki-50477a.netlify.app/api/v1/services"
headers = {
"X-API-Key": API_KEY
}
response = requests.get(URL, headers=headers)
data = response.json()
print("HTTP Status:", response.status_code)
print(json.dumps(data, indent=4, ensure_ascii=False))
if data.get("status") == "success":
services = data.get("services", [])
print("عدد الخدمات:", len(services))
for service in services:
service_id = service.get("id")
name = service.get("name")
points = service.get("points")
min_amount = service.get("min_amount")
max_amount = service.get("max_amount")
print(f"- ID: {service_id}")
print(f" الاسم: {name}")
print(f" النقاط: {points}")
print(f" الحد الأدنى: {min_amount}")
print(f" الحد الأقصى: {max_amount}")
else:
print("فشل جلب الخدمات") | 794 |
| 8 | الــ API رجع للعمل بشكل طبيعي
Bot M7 : @L5KJBOT | 2 824 |
Endi mavjud! Telegram Tadqiqoti 2025 — yilning asosiy insaytlari 
