home
home

API Documentation: ReverseMX

ReverseMX

The ReverseMX API call returns domains hosted on the same mail server (MX record). It will only returns domains currently using a MX record. Use the ReverseHistory API to find domains using a MX record in the past. This is a Premium API call, you have to buy API credits.

API request

https://api.dnslytics.net/v1/reversemx/<mxrecord>?apikey=<apikey>

API response

Example

URL

$ curl https://api.dnslytics.net/v1/reversemx/mx1.emailowl.com?apikey=<apikey>

Output

{
        "status": "succeed",
        "data":
        {
                "question":
                {
                  "mxrecord": "mx1.emailowl.com",
                  "page": 1
                },
                "typeinfo": "reversemx",
                "ndomains": 30367,
                "domains":[
                        "dnslytics.com",
                        "myip.report",
                        "..."
                ]
        }
}