Fast, stateless Network Diagnostics

Other

GET/api/v1/abuse-contact-lookup

Abuse Contact Lookup

Find a domain's registrar abuse contact, straight from WHOIS.

ParameterTypeRequiredDescription
domainstringYesDomain to look up.

Example request

curl "https://netsh.io/api/v1/abuse-contact-lookup?domain=example.com&api_key=YOUR_API_KEY"

Example response

{
  "ok": true,
  "data": {
    "domain": "example.com",
    "matchedDomain": null,
    "registrar": "Example Registrar, Inc.",
    "email": "registrar-abuse@example.com",
    "phone": "+1.5555550123",
    "found": true
  },
  "meta": { "tool": "abuse-contact-lookup", "version": "v1" }
}
WHOIS