JSON result object for "http://domain.com/"

Note: This is not a stable API during the beta. Providing highlighted JSON instead of raw JSON data is therefore intentional.

{
  "cname_records": [],
  "mx_locations": [
    "United States"
  ],
  "mx_a_records_reverse": [
    [
      10,
      [
        [
          "73.140.96.66.static.eigbox.net"
        ],
        [
          "72.140.96.66.static.eigbox.net"
        ]
      ]
    ]
  ],
  "final_url_is_https": true,
  "a_records_reverse": [
    [
      "ec2-18-221-195-49.us-east-2.compute.amazonaws.com"
    ],
    [
      "ec2-13-57-130-190.us-west-1.compute.amazonaws.com"
    ]
  ],
  "leaks": [],
  "final_url": "https://www.domain.com/",
  "reachable": true,
  "a_records": [
    "18.221.195.49",
    "13.57.130.190"
  ],
  "mx_a_records": [
    [
      10,
      [
        "66.96.140.73",
        "66.96.140.72"
      ]
    ]
  ],
  "a_locations": [
    "United States"
  ],
  "mx_records": [
    [
      10,
      "mx.domain.com"
    ]
  ],
  "final_https_url": "https://www.domain.com/"
}