Translate Hash to Server Names

Prev Next
GET /explore/padns/lookup/translate/{qtype}/{query}

Show server names that belong to an nshash or mxhash

Parameter

Type

Required/Optional

Description

qtype

string

Required

Specifies the query type. Supported types: nshash, mxhash

query

string

Required

Specify a has value to translate: nshash, mxhash

Request headers

Header

Description

X-API-KEY

API key for authentication.

Example request

https://api.silentpush.com/api/v1/merge-api/explore/padns/lookup/translate/nshash/850c47a684c9ea9c32ece18e7be4cddc

Example response

{
    "status_code": 200,
    "error": null,
    "response": {
        "records": [
            {
                "nshash": "850c47a684c9ea9c32ece18e7be4cddc"
            },
            [
                {
                "nssrv": "henry.ns.cloudflare.com"
                },
                {
                "nssrv": "vida.ns.cloudflare.com"
                }
            ]
        ]
    }
}