Cutiezy • API Docs
Mobile Legends Bundle
Kategori games • Service code mlbb-bundle
Informasi Endpoint
Method
GET
Kategori
games
Endpoint Dasar
https://api.cutiezy.id/api/check/games
Service
mlbb-bundle
Deskripsi
Cek akun Mobile Legends untuk layanan bundle.
Parameter
| Nama | Label | Type | Required | Min | Max |
|---|---|---|---|---|---|
| service | Kode Service | text | Ya | - | - |
| user_id | User ID | digits | Ya | 5 | 20 |
| zone_id | Zone ID | digits | Ya | 1 | 10 |
| apikey | API Key | text | Ya* | - | - |
* API key disarankan lewat header X-API-Key, tetapi bisa juga lewat query apikey.
Contoh Test Link
https://api.cutiezy.id/api/check/games?service=mlbb-bundle&user_id=1374117562&zone_id=15661&apikey=YOUR_API_KEY
Contoh Request cURL
curl -X GET "https://api.cutiezy.id/api/check/games?service=mlbb-bundle&user_id=1374117562&zone_id=15661" \
-H "X-API-Key: czw_xxxxxxxxxxxxxxxxx"
Contoh Response
{
"success": true,
"message": "Berhasil",
"service": "mlbb-bundle",
"category": "games",
"data": {
"id": "33712934",
"zone": "2207",
"nickname": "4lay",
"country": "Indonesia",
"country_code": "ID",
"country_flag": "🇮🇩",
"product": [
{
"denom": "Weekly Elite Bundle",
"status": "Nonactive"
},
{
"denom": "Monthly Epic Bundle",
"status": "Nonactive"
}
]
}
}
Autentikasi
Semua endpoint mendukung header:
X-API-Key: czw_xxxxxxxxxxxxxxxxx
Atau query fallback:
apikey=czw_xxxxxxxxxxxxxxxxx
Catatan
- • 1 API key hanya untuk 1 IP aktif.
- • Parameter wajib harus dikirim lengkap.
- • Jika IP berbeda dari IP yang terkunci, request akan ditolak.
- • Gunakan parameter service untuk menentukan layanan.
- • Query fallback untuk API key adalah apikey.