Selamat Datang di website DitzzXploit!
Semua Tools digitalmu ada di sini.
POST /api/hostsearch?domain=
🔹 Mensearch Domain dan mendapatkan ip address
Parameters
| name | Tipe | Required | Apikey |
|---|---|---|---|
| Domain | No | True | No |
Contoh Response
{
"status": true,
"creator": "DitzzXploit",
"input": "example.com",
"count": 1,
"results": [
{
"host": "example.com",
"ip": "23.220.75.245"
}
],
"raw": "example.com,23.220.75.245"
}
POSTGET /api/iploca?ip=
🔹 Ip location
Parameters
| Name | Tipe | Required | Apikey |
|---|---|---|---|
| Url | No | True | No |
Contoh Response Success
{
"status": true,
"input_url": "https://haxor.my.id",
"creator": "DitzzXploit",
"count": 66,
"links": [
"https://haxor.my.id/open/trvefemboy.html",
"https://editfoto.prinsh.com",
"https://haxor.my.id/save/CenGanteng.html",
"https://haxor.my.id/raw/politik.html"
],
"raw": "https://haxor.my.id/open/trvefemboy.html\nhttps://editfoto.prinsh.com\nhttps://haxor.my.id/save/CenGanteng.html\nhttps://haxor.my.id/raw/politik.html\nhttps://haxor.my.id/save/trvefemboy.html\nhttps://haxor.my.id/raw/trvefemboy.html\nhttps://haxor.my.id/raw/nullanjamprankenc.html\nhttps://haxor.my.id/save/GeminiAi.html\nhttps://haxor.my.id/save/nullanjamprankenc.html\nhttps://compress.prinsh.com\nhttps://haxor.my.id/open/nullanjamprankenc.html
}
POST /api/pagelink?url=
🔹 Mencari seluruh halaman website
Parameters
| Name | Tipe | Required | Apikey |
|---|---|---|---|
| Url | No | True | No |
Contoh Response Success
{
"status": true,
"input_url": "https://haxor.my.id",
"creator": "DitzzXploit",
"count": 66,
"links": [
"https://haxor.my.id/open/trvefemboy.html",
"https://editfoto.prinsh.com",
"https://haxor.my.id/save/CenGanteng.html",
"https://haxor.my.id/raw/politik.html"
],
"raw": "https://haxor.my.id/open/trvefemboy.html\nhttps://editfoto.prinsh.com\nhttps://haxor.my.id/save/CenGanteng.html\nhttps://haxor.my.id/raw/politik.html\nhttps://haxor.my.id/save/trvefemboy.html\nhttps://haxor.my.id/raw/trvefemboy.html\nhttps://haxor.my.id/raw/nullanjamprankenc.html\nhttps://haxor.my.id/save/GeminiAi.html\nhttps://haxor.my.id/save/nullanjamprankenc.html\nhttps://compress.prinsh.com\nhttps://haxor.my.id/open/nullanjamprankenc.html
}
POST /api/provinsi
🔹 Mendapatkan Provinsi
Parameters
| Name | Tipe | Required | Apikey |
|---|---|---|---|
| Provinsi | No | True | No |
Contoh Response Success
{
"status": true,
"creator": "DitzzXploit",
"http_code": 200,
"data": {
"status": 200,
"message": "Berhasil",
"result": [
{
"id": "1",
"text": "Bali"
},
{
"id": "2",
"text": "Bangka Belitung"
},
{
"id": "3",
"text": "Banten"
},
{
"id": "4",
"text": "Bengkulu"
},
{
"id": "5",
"text": "DI Yogyakarta"
},
{
"id": "6",
"text": "DKI Jakarta"
},
{
"id": "7",
"text": "Gorontalo"
},
{
"id": "8",
"text": "Jambi"
},
{
"id": "9",
"text": "Jawa Barat"
},
{
"id": "10",
"text": "Jawa Tengah"
},
{
"id": "11",
"text": "Jawa Timur"
},
{
"id": "12",
"text": "Kalimantan Barat"
},
{
"id": "13",
"text": "Kalimantan Selatan"
},
{
"id": "14",
"text": "Kalimantan Tengah"
},
{
"id": "15",
"text": "Kalimantan Timur"
},
{
"id": "16",
"text": "Kalimantan Utara"
},
{
"id": "17",
"text": "Kepulauan Riau"
},
{
"id": "18",
"text": "Lampung"
},
{
"id": "19",
"text": "Maluku"
},
{
"id": "20",
"text": "Maluku Utara"
},
{
"id": "21",
"text": "Nanggroe Aceh Darussalam"
},
{
"id": "22",
"text": "Nusa Tenggara Barat"
},
{
"id": "23",
"text": "Nusa Tenggara Timur"
},
{
"id": "24",
"text": "Papua"
},
{
"id": "25",
"text": "Papua Barat"
},
{
"id": "26",
"text": "Riau"
},
{
"id": "27",
"text": "Sulawesi Barat"
},
{
"id": "28",
"text": "Sulawesi Selatan"
},
{
"id": "29",
"text": "Sulawesi Tengah"
},
{
"id": "30",
"text": "Sulawesi Tenggara"
},
{
"id": "31",
"text": "Sulawesi Utara"
},
{
"id": "32",
"text": "Sumatera Barat"
},
{
"id": "33",
"text": "Sumatera Selatan"
},
{
"id": "34",
"text": "Sumatera Utara"
}
]
}
}