You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those attributes do not seem to be supported/implemented in the specific parser for these TLDs. You can write a PR to add support for them (or see if there's another better parser to re-use for these TLDs). The main repository here has been abandoned though, so if you do contribute, you may want to submit your PR on my fork which is much more up-to-date: https://github.com/jarthod/whois-parser.
Also for some TLD like .NL you can use RDAP (ruby gem) instead of WHOIS, which uses a structured json API common to all TLDs so it's much more reliable to get such information. But unfortunately not all TLD has an RDAP server yet (.ac.za does not for example).
> RDAP.domain('careless-nederland.nl')['events']# =>[{"eventAction"=>"registration","eventDate"=>"2017-12-09T13:19:09Z"},{"eventAction"=>"last changed","eventDate"=>"2022-02-18T11:41:58Z"},{"eventAction"=>"last update of RDAP database","eventDate"=>"2024-09-07T22:10:34Z"}]
Here are examples I ran in my Ruby console.
Could you point me in the right direction on how to get the Creation Date to return correctly?
The text was updated successfully, but these errors were encountered: