New: Facebook profile pictures
Enable fbProfilePic to retrieve the picture linked to a Facebook leak. Images are versioned and remain available from cache.
Terug naar de presentatie
whatsapp-checker
Officieel
eduair940
TypeScript
SDK's en tools
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).
Eindpunten die het gebruikt
GET /number/{phone} — typed response with presence and profile fields.
Bulk + rate-limit + retry helpers built in.
Dezelfde oproep
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);Hoe voer ik het uit?
1
npm install whatsapp-checker
2
Provide your API key via environment variable.
3
Call client.check(number) or the bulk helper.
Bouw met dezelfde API
Dit project maakt gebruik van de openbare WhatsApp Data API. Vraag een sleutel aan en doe binnen enkele minuten je eerste verzoek.
Wat Onze Gebruikers Zeggen
Echte reviews van onze tevreden klanten
4.5/5 (176 reviews)