शोकेस पर वापस जाएँ

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.

वही कॉल

TYPESCRIPT
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 डेटा API पर चलता है। एक कुंजी प्राप्त करें और कुछ ही मिनटों में अपना पहला अनुरोध भेजें।

हमारे उपयोगकर्ता क्या कहते हैं

हमारे संतुष्ट ग्राहकों की वास्तविक समीक्षाएं

4.5/5 (176 समीक्षाएं)