Name Server Listings

Prev Next
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

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

Example Response

{
    "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"
            }
        ]
    }
}