Exerra phishing check
Exerra Phishing API - fast, lightweight checks for known phishing URLs and domains 🔎🛡️ A simple HTTP API that tells you whether a given URL or domain appears in Exerra’s phishing database. Responses are compact and easy to parse, making the API suitable for backend services, email gateways, browser extensions, automation scripts and CI/CD security checks. Key features - Single-purpose real‑time…
Exerra phishing check endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Check a link / |
Check if a link is a known phishing attempt |
| GET |
Check URL /scan |
Checks if a URL is associated with known phishing attacks or not. |
| GET |
Check a URL / |
Check if a URL is a known phishing attempt |
| GET |
Get all domains/urls /all/{type} |
Gets all domains or URLs in the database. |
| GET |
Get all domains /all |
Get all domains associated with phishing attempts. The response is very large (≈10MB), so it is preferred to use "Check a link". **UPDATES EVERY 2 HOURS.** |
| GET |
Get all /all/{type} |
Get all domains or links associated with phishing attempts. The response is very large (>≈14 MB for domains and >≈82 MB for domains), so it is preferred to use "Check a link".… |
| GET |
Get stats /stats |
Get statistics about the API |
| GET |
Get stats /stats |
Get statistics of how many domains and URLs are known phishing attempts. |
| GET |
Get stats /stats |
Get statistics about the Exerra Phishing API |
Exerra phishing check pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $1 / month | — |
|
| ULTRA Recommended | $2 / month | — |
|
| MEGA | $5 / month | — |
|