---
title: "WHOIS Live Information"
slug: "whois-live-information"
updated: 2026-01-07T16:32:58Z
published: 2026-01-07T16:32:58Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.silentpush.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WHOIS Live Information

```plaintext
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

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

### Example Response

```python
{
    "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"
        }
    }
}
```
