New: Facebook profile pictures
Enable fbProfilePic to retrieve the picture linked to a Facebook leak. Images are versioned and remain available from cache.
शोकेस पर वापस जाएँ
Whatsapp-Osint
Whomrx66623
Python
OSINT CLIs
Whomrx666/Whatsapp-Osint is a compact Python lookup tool. It reads the API host and key from configuration and calls the profile endpoint for a single number, printing the presence and profile fields.
The repository obfuscates its request configuration (base64), but the underlying call is the standard GET /number/{phone} against the WhatsApp Data API. Its README links to the API listing as the data source.
यह जिन एंडपॉइंट्स का उपयोग करता है
GET /number/{phone} — standard presence + profile block.
वही कॉल
import requests
resp = requests.get(
f"https://wp-data.p.rapidapi.com/number/{number}",
headers={
"x-rapidapi-host": "wp-data.p.rapidapi.com",
"x-rapidapi-key": "YOUR_RAPIDAPI_KEY",
},
)
print(resp.json())समान API का उपयोग करके निर्माण करें
यह प्रोजेक्ट सार्वजनिक WhatsApp डेटा API पर चलता है। एक कुंजी प्राप्त करें और कुछ ही मिनटों में अपना पहला अनुरोध भेजें।
हमारे उपयोगकर्ता क्या कहते हैं
हमारे संतुष्ट ग्राहकों की वास्तविक समीक्षाएं
4.5/5 (176 समीक्षाएं)