Jump to content

whois.json when there is no WHOIS service


Recommended Posts

Due to the migration to RDAP, a number of TLDs have been turning off WHOIS service. RDAP uses https transport so pointing there could work, but is there a way to test for the HTTP status code ? Because most times it will be a 404 error that signal the name is available. 

 

 

Link to comment
Share on other sites

5 minutes ago, RadWebHosting said:

Any specific examples you're having trouble with?

.app is one of the many gTLDs that no longer has a WHOIS server. 

Note that https://www.iana.org/domains/root/db/app.html does not include a WHOIS entry, and whois.nic.app no longer resolves.
What you see in their IANA page is exactly the address for their RDAP service. 


 

Link to comment
Share on other sites

On 8/1/2025 at 6:35 AM, RadWebHosting said:

Here's an entry that's working in our dev install:

 

    {
        "extensions": ".app,.boo,.dad,.dev,.esq,.foo,.here,.how,.ing,.meme,.mov,.new,.nexus,.page,.phd,.prof,.rsvp,.soy,.zip",
        "uri": "https://pubapi.registry.google/rdap/domains?name=",
        "available": "Not Found"
    },

 

That works for Google Registry TLDs, because they support RDAP Domain Search. 

The same can't be said about Amazon Registry TLDs, like .now. .now RDAP server also doesn't allow unauthenticated domain search, and while whois.nic.now still resolves, it no longer answers WHOIS queries. 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated