---
title: "Name Server Listings"
slug: "name-server-listings"
updated: 2026-01-07T17:13:09Z
published: 2026-01-07T17:13:09Z
canonical: "help.silentpush.com/name-server-listings"
---

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

```plaintext
GET /explore/nameserverlisted
```

Name servers with the most blacklisted domains.

| **Query Parameters:** | - **limit = (int) (optional) –** - number of results to return |
| --- | --- |
| **Request headers:** | - *X-API-KEY - api-key* |

## Example Request

```plaintext
https://api.silentpush.com/api/v1/merge-api/explore/nameserverlisted?limit=3
```

## Example Response

```python
{
    "status_code": 200,
    "error": null,
    "response": {
        "listed_on_nameserver": [
            {
                "listed": 123,
                "ns_srv": "verify-contact-details.namecheap.com"
            },
            {
                "listed": 123,
                "ns_srv": "failed-whois-verification.namecheap.com"
            },
            {
                "listed": 77,
                "ns_srv": "dns2.registrar-servers.com"
            }
        ]
    }
}
```
