Skip to content

WHOIS Data

Feature

Real-time & Historical Data: Get current and past WHOIS records for any domain.

Usecase

Brand Protection: Monitor for domain squatting and brand infringement.

WHOIS data is a public record of who owns a domain name and how to get in contact with them. The Internet Corporation for Assigned Names and Numbers (ICANN) requires accredited registrars to publish the registrant’s contact information, domain name creation and expiration dates, and other information in the WHOIS listing.

Our WHOIS Data API provides programmatic access to this information, allowing you to:

  • Identify Domain Owners: Find out who is behind a website.
  • Investigate Malicious Domains: Track down the source of phishing and other malicious activities.
  • Protect Your Brand: Monitor for brand infringement and cybersquatting.
  • Automate Domain Research: Integrate domain ownership data into your applications.

The WHOIS Data API endpoint is:

GET https://zoros.io/api/v1/whois
ParameterTypeDescription
domainstringThe domain you want to query.
api_keystringYour unique API key for authentication.
Terminal window
curl "https://zoros.io/api/v1/whois?domain=example.com&api_key=YOUR_API_KEY"

The API returns a JSON object with the WHOIS record.

{
"domain": "example.com",
"registrar": "Example Registrar",
"creation_date": "2020-01-01T00:00:00Z",
"expiration_date": "2025-01-01T00:00:00Z",
"registrant_name": "John Doe",
"registrant_organization": "Example Corp",
"registrant_email": "[email protected]"
}
FieldTypeDescription
domainstringThe domain name that was queried.
registrarstringThe registrar of the domain.
creation_datestringThe date the domain was created.
expiration_datestringThe date the domain will expire.
registrant_namestringThe name of the person or organization that registered the domain.
registrant_organizationstringThe organization of the registrant.
registrant_emailstringThe email address of the registrant.

Brand Protection

Monitor for domain squatting and brand infringement.

Cybersecurity

Investigate malicious domains and phishing attacks.

Domain Research

Analyze domain registration trends and patterns.

Lead Generation

Find contact information for potential customers.