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
এসডিকে এবং টুলস
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 দিয়ে তৈরি করুন
এই প্রজেক্টটি পাবলিক হোয়াটসঅ্যাপ ডেটা এপিআই-এর ওপর চলে। একটি কী সংগ্রহ করুন এবং কয়েক মিনিটের মধ্যেই আপনার প্রথম অনুরোধটি করুন।
আমাদের ব্যবহারকারীরা যা বলেন
আমাদের সন্তুষ্ট গ্রাহকদের কাছ থেকে আসল পর্যালোচনা
4.5/5 (179 পর্যালোচনা)