Translate Hash to Server Names

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

Show server names that belong to an nshash or mxhash.

Query Parameters:

  • qtype (string) (required) –

    • the following qypes are supported:

      • nshash

      • mxhash

  • query (string) (required) –

    • specify a hash value to translate

      • nshash or mxhash

Request headers:

  • X-API-KEY - api-key

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