Sender Registry Signals API

Stop fake signups before they happen.

One API call at registration checks an email address and IP against the network: disposable email, Tor exit node, risky top-level domain, and senders our network has confirmed as bulk or malicious. Clean data at the front door.

Start free Read the docs

100 checks a month free. No card needed.

GET /api/v1/check?email=foo@mailinator.com&ip=185.220.101.1
200 OK
{
  "disposable": true,
  "tor_exit": true,
  "risky_tld": false,
  "bulk_sender":     { "flagged": false },
  "known_malicious": { "flagged": false },
  "spoofable":       { "spoofable": true, "grade": "D", "spf": "soft", "dmarc": "none" }
}

Six signals, one request.

One call returns all six. Scoped keys shown once, a live usage view, and an honest answer for every signal.

Disposable email

Throwaway and temporary email domains, from a list refreshed continuously.

Tor exit node

IP addresses exiting the Tor network, a common signal for anonymous abuse.

Risky TLD

Emails on top-level domains disproportionately used for scams.

Bulk-sender reputation

Senders multiple independent organisations have flagged as unwanted bulk mail, with corroboration counts.

Known-malicious reputation

Senders and domains our network has confirmed as malicious. Intelligence you cannot get from a free list.

Domain spoofability

Whether a domain can be impersonated: weak or missing SPF and DMARC, with its A to F grade.

Simple, usage-based pricing.

Start free. Move up a tier for more signals and more checks. Save 20% paid annually.

Free

Get started. No card needed.

Free

100 checks / month

  • Disposable email check
  • Tor exit IP check
  • Domain spoofability check
Start free

Starter

For a small app or side project.

£25 / $32 per month
Save 20% annually: £240 / $307 per year

1,500 checks / month

  • Everything in Free
  • Risky TLD check
Start free
Most popular

Growth

Network reputation, where the real value is.

£79 / $99 per month
Save 20% annually: £758 / $950 per year

15,000 checks / month

  • Everything in Starter
  • Bulk-sender reputation
  • Known-malicious reputation
Start free

Scale

High volume for production traffic.

£199 / $249 per month
Save 20% annually: £1910 / $2390 per year

150,000 checks / month

  • Everything in Growth
  • Higher rate limit
  • Priority email support
Start free

Already a Sender Registry customer? Integrate your account.

Query your own intelligence, submit reports, and receive webhooks with the account API included in your plan.

Registry & assessment API

Look up domains, senders and URLs, retrieve your assessments and campaigns, and submit reports programmatically.

Webhooks with delivery history

Choose the events you want, test before relying on them, and see every delivery attempt with its response status and automatic retries.

The same evidence, not a stripped model

Risk, Confidence and Network Confirmation as separate fields, plain-English summaries, and related-object references.

Not a developer? See Sender Registry plans.