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

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

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

Get name server changes for domain.

| **Query Parameters:** | - **domain (string)** *(required)* - domain name - summary =<0\|1> (int) (optional) - return results summary only - 0 = (default) return full result - 1 = return summary only |
| --- | --- |
| **Request headers:** | - *X-API-KEY - api-key* |

## Example Request

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

## Example Response

```python
{
    "status_code": 200,
    "error": null,
    "response": {
        "nschanges": {
            "nschanges": [
                {
                "circular_change_to": false,
                "date": 20200509,
                "days_ago": 427,
                "domain": "silentpush.com",
                "from_expire": false,
                "from_nameservers": [
                    "ns1.myhostns.com",
                    "ns2.myhostns.com",
                    "ns3.myhostns.com"
                ],
                "from_ns_in_domain": false,
                "from_ns_srv_domain_density": {
                    "ns1.myhostns.com": 596,
                    "ns2.myhostns.com": 596,
                    "ns3.myhostns.com": 577
                },
                "from_ns_srv_domain_density_low": false,
                "from_parked": false,
                "from_sinkhole": false,
                "query": "silentpush.com",
                "to_expire": false,
                "to_nameservers": [
                    "henry.ns.cloudflare.com",
                    "vida.ns.cloudflare.com"
                ],
                "to_ns_in_domain": false,
                "to_ns_srv_domain_density": {
                    "henry.ns.cloudflare.com": 30983,
                    "vida.ns.cloudflare.com": 30947
                },
                "to_ns_srv_domain_density_low": false,
                "to_parked": false,
                "to_sinkhole": false
                }
            ],
            "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,
                "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
            }
        }
    }
}
```
