Mencari nomor kosong di negara luar
Note
di bagian api otp nya ada limit kalau mau kode nya terdeteksi secara stabil pake limit 50
Contributed by
@vorx4 contributions
vorx
javascript
25
8
—
23 Agu 2026
Code
=================================
Source Code: https://whatsapp.com/channel/0029Vb6P2e1E50UZYaX4wI0W
=================================
const axios = require("axios");
const BASE_URL = "https://allapiproject.zone.id/api/gacha";
class GachaAPI {
static async getNumbers() {
try {
const { data } = await axios.get(`${BASE_URL}/numbers`, {
headers: {
Accept: "application/json",
"User-Agent": "Mozilla/5.0"
}
});
return data;
} catch (err) {
throw new Error(
err.response?.data?.message || err.message
);
}
}
static async getOtps(limit = 20) {
try {
const { data } = await axios.get(`${BASE_URL}/otps`, {
params: { limit },
headers: {
Accept: "application/json",
"User-Agent": "Mozilla/5.0"
}
});
return data;
} catch (err) {
throw new Error(
err.response?.data?.message || err.message
);
}
}
}
(async () => {
try {
const numbers = await GachaAPI.getNumbers();
console.log("=== Numbers ===");
console.log(numbers);
const otps = await GachaAPI.getOtps(20);
console.log("\n=== OTPs ===");
console.log(otps);
} catch (e) {
console.error(e.message);
}
})();Rating
Gimana snippet ini menurutmu?
Embed ke website / blog
<iframe src="https://qrtzcode.vercel.app/api/embed/tools/gacha-nomor-cek-otp" style="width:100%;height:400px;border:none;border-radius:12px;"></iframe>Related Snippets
proxy scraper
Dapatkan proxy gratis loh ya
Top up e-wallet Dana
scrape top up cocok untuk mau buat sistem top up dana otomatis di bot, dan juga ini output nya ada qris nya
Subdomain Zone id
Scrape Create Domain zone.id / limit 1 akun 10 domain udh ada sistem add dns nya, di scrape juga udh ada penjelasan sistem demi sistem