Free API to Check Age of Domain

By XiaoXin
A Bit Randomly

To implement rate limiting with LiteSpeed Web Server, you can use the rate_limit directive in the server or virtual host configuration file. This directive allows you to specify a rate limit for requests to your server, an... Read How To Implement Rate Limiting With LiteSpeed Web Server?

Main Contents

Free API to Check Age of Domain

Check domain age as days:

https://ipty.de/domage/api.php?domain=tan.how

return 142 as days

Check years, days, and full days as total days of age, TLD.

https://ipty.de/domage/api.php?domain=tan.how&mode=full

{
    "result": {
        "creation": {
            "years": 0,
            "days": 142,
            "fulldays": 142,
            "classification": "TEEN",
            "field": "/Creation Date: /",
            "date": "2022-06-30T22:58:12Z"
        },
        "input": "tan.how",
        "tld": "how",
        "mysticowner": false,
        "whoisdata": "\"Domain Name: tan.how\\nRegistry Domain ID: 49528CE27-HOW\\nRegistrar WHOIS Server: whois.enom.com\\nRegistrar URL: http:\\/\\/www.enom.com\\nUpdated Date: 2022-07-18T18:44:09Z\\nCreation Date: 2022-06-30T22:58:12Z\\nRegistry Expiry Date: 2023-06-30T22:58:12Z\\nRegistrar: eNom, Inc.\\nRegistrar IANA ID: 48\\nRegistrar Abuse Contact Email: [email protected]\\nRegistrar Abuse Contact Phone: +1.8556000886\\nDomain Status: clientTransferProhibited https:\\/\\/icann.org\\/epp#clientTransferProhibited\\nRegistry Registrant ID: REDACTED FOR PRIVACY\\nRegistrant Name: REDACTED FOR PRIVACY\\nRegistrant Organization: Data Protected\\nRegistrant Street: REDACTED FOR PRIVACY\\nRegistrant City: REDACTED FOR PRIVACY\\nRegistrant State\\/Province: Capital Region\\nRegistrant Postal Code: REDACTED FOR PRIVACY\\nRegistrant Country: IS\\nRegistrant Phone: REDACTED FOR PRIVACY\\nRegistrant Fax: REDACTED FOR PRIVACY\\nRegistrant Email: Please query the WHOIS server of the owning registrar identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name. \\nRegistry Admin ID: REDACTED FOR PRIVACY\\nAdmin Name: REDACTED FOR PRIVACY\\nAdmin Organization: REDACTED FOR PRIVACY\\nAdmin Street: REDACTED FOR PRIVACY\\nAdmin City: REDACTED FOR PRIVACY\\nAdmin State\\/Province: REDACTED FOR PRIVACY\\nAdmin Postal Code: REDACTED FOR PRIVACY\\nAdmin Country: REDACTED FOR PRIVACY\\nAdmin Phone: REDACTED FOR PRIVACY\\nAdmin Fax: REDACTED FOR PRIVACY\\nAdmin Email: Please query the WHOIS server of the owning registrar identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name. \\nRegistry Tech ID: REDACTED FOR PRIVACY\\nTech Name: REDACTED FOR PRIVACY\\nTech Organization: REDACTED FOR PRIVACY\\nTech Street: REDACTED FOR PRIVACY\\nTech City: REDACTED FOR PRIVACY\\nTech State\\/Province: REDACTED FOR PRIVACY\\nTech Postal Code: REDACTED FOR PRIVACY\\nTech Country: REDACTED FOR PRIVACY\\nTech Phone: REDACTED FOR PRIVACY\\nTech Fax: REDACTED FOR PRIVACY\\nTech Email: Please query the WHOIS server of the owning registrar identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name. \\nRegistry Billing ID: REDACTED FOR PRIVACY\\nBilling Name: REDACTED FOR PRIVACY\\nBilling Organization: REDACTED FOR PRIVACY\\nBilling Street: REDACTED FOR PRIVACY\\nBilling City: REDACTED FOR PRIVACY\\nBilling State\\/Province: REDACTED FOR PRIVACY\\nBilling Postal Code: REDACTED FOR PRIVACY\\nBilling Country: REDACTED FOR PRIVACY\\nBilling Phone: REDACTED FOR PRIVACY\\nBilling Fax: REDACTED FOR PRIVACY\\nBilling Email: Please query the WHOIS server of the owning registrar identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name. \\nName Server: ali.ns.cloudflare.com\\nName Server: amir.ns.cloudflare.com\\nDNSSEC: unsigned\\nURL of the ICANN Whois Inaccuracy Complaint Form: https:\\/\\/www.icann.org\\/wicf\\/\\n>>> Last update of WHOIS database: 2022-11-20T01:48:17Z <<<\\n\\nFor more information on Whois status codes, please visit https:\\/\\/icann.org\\/epp\\n\\nPlease query the WHOIS server of the owning registrar identified in this\\noutput for information on how to contact the Registrant, Admin, or Tech\\ncontact of the queried domain name.\\n\\nWHOIS information is provided by Charleston Road Registry Inc. (CRR) solely\\nfor query-based, informational purposes. By querying our WHOIS database, you\\nare agreeing to comply with these terms\\n(https:\\/\\/www.registry.google\\/about\\/whois-disclaimer.html) and acknowledge\\nthat your information will be used in accordance with CRR's Privacy Policy\\n(https:\\/\\/www.registry.google\\/about\\/privacy.html), so please read those\\ndocuments carefully.  Any information provided is \\\"as is\\\" without any\\nguarantee of accuracy. You may not use such information to (a) allow,\\nenable, or otherwise support the transmission of mass unsolicited,\\ncommercial advertising or solicitations; (b) enable high volume, automated,\\nelectronic processes that access the systems of CRR or any ICANN-Accredited\\nRegistrar, except as reasonably necessary to register domain names or modify\\nexisting registrations; or (c) engage in or support unlawful behavior. CRR\\nreserves the right to restrict or deny your access to the Whois database,\\nand may modify these terms at any time.\\n\""
    }
}

Home page of API for more information https://ipty.de/domage/

Please Share This Article Thank You!

Install, Update NoteJS To The Newest Or Specify Version In Ubuntu

If you want to install the newest version or update the current to the latest version (current latest features on nodejs.org) of NodeJS run the commands below: curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -...

Enable Disable Hyper-V Windows 10 by Command

Open PowerShell as administrator: Enable Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V&ndash;All Disable Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All Open Command Prompt ...