Cutiezy ID
Cutiezy • API Docs

Magic Chess Go Go First Topup

Kategori games Service code first-mcgg

Informasi Endpoint

Method
GET
Kategori
games
Endpoint Dasar
https://api.cutiezy.id/api/check/games
Service
first-mcgg
Deskripsi
Cek first topup Magic Chess Go Go.

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=first-mcgg&user_id=1374117562&zone_id=15661&apikey=YOUR_API_KEY

Contoh Request cURL

curl -X GET "https://api.cutiezy.id/api/check/games?service=first-mcgg&user_id=1374117562&zone_id=15661" \
  -H "X-API-Key: czw_xxxxxxxxxxxxxxxxx"

Contoh Response

{
    "success": true,
    "message": "Berhasil",
    "service": "first-mcgg",
    "category": "games",
    "data": {
        "id": "1374117562",
        "zone": "15661",
        "nickname": "P4SEP 969",
        "first_topup": [
            {
                "denom": "50 + 50",
                "status": "Nonactive"
            },
            {
                "denom": "150 + 150",
                "status": "Active"
            },
            {
                "denom": "250 + 250",
                "status": "Active"
            },
            {
                "denom": "500 + 500",
                "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.