Frequently Asked Questions

Get quick answers to the frequently asked questions

You can do it in three ways:
  1. Open the homepage and enter the domain, then click on the Check button
  2. In your browser, type https://whohosts.pro/ and add the domain you want to check to the end of the address, then press Enter on your keyboard:
    https://whohosts.pro/example.com
  3. In your browser, type https://whoisthe.host/ and add the domain you want to check to the end of the address, then press Enter on your keyboard
    https://whoisthe.host/example.com

At this moment, there are no restrictions. You can check as many domains as you want.
But we reserve the right to introduce restrictions in the future in favor of the paid version of the service.

Certainly! You can share the results link of the check with your friends or on social media.
There's a og:image tag on the page, so the preview will be displayed correctly.

Check the OpenGraph preview for the example.org on OpenGraph.dev:

You can check the hosting of a website using the API. To do this, you need to send a GET request to the address:
https://api.whohosts.pro/v1/check?domain=example.com&api=5272062d-10b4-4061-ac9a-fa16ecc179a9

The response will be in JSON format:
{
    "domain": "example.com",
    "hosting": {
        "name": "Google LLC",
        "dns": {
            "ns": [
                "ns1.google.com",
                "ns2.google.com",
                "ns3.google.com",
                "ns4.google.com"
            ],
            "mx": [
                "aspmx.l.google.com",
                "alt1.aspmx.l.google.com",
                "alt2.aspmx.l.google.com",
                "alt3.aspmx.l.google.com",
                "alt4.aspmx.l.google.com"
            ],
            "txt": [
                "v=spf1 include:_spf.google.com ~all"
            ],
            "soa": {
                "ns": "ns1.google.com",
                "mbox": "dns-admin.google.com",
                "serial": 372833933,
                "refresh": 900,
                "retry": 900,
                "expire": 1800,
                "minttl": 60
            }
        },
    }
}
                            

However, the API is still not publicly available, but we'll keep you posted.