freeapis

EmailRep

Email address threat and risk prediction

Authentication
No auth
HTTPS
Yes
CORS
Unknown
Category
Security
Documentation / URL
https://docs.emailrep.io/

Overview

EmailRep gives reputation scores for email addresses — risk level, suspicious flags, and historical behavior — useful for fraud prevention. It historically had a keyless API.

⚠️ Breaking change (verified 2026-08): the unauthenticated API is now disabled — requests without a key return HTTP 429 "the unauthenticated API is currently disabled. please use an API key". Register for a free key.

Quick Start

Reputation query (replace YOUR_KEY):

curl "https://emailrep.io/query/[email protected]" \
  -H "Key: YOUR_KEY"
{
  "email": "[email protected]",
  "reputation": "high",
  "suspicious": false,
  "references": 12,
  "details": { "blacklisted": false, "malicious_activity": false }
}

Authentication

  • Register at emailrep.io → free API key (emailed).
  • Send it as the Key header (missing → 429, verified).

Rate Limits & Notes

  • Free tier: ~100 requests/day (check the docs); paid tiers scale.
  • The response includes reputation (high/low), suspicious, references (how many sources), and details flags.
  • The keyless tier was disabled in 2026 (verified) — the auth: No tag is outdated.

FAQ

Is EmailRep free? Free tier with daily limits; a key is now required (429 without, verified).

Why 429 without a key? The unauthenticated API was disabled in 2026 (verified) — register for a key.

What does it return? A reputation score plus risk flags for an email address.

More in Security

APIAuthHTTPSCORS
Application Environment Verification

Android library and API to verify the safety of user devices, detect rooted devices and other risks

API KeyYesYes
BinaryEdge

Provide access to BinaryEdge 40fy scanning platform

API KeyYesYes
BitWarden

Best open-source password manager

OAuthYesUnknown
Botd

Botd is a browser library for JavaScript bot detection

API KeyYesYes
Bugcrowd

Bugcrowd API for interacting and tracking the reported issues programmatically

API KeyYesUnknown