WHOIS Live Information

Prev Next
GET /explore/domain/whoislive/{domain}

Get real-time WHOIS information for the domain.

Query Parameters:

  • domain (string) (required) -

    • domain name

Request headers:

  • X-API-KEY - api-key

Example Request

https://api.silentpush.com/api/v1/merge-api/explore/domain/whoislive/silentpush.com

Example Response

{
    "status_code": 200,
    "error": null,
    "response": {
        "whois_live": {
            "address": [
                "PO Box 639",
                "C/O silentpush.com"
            ],
            "city": "Kirkland",
            "country": "US",
            "created": "2020-01-20 09:14:27",
            "date_seen": "2021-07-10 01:51:28",
            "domain": "silentpush.com",
            "emails": [
                "mhjqhltw@whoisprivacyprotect.com",
                "ABUSE@ENOM.COM"
            ],
            "expires": "2022-01-20 09:14:27",
            "name": "Whois Agent (777024973)",
            "nameservers": [
                "HENRY.NS.CLOUDFLARE.COM",
                "VIDA.NS.CLOUDFLARE.COM"
            ],
            "org": "Whois Privacy Protection Service, Inc.",
            "raw": {
                "address": [
                "PO Box 639",
                "C/O silentpush.com"
                ],
                "city": "Kirkland",
                "country": "US",
                "creation_date": [
                    "2020-01-20 09:14:27",
                    "2020-01-20 09:14:00"
                ],
                "dnssec": "unsigned",
                "domain_name": [
                    "SILENTPUSH.COM",
                    "silentpush.com"
                ],
                "emails": [
                    "mhjqhltw@whoisprivacyprotect.com",
                    "ABUSE@ENOM.COM"
                ],
                "expiration_date": "2022-01-20 09:14:27",
                "name": "Whois Agent (777024973)",
                "name_servers": [
                    "HENRY.NS.CLOUDFLARE.COM",
                    "VIDA.NS.CLOUDFLARE.COM"
                ],
                "org": "Whois Privacy Protection Service, Inc.",
                "referral_url": null,
                "registrar": "ENOM, INC.",
                "state": "WA",
                "status": [
                    "clientTransferProhibited https://icann.org/epp#clientTransferProhibited",
                    "clientTransferProhibited https://www.icann.org/epp#clientTransferProhibited"
                ],
                "updated_date": "2021-01-12 00:02:34",
                "whois_server": "WHOIS.ENOM.COM",
                "zipcode": "98083"
            },
            "registrar": "ENOM, INC.",
            "state": "WA",
            "updated": "2021-01-12 00:02:34",
            "whois_server": "WHOIS.ENOM.COM",
            "zipcode": "98083"
        }
    }
}