๐Ÿ“ก Dokumentasi API JSON

Gunakan API publik ini untuk mengakses data situs terdeteksi secara otomatis dan real-time.

๐Ÿงพ Get List Judol

Method: GET

Endpoint: https://www.deteksijudol.web.id.codex.com.de/api/judol-list.php

Response Format:

{
        "success": true,
        "count": 2,
        "data": [
            {
            "domain": "contohsitus1.com",
            "submitted_at": "2025-04-20 12:34:56"
            },
            ...
        ]
        }

Keterangan:

  • success: true jika berhasil
  • count: jumlah data dalam array
  • data: daftar situs judol terverifikasi

๐Ÿง  List Keyword Aktif

Method: GET

Endpoint: https://www.deteksijudol.web.id.codex.com.de/api/keyword-list.php

Response Format:

{
        "success": true,
        "data": ["slot", "casino", "jackpot", ...]
        }

๐Ÿ“„ Log Scan Publik

Method: GET

Endpoint: https://www.deteksijudol.web.id.codex.com.de/api/scan-log.php

Response Format:

{
    "success": true,
    "count": 50,
    "data": [
        {
            "id": 1396,
            "filename": "https:\/\/masamalas.com",
            "result": "safe",
            "score": 0,
            "user_ip": "::xxx",
            "scan_type": "file",
            "created_at": "2025-04-22 23:25:02",
            "file_type": "text\/html",
            "md5": "68dedb92a042591fe12ae7d0288e36e2",
            "sha256": "52821f330a517bc3459e2ed9e6350c1d5c17b09b35c9a5445d59bdd79a99f4e5",
            "community_keywords_website": "submitted version 2025-04-21 18:31:31"
        },
        {
            "id": 1395,
            "filename": "NO_FILENAME",
            "result": "safe",
            "score": 0,
            "user_ip": "::xxx",
            "scan_type": "file",
            "created_at": "2025-04-22 23:25:02",
            "file_type": "UNKNOWN",
            "md5": "NO_MD5",
            "sha256": "NO_SHA256",
            "community_keywords_website": "submitted version 2025-04-21 18:31:31"
        }
    ],
    "generated_at": "2025-04-22 15:29:04"
}

Keterangan:

  • success: true jika berhasil
  • count: jumlah data dalam array
  • data: daftar log hasil scan (maksimal 50 terbaru)
  • id: ID scan
  • filename: nama file atau URL yang discan
  • result: status hasil scan (safe, warning, danger)
  • score: skor deteksi (0 = aman, lebih tinggi = lebih berisiko)
  • user_ip: alamat IP user (sudah dimasking)
  • scan_type: tipe scan (file atau url)
  • created_at: waktu scan
  • file_type: tipe file (MIME, jika tersedia)
  • md5: hash MD5 file (jika tersedia, "NO_MD5" jika tidak ada)
  • sha256: hash SHA256 file (jika tersedia, "NO_SHA256" jika tidak ada)
  • community_keywords_website: tanggal versi komunitas terbaru

๐Ÿ“Š Statistik Sistem

Method: GET

Endpoint: https://www.deteksijudol.web.id.codex.com.de/api/stats.php

Response Format:

{
        "total_scans": 4283,
        "total_keywords": 233,
        "total_domains": 128,
        "last_scan_at": "2025-04-20 13:22:18"
        }

Terakhir diperbarui: 15 Jun 2026 00:22