---
title: "Name Server Changes Summary"
slug: "name-server-changes-summary"
updated: 2026-01-07T16:29:34Z
published: 2026-01-07T16:29:34Z
canonical: "help.silentpush.com/name-server-changes-summary"
---

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

# Name Server Changes Summary

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

Get a summary of name server changes 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/nschangessummary/silentpush.com
```

## Example Response

```python
{
    "status_code": 200,
    "error": null,
    "response": {
        "nschanges": {
            "results_summary": {
                "changes_0_7_days": 0,
                "changes_30_90_days": 0,
                "changes_7_30_days": 0,
                "changes_last_30_days": 0,
                "changes_last_7_days": 0,
                "changes_last_90_days": 0,
                "domain": "silentpush.com",
                "has_change_circular": false,
                "has_change_expire_from": false,
                "has_change_expire_to": false,
                "has_change_ns_in_domain_from": false,
                "has_change_ns_in_domain_to": false,
                "has_change_ns_srv_domain_density_low_from": false,
                "has_change_ns_srv_domain_density_low_to": false,
                "has_change_parked_from": false,
                "has_change_parked_to": false,
                "has_change_sinkhole_from": false,
                "has_change_sinkhole_to": false,
                "last_change": 20200509,
                "last_change_circular_to": false,
                "last_change_days_ago": 427,
                "last_change_expire_from": false,
                "last_change_expire_to": false,
                "last_change_ns_in_domain_from": false,
                "last_change_ns_in_domain_to": false,
                "last_change_ns_srv_domain_density_low_from": false,
                "last_change_ns_srv_domain_density_low_to": false,
                "last_change_parked_from": false,
                "last_change_parked_to": false,
                "last_change_sinkhole_from": false,
                "last_change_sinkhole_to": false,
                "ns_entropy": 1,
                "ns_entropy_score": 1,
                "num_changes_all": 1,
                "query": "silentpush.com"
            }
        }
    }
}
```
