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/test@gmail.com" \
-H "Key: YOUR_KEY"
{
"email": "test@gmail.com",
"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
Keyheader (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), anddetailsflags. - The keyless tier was disabled in 2026 (verified) — the
auth: Notag 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
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Application Environment Verification Android library and API to verify the safety of user devices, detect rooted devices and other risks | API Key | Yes | Yes | ↗ |
| BinaryEdge Provide access to BinaryEdge 40fy scanning platform | API Key | Yes | Yes | ↗ |
| BitWarden Best open-source password manager | OAuth | Yes | Unknown | ↗ |
| Botd Botd is a browser library for JavaScript bot detection | API Key | Yes | Yes | ↗ |
| Bugcrowd Bugcrowd API for interacting and tracking the reported issues programmatically | API Key | Yes | Unknown | ↗ |