---
title: "Domain information"
slug: "domain"
updated: 2026-01-07T15:54:27Z
published: 2026-01-07T15:54:27Z
canonical: "help.silentpush.com/domain"
---

> ## 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.

# Domain information

```plaintext
GET /explore/domain/domaininfo/{domain}
```

Get domain information.

| **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/domaininfo/silentpush.com
```

## Example Response

```python
{
    "status_code": 200,
    "error": null,
    "response": {
        "domaininfo": {
            "age": 536,
            "age_score": 0,
            "domain": "silentpush.com",
            "first_seen": 20200121,
            "is_new": false,
            "is_new_score": 0,
            "last_seen": 20210709,
            "query": "silentpush.com",
            "whois_age": 536,
            "whois_created_date": "2020-01-20 08:14:27",
            "zone": "com"
        }
    }
}
```
