The playground

Try any of 919 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/digital-footprint/v1/summary1 credit

Aggregate footprint for ANY identifier (auto-detects username/email/phone) → platform_count + category_distribution (no profile content fetched)

Working example
Parameters

Any identifier — a username, email, or phone. The summary action auto-detects the type and returns an aggregate footprint.

Restrict the scan to these platform categories (comma-separated string or array). Default = all. Unknown names are ignored.

Restrict the scan to these exact platform names (case-insensitive). Default = the full stable-set for the input type. Unknown names ignored.

Include adult/NSFW platforms. Default false (R17 hygiene). The current stable-set carries no NSFW sites; reserved for future use.

request preview
curl -X POST https://api.reefapi.com/digital-footprint/v1/summary \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"input":"torvalds"}'

Hit Send to run this endpoint live.