New: Facebook profile pictures
Enable fbProfilePic to retrieve the picture linked to a Facebook leak. Images are versioned and remain available from cache.
ပြခန်းသို့ ပြန်သွားပါ
whatsapp-checker
တရားဝင်
eduair940
TypeScript
SDK များနှင့် ကိရိယာများ
whatsapp-checker is the official TypeScript SDK for the WhatsApp Data API. It wraps the profile endpoint with a typed client, automatic rate-limit handling, retry-with-backoff, and bulk helpers so you don't have to reimplement the plumbing.
This is the recommended starting point for a new TypeScript or Node.js integration — install it, pass your key, and call check(number).
၎င်းအသုံးပြုသော အဆုံးမှတ်များ
GET /number/{phone} — typed response with presence and profile fields.
Bulk + rate-limit + retry helpers built in.
အတူတူပဲခေါ်တာ
import { WhatsappChecker } from "whatsapp-checker";
const client = new WhatsappChecker({ apiKey: process.env.RAPIDAPI_KEY! });
const result = await client.check("14155552671");
console.log(result.isBusiness, result.pushname);ဘယ်လိုလည်ပတ်ရမလဲ
1
npm install whatsapp-checker
2
Provide your API key via environment variable.
3
Call client.check(number) or the bulk helper.
တူညီသော API ဖြင့်တည်ဆောက်ပါ
ဤပရောဂျက်သည် အများသုံး WhatsApp Data API တွင် လုပ်ဆောင်ပါသည်။ သော့တစ်ခုကို ရယူပြီး မိနစ်ပိုင်းအတွင်း သင်၏ပထမဆုံးတောင်းဆိုမှုကို ပြုလုပ်ပါ။
ကျွန်ုပ်တို့ အသုံးပြုသူများ ပြောသည်များ
ကျွန်ုပ်တို့၏ ကျေနပ်သော ဖောက်သည်များမှ စစ်မှန်သော သုံးသပ်ချက်များ
4.5/5 (176 သုံးသပ်ချက်များ)