Digital Footprint checks GIPHY from an username as part of every lookup, alongside 886+ 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.
Standard tier - checked on every full lookup
GIPHY is checked from a username. The response says whether that handle exists on GIPHY - registered: true or registered: false - with the moment that was established in checkedAt. An email address on its own cannot reach GIPHY; if you only have an email, its local part is tried as a handle and any hit is labelled as derived, never counted as a confirmed match.
GIPHY is checked on every full lookup (?wait=true or streaming), alongside every other platform. It is not in the sub-second instant subset, which is reserved for the highest-value platforms for each input type.
If GIPHY 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": "someuser"}'{
"platform": "giphy",
"registered": true,
"checkedAt": "2026-08-30T01:50:28.379Z"
}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 GIPHY.