View data of a WhatsApp number, including its status, photo, etc. π΅π½ββοΈ
Get your API key.
| Name | Key |
|---|---|
| WP Data | βπ (Necessary) |
- Select the free plan.
When you have your API key, you can add it to the .env file Replacing "Your_Api_Key" with your actual RapidAPI key and save the changes.
The project is open to partners.
By default WhatsOSINT does a full live check on every lookup. You can
switch to cheaper strategies via environment variables in your .env:
CHECK_MODE |
What it does | Cost |
|---|---|---|
live (default) |
Always performs a fresh live WhatsApp check | Highest |
cache_first |
Reads the cached database first; only falls back to a live check when the number isn't cached yet | Medium |
cache_only |
Only reads the cached database, never does a live check | Lowest |
You can also choose the transport with CHECK_PROVIDER:
CHECK_PROVIDER |
Host | Auth |
|---|---|---|
rapidapi (default) |
RapidAPI marketplace | RAPIDAPI_KEY |
native |
Direct checkleaked.cc endpoint |
NATIVE_API_KEY (a separate, non-RapidAPI credential) |
Example .env for the cheapest possible checks:
RAPIDAPI_KEY=your_rapidapi_key
CHECK_MODE=cache_only
All settings are optional β omitting them reproduces the original live-check
behavior exactly. You can also set CHECK_TIMEOUT_SECONDS (default 60) to
bound how long a request waits before giving up.
β οΈ Never commit a real key. The tracked.envships with theYour_Api_Keyplaceholder β replace it locally, but do notgit commityour real key back into the repo.
| Distribution | Version Check | supported | status |
|---|---|---|---|
| Kali Linux | 2024.3 | yes | working |
| Parrot Security OS | 6.0 | yes | working |
| Windows | 11 | yes | working |
| BackBox | 8.1 | yes | working |
| Arch Linux | 2024.06.01 | yes | working |
git clone https://github.com/HackUnderway/WhatsOSINT.git
cd WhatsOSINT
python3 WhatsOSINT.py
pip install -r requirements.txt
Install the dev tooling and run the unit tests (all HTTP is mocked β no API key or network needed):
pip install -r requirements-dev.txt
python -m pytest tests/ -v
Questions, bugs or suggestions to : info@hackunderway.com
- WhatsOSINT is licensed.
- See LICENSE for more information.
We need partners and sponsors, if you're interested in support or help contact.
- Victor Bancayan - @VictorBancayan - (CEO at Hack Underway)
Fanpage: https://www.facebook.com/HackUnderway
X: https://twitter.com/JeyZetaOficial
Web site: https://hackunderway.com
Youtube: https://www.youtube.com/@JeyZetaOficial
from 


Β© 2026




