Digital Footprint checks Archive of Our Own as part of every lookup. Send an email address, phone number, or username and get back whether an account exists there, along with 800+ other platforms, breach history, and public web mentions, in one request.
curl -X POST "https://api.digifootprint.dev/v1/lookup?wait=true" \
-H "Authorization: Bearer dfp_your_key" \
-H "Content-Type: application/json" \
-d '{"query": "someone@example.com"}'{
"platform": "archiveofourown",
"registered": true,
"method": "public_api",
"checkedAt": "2026-08-26T11:40:55.902Z"
}checkedAt is the real moment this was established, not the moment you asked, so you can always tell a fresh answer from a cached one. If Archive of Our Own blocked us or timed out, it is omitted from the response entirely rather than returned as registered: false.
For fraud and AML teams, a thin footprint is a signal: an address with no accounts anywhere is a different risk profile from one with a decade of history. Checking Archive of Our Own on its own tells you little. Checking it alongside hundreds of others in one call is what makes the signal usable.