Digital Footprint checks Whatsapp from a phone number as part of every lookup, alongside 887+ other platforms, breach history and public web mentions - one request, one shape of answer. A hit means an account exists for that input; account contents are never collected.
Instant tier for phone number lookups - answered in well under a second
Whatsapp is one of the few platforms that can be checked from a phone number. The response says whether that number is registered on Whatsapp, with the moment that was established in checkedAt.
Whatsapp is in the instant tier: with ?instant=true it is among the first platforms answered, in well under a second. On a full lookup it is checked alongside every other platform and streamed as it lands.
If Whatsapp blocks the check, times out, or answers ambiguously, it is omitted from results[] entirely rather than returned as registered: false. Absence from the response means "unconfirmed", never "no account".
curl -X POST "https://api.digifootprint.dev/v1/lookup?wait=true" \
-H "Authorization: Bearer dfp_your_key" \
-H "Content-Type: application/json" \
-d '{"query": "+14155552671"}'{
"platform": "whatsapp",
"registered": true,
"checkedAt": "2026-08-31T01:53:17.067Z"
}The full response shape - breaches, web mentions, matches versus socialMatches, and what method means - is in running a lookup.
Every one of these is checked in the same request as Whatsapp.
query.?instant=true it is answered in well under a second. A full lookup streams it as soon as it lands.