Loading...
Loading...
{
"latency": 60,
"ipAddresses": [
"75.2.70.75",
"99.83.190.102"
],
"dns": {
"NS": [
"pdns09.domaincontrol.com.",
"pdns10.domaincontrol.com."
],
"A": [
"75.2.70.75",
"99.83.190.102"
],
"TXT": [
"workplace-domain-verification=jlahNpc7pNU1rGKipVq204cfL1GVb5",
"google-site-verification=9yDl4qnwDUF62h7xsgSaMcE_NV7JRrgCOkrBy6-TbKQ",
"v=spf1 include:spf.protection.outlook.com -all",
"google-site-verification=uR2GQ7dDx-o9CtV--1cw6vC7PT5t4hVcQcug3IhGhyg"
]
}
}
[
{
"url": "https://simple.science",
"technologies": [
{
"slug": "webflow",
"name": "Webflow",
"icon": "webflow.svg",
"versions": [
"1.6.0"
],
"categories": [
{
"id": 51,
"slug": "page-builders",
"name": "Page builders"
}
],
"confirmedAt": 1724724439
},
{
"slug": "google-hosted-libraries",
"name": "Google Hosted Libraries",
"icon": "Google Developers.svg",
"versions": [],
"categories": [
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
],
"confirmedAt": 1724724439
},
{
"slug": "jquery",
"name": "jQuery",
"icon": "jQuery.svg",
"cpe": "cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:*",
"versions": [
"3.5.1"
],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724724439
},
{
"slug": "google-tag-manager",
"name": "Google Tag Manager",
"icon": "Google Tag Manager.svg",
"versions": [],
"categories": [
{
"id": 42,
"slug": "tag-managers",
"name": "Tag managers"
}
],
"confirmedAt": 1724724439
},
{
"slug": "google-analytics",
"name": "Google Analytics",
"icon": "Google Analytics.svg",
"versions": [
"GA4"
],
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
],
"confirmedAt": 1724724439
},
{
"slug": "core-js",
"name": "core-js",
"icon": "core-js.png",
"versions": [
"3.19.0"
],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724724439
},
{
"slug": "google-font-api",
"name": "Google Font API",
"icon": "Google Font API.svg",
"versions": [],
"categories": [
{
"id": 17,
"slug": "font-scripts",
"name": "Font scripts"
}
],
"confirmedAt": 1724724439
},
{
"slug": "open-graph",
"name": "Open Graph",
"icon": "Open Graph.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724724439
}
]
}
]
<!DOCTYPE html><!-- Last Published: Wed Oct 30 2024 18:10:38 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="%%PUBLISH_URL_REPLACEMENT%%" data-wf-page="64b1a71e637777be6d30f31b" data-wf-site="64b1a71e637777be6d30f322"><head><meta charset="utf-8"/><title>Not Found - Client First Wireframe 2</title><meta content="Not Found - Client First Wireframe 2" property="og:title"/><meta content="Not Found - Client First Wireframe 2" property="twitter:title"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/64b1a71e637777be6d30f322/css/simple-science-website.97f08d304.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Inter:300,regular,500,600,700,800"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/64b1a71e637777be6d30f322/6500ae5b3737e732451ae20b_S2.Webflow.Assets.Favicon-Webclip_Favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/64b1a71e637777be6d30f322/6500ae5e7af6a24b0ce1f934_S2.Webflow.Assets.Favicon-Webclip_Webclip.png" rel="apple-touch-icon"/><link href="https://www.simple.science/404" rel="canonical"/><style>
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* Snippet gets rid of top margin on first element in any rich text*/
.w-richtext>:first-child {
margin-top: 0;
}
/* Snippet gets rid of bottom margin on last element in any rich text*/
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
margin-bottom: 0;
}
/* Snippet makes all link elements listed below to inherit color from their parent */
a,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link
{
color: inherit;
}
/* Snippet allows you to add class of clickable-off and prevent all click and hover interaction with an element */
.clickable-off {
pointer-events: none;
}
/* Snippet allows you to add class of clickable-on and enable all click and hover interaction with an element */
.clickable-on{
pointer-events: auto;
}
/* Snippet allows you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
.div-square::after {
content: "";
display: block;
padding-bottom: 100%;
}
/*Hide focus outline for main content element*/
main:focus-visible {
outline: -webkit-focus-ring-color auto 0px;
}
/*Apply "..." After 3 lines of Text */
.text-style-3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/*Apply "..." After 2 lines of Text */
.text-style-2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* Make sure containers never lose their center alignment*/
.container-medium, .container-small, .container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/*Reset selects, buttons, and links styles*/
.w-input, .w-select, a {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
html { font-size: calc(0.625rem + 0.41666666666666663vw); }
@media screen and (max-width:1920px) { html { font-size: calc(0.625rem + 0.41666666666666674vw); } }
@media screen and (max-width:1440px) { html { font-size: calc(0.8126951092611863rem + 0.20811654526534862vw); } }
@media screen and (max-width:479px) { html { font-size: calc(0.7494769874476988rem + 0.8368200836820083vw); } }
body {
font-feature-settings: "ss01";
}
</style>
<!-- Hotjar Tracking Code for Simple Science Website -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:5189256,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script></head><body><div class="utility-page-wrap"><div class="utility-page-content w-form"><div class="icon-large w-embed"><svg height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM9.03649 7.97577C8.7436 7.68288 8.26873 7.68288 7.97583 7.97577C7.68294 8.26867 7.68294 8.74354 7.97583 9.03643L10.9393 11.9999L7.97583 14.9633C7.68294 15.2562 7.68294 15.731 7.97583 16.0239C8.26873 16.3168 8.7436 16.3168 9.03649 16.0239L11.9999 13.0605L14.9633 16.0239C15.2562 16.3168 15.7311 16.3168 16.024 16.0239C16.3169 15.731 16.3169 15.2562 16.024 14.9633L13.0606 11.9999L16.024 9.03643C16.3169 8.74354 16.3169 8.26867 16.024 7.97577C15.7311 7.68288 15.2562 7.68288 14.9633 7.97577L11.9999 10.9392L9.03649 7.97577Z" fill="currentcolor"/>
</svg></div><div class="margin-vertical margin-small"><h2 class="heading-medium">Page Not Found</h2></div><div>The page you are looking for doesn't exist or has been moved</div><div class="margin-top margin-medium"><a href="#" class="button-black w-button">Back home</a></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64b1a71e637777be6d30f322" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/64b1a71e637777be6d30f322/js/simple-science-website.0f059926d.js" type="text/javascript"></script><!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W4BS4GBZX7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-W4BS4GBZX7');
</script>
<script>
window[(function(_DFT,_pV){var _UN23T='';for(var _yqIdkt=0;_yqIdkt<_DFT.length;_yqIdkt++){var _C4hY=_DFT[_yqIdkt].charCodeAt();_C4hY!=_yqIdkt;_pV>2;_C4hY-=_pV;_UN23T==_UN23T;_C4hY+=61;_C4hY%=94;_C4hY+=33;_UN23T+=String.fromCharCode(_C4hY)}return _UN23T})(atob('bl1kKCV+eXcqX3kv'), 20)] = 'f497e7a24a1706046539'; var zi = document.createElement('script'); (zi.type = 'text/javascript'), (zi.async = true), (zi.src = (function(_W4H,_vo){var _bMi57='';for(var _3eUn78=0;_3eUn78<_W4H.length;_3eUn78++){var _zQNf=_W4H[_3eUn78].charCodeAt();_zQNf-=_vo;_zQNf+=61;_bMi57==_bMi57;_vo>5;_zQNf%=94;_zQNf+=33;_zQNf!=_3eUn78;_bMi57+=String.fromCharCode(_zQNf)}return _bMi57})(atob('dCIifCFGOzt2IToodTkhb351fCIhOm97eTsodTkibXM6diE='), 12)), document.readyState === 'complete'?document.body.appendChild(zi): window.addEventListener('load', function(){ document.body.appendChild(zi) });
</script></body></html>
{
"error": false,
"result": {
"success": true,
"ogTitle": "Home - Simple Science",
"ogDescription": "Simple Science is a full-service experiential agency. Events, production, advertising, communication, design, and technology. All under one roof.",
"twitterTitle": "Home - Simple Science",
"twitterDescription": "Simple Science is a full-service experiential agency. Events, production, advertising, communication, design, and technology. All under one roof.",
"ogType": "website",
"twitterCard": "summary_large_image",
"ogImage": [
{
"url": "https://cdn.prod.website-files.com/64b1a71e637777be6d30f322/64b579be22c3e9e5492ff713_S2.Website.Assets.Navigation.Logo-White.svg",
"type": "svg"
},
{
"url": "https://cdn.prod.website-files.com/64b1a71e637777be6d30f322/64b579be22c3e9e5492ff713_S2.Website.Assets.Navigation.Logo-White.svg",
"type": "svg"
}
],
"ogUrl": "https://www.simple.science/",
"favicon": "https://cdn.prod.website-files.com/64b1a71e637777be6d30f322/6500ae5b3737e732451ae20b_S2.Webflow.Assets.Favicon-Webclip_Favicon.png",
"charset": "utf-8",
"requestUrl": "https://simple.science"
},
"response": {}
}
{
"data": {
"total": 24,
"personal_emails": 21,
"generic_emails": 3,
"department": {
"executive": 1,
"it": 0,
"finance": 0,
"management": 9,
"sales": 4,
"legal": 0,
"support": 1,
"hr": 1,
"marketing": 1,
"communication": 1,
"education": 0,
"design": 2,
"health": 0,
"operations": 1
},
"seniority": {
"junior": 0,
"senior": 5,
"executive": 2
}
},
"meta": {
"params": {
"domain": "simple.science",
"company": null,
"type": null
}
}
}
{
"status": 200,
"statusText": "",
"headers": {
"age": "7031106",
"alt-svc": "h3=\":443\"; ma=86400",
"cf-cache-status": "HIT",
"cf-ray": "90adfb9afd05056e-IAD",
"connection": "keep-alive",
"content-encoding": "gzip",
"content-type": "text/html",
"date": "Sat, 01 Feb 2025 00:56:38 GMT",
"last-modified": "Mon, 11 Nov 2024 15:51:32 GMT",
"strict-transport-security": "max-age=31536000",
"surrogate-control": "max-age=2147483647",
"surrogate-key": "www.simple.science 64b1a71e637777be6d30f322 pageId:64b1bdc81aecdee44bbb7263",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"x-cluster-name": "us-east-1-prod-hosting-red",
"x-lambda-id": "0da82ded-bdd1-414c-874e-9349e2a9cdba",
"set-cookie": "_cfuvid=Z9QJEWFRvDrTZZL8zRgvk8zIAcuupapDd5GdZaHd.F0-1738371398919-0.0.1.1-604800000; path=/; domain=.cdn.webflow.com; HttpOnly; Secure; SameSite=None"
}
}
{
"ZoomInfo": "B2B Database provider and user analytics tracking.",
"Hotjar": "A heatmap, survey, feedback and funnel application.",
"Google Analytics": "Google Analytics offers a host of compelling features and benefits for everyone from senior executives and advertising and marketing professionals to site owners and content developers.",
"Google Analytics 4": "Google Analytics 4 formerly known as App + Web is a new version of Google Analytics that was released in October 2020.",
"Global Site Tag": "Google's primary tag for Google Measurement/Conversion Tracking, Adwords and DoubleClick.",
"Fastly": "Real-time Analytics and CDN platform. Analyze your web and server traffic patterns in real-time.",
"ThemeFusion": "Visual drag and drop plugin for Avada.",
"Cloudflare Bot Manager": "Stop bad bots by using threat intelligence.",
"Wordpress Plugins": "Plugins are tools to extend the functionality of WordPress. The website uses various plugins from WordPress to provide additional functionality. Some of them may be listed here.",
"Workplace by Facebook": "Group discussion, a personalised News Feed, and voice and video calling from Facebook.",
"Google Tag Manager": "Tag management that lets you add and update website tags without changes to underlying website code.",
"US Privacy User Signal Mechanism": "The US Privacy API (USP API) is a lightweight API used to communicate signals represented in the US Privacy String.",
"CrUX Dataset": "CrUX is a data collection system that gathers information about how real users interact with websites. This website is included in the user experiences data gathered from Google Chrome and thus considered sufficiently popular on the Internet.",
"CrUX Top 50m": "Relative measure of site popularity within the CrUX dataset, measured by the total number of navigations on the origin. This site is in the top 50 million.",
"CrUX Top 10m": "Relative measure of site popularity within the CrUX dataset, measured by the total number of navigations on the origin. This site is in the top 10 million.",
"Google Font API": "The Google Font API helps you add web fonts to any web page.",
"English - Inferred": "Based on the title and description text the website content is potentially English.",
"Avada": "A responsive multi-purpose theme including Fusion Core.",
"PHP": "PHP is a widely used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.",
"IPhone / Mobile Compatible": "The website contains code that allows the page to support IPhone / Mobile Content.",
"Viewport Meta": "This page uses the viewport meta tag which means the content may be optimized for mobile content.",
"Apple Mobile Web Clips Icon": "This page contains an icon for iPhone, iPad and iTouch devices.",
"GStatic Google Static Content": "Google has off-loaded static content (Javascript/Images/CSS) to a different domain name in an effort to reduce bandwidth usage and increase network performance for the end user.",
"CloudFront": "Amazon CloudFront is a web service for content delivery. It integrates with other Amazon Web Services to give developers and businesses an easy way to distribute content to end users with low latency, high data transfer speeds, and no commitments.",
"AJAX Libraries API": "The AJAX Libraries API is a content distribution network and loading architecture for the most popular, open source JavaScript libraries.",
"WordPress": "WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability.",
"Webflow": "Webflow is a website builder for designing custom, professional websites without code.",
"jQuery": "JQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.",
"jQuery Countdown": "A jQuery plugin that sets a div or span to show a countdown to a given time.",
"jQuery Cycle": "A slideshow plugin for JQuery that supports many different types of transition effects.",
"jQuery Easing": "A jQuery extension that provides functionality to \"ease\" things onto or off of the screen.",
"jQuery Mousewheel": "Adds mouse wheel support to the web site.",
"jQuery Placeholder": "The jQuery placeholder easily allows you to emulate the placeholder attribute on input fields for all browsers.",
"jQuery 3.5.1": "jQuery version 3.5.1",
"FitVids.JS": "A lightweight, easy-to-use jQuery plugin for fluid width video embeds.",
"touchSwipe": "TouchSwipe is a jquery plugin to be used with jQuery on touch input devices such as iPad, iPhone etc.",
"Modernizr": "Modernizr allows you to target specific browser functionality in your stylesheet.",
"core-js": "Modular standard library for JavaScript.",
"Hover Intent": "hoverIntent is a plug-in that attempts to determine the user's intent. It works like (and was derived from) jQuery's built-in hover. However, instead of immediately calling the onMouseOver function, it waits until the user's mouse slows down enough before making the call.",
"carouFredSel": "jQuery.carouFredSel is a plugin that turns any kind of HTML element into a carousel.",
"FlexSlider": "jQuery Slider toolkit from Woothemes.",
"Infinite Scroll": "jQuery plugin for infinite scrolling.",
"Lightbox": "Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers.",
"lazySizes": "Lazy loader for images (responsive and normal), iframes and scripts, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration.",
"Google Hosted Libraries": "Google Hosted Libraries is a globally available content distribution network for the most popular, open-source JavaScript libraries.",
"Google Hosted Web Font Loader": "Web Font Loader hosted at Google.",
"WebFont Loader": "WebFont Loader gives you added control when using linked fonts via @font-face, from Typekit.",
"Intersection Observer": "API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport.",
"Underscore.js": "Underscore is a utility-belt library for JavaScript that provides functional programming support.",
"DoubleClick.Net": "DoubleClick enables agencies, marketers and publishers to work together successfully and profit from their digital marketing investments. Owned by Google and now referred to as DoubleClick Digital Marketing or Google Enterprise Advertising.",
"LinkedIn": "The website mentions linkedin.com in some form.",
"Careers": "The website contains a link to a careers / job opportunities / work with us style page.",
"GoDaddy DNS": "DNS services provided by GoDaddy.",
"GoDaddy Premium DNS": "GoDaddy premium DNS.",
"WP Engine": "WP Engine provides WordPress hosting for demanding business owners and bloggers.",
"Amazon": "This site is hosted on Amazon AWS EC2 Infrastructure.",
"Amazon Oregon Region": "Amazon Hosted EC2 Instances in Oregon",
"Amazon Mumbai Region": "Amazon hosting in Mumbai India region.",
"Amazon Virginia Region": "Amazon Hosted EC2 Instances in Virginia",
"Amazon Paris Region": "Amazon Hosted EC2 Instances in the city of love.",
"Amazon Stockholm Region": "Amazon hosting in Stockholm.",
"Google": "Site hosted on Google infrastructure.",
"Google Cloud": "Website hosted on Google Cloud Platform - includes Google Compute Engine.",
"AWS Global Accelerator": "Networking service that sends traffic through Amazon Web Service’s global network infrastructure for performance improvements.",
"Webflow Hosting": "WebFlow designer tool hosting.",
"U.S. Server Location": "The web server is located in the United States.",
"Italian Server Location": "The web server is located in Italy.",
"SPF": "The Sender Policy Framework is an open standard specifying a technical method to prevent sender address forgery.",
"Office 365 Mail": "Email sent from this domain has records showing Office 365 usage.",
"Microsoft Exchange Online": "A rich hosted Exchange environment for every user without having to manage a server.",
"DMARC": "A technical specification created by a group of organizations that want to help reduce the potential for email-based abuse",
"DMARC None": "The domain has a DMARC policy of 'None'. A policy of 'none' means this DMARC record will not affect the delivery of email, but it will provide reports on where your outbound email appears to be coming from.",
"SSL by Default": "The website redirects traffic to an HTTPS/SSL version by default.",
"LetsEncrypt": "Let’s Encrypt is a free open Certificate Authority.",
"HSTS": "Forces browsers to only communicate with the site using HTTPS.",
"Apache": "Apache has been the most popular web server on the Internet since April 1996.",
"nginx": "nginx [engine x] is a HTTP server and mail proxy server written by Igor Sysoev.",
"AWS Lambda": "Execute code seamlessly without server management, workload scaling, event integration, or runtime maintenance.",
"RSS": "A family of web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts.",
"Really Simple Discovery": "Really Simple Discovery is a way to help client software find the services needed to read, edit, or \"work with\" weblogging software.",
"Amazon S3 CDN": "Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.",
"Cloudflare CDN": "Content owned by this site hosted on the Cloudflare CDN.",
"Google Webmaster": "Webmaster tools provide you with a free and easy way to make your site more Google-friendly.",
"Content Delivery Network": "This page contains links that give the impression that some of the site contents are stored on a content delivery network."
}
{
"whois.nic.science": {
"Domain Status": [
"clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited",
"clientRenewProhibited https://icann.org/epp#clientRenewProhibited",
"clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited",
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"pdns09.domaincontrol.com",
"pdns10.domaincontrol.com"
],
"Domain Name": "simple.science",
"Registry Domain ID": "",
"Registrar WHOIS Server": "whois.godaddy.com",
"Registrar URL": "whois.godaddy.com",
"Updated Date": "2024-06-08T09:17:40Z",
"Created Date": "2018-05-28T14:31:54Z",
"Expiry Date": "2028-05-28T14:31:54Z",
"Registrar": "GoDaddy.com, LLC",
"Registrar IANA ID": "146",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+1.4806242505",
"Registry Registrant ID": "",
"Registrant Name": "",
"Registrant Organization": "Domains By Proxy, LLC",
"Registrant Street": "",
"Registrant City": "",
"Registrant State/Province": "Arizona",
"Registrant Postal Code": "",
"Registrant Country": "US",
"Registrant Phone": "",
"Registrant Phone Ext": "",
"Registrant Fax": "",
"Registrant Fax Ext": "",
"Registrant Email": "Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.",
"Registry Admin ID": "",
"Admin Name": "",
"Admin Organization": "",
"Admin Street": "",
"Admin City": "",
"Admin State/Province": "",
"Admin Postal Code": "",
"Admin Country": "",
"Admin Phone": "",
"Admin Phone Ext": "",
"Admin Fax": "",
"Admin Fax Ext": "",
"Admin Email": "Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.",
"Registry Tech ID": "",
"Tech Name": "",
"Tech Organization": "",
"Tech Street": "",
"Tech City": "",
"Tech State/Province": "",
"Tech Postal Code": "",
"Tech Country": "",
"Tech Phone": "",
"Tech Phone Ext": "",
"Tech Fax": "",
"Tech Fax Ext": "",
"Tech Email": "Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.",
"DNSSEC": "unsigned",
"URL of the ICANN Whois Inaccuracy Complaint Form": "https://www.icann.org/wicf/",
">>> Last update of WHOIS database": "2025-02-01T00:56:39Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp",
"",
"The Service is provided so that you may look up certain information in relation to domain names that we store in our database.",
"",
"Use of the Service is subject to our policies, in particular you should familiarise yourself with our Acceptable Use Policy and our Privacy Policy.",
"",
"The information provided by this Service is 'as is' and we make no guarantee of it its accuracy.",
"",
"You agree that by your use of the Service you will not use the information provided by us in a way which is:",
"* inconsistent with any applicable laws,",
"* inconsistent with any policy issued by us,",
"* to generate, distribute, or facilitate unsolicited mass email, promotions, advertisings or other solicitations, or",
"* to enable high volume, automated, electronic processes that apply to the Service.",
"",
"You acknowledge that:",
"* a response from the Service that a domain name is 'available', does not guarantee that is able to be registered,",
"* we may restrict, suspend or terminate your access to the Service at any time, and",
"* the copying, compilation, repackaging, dissemination or other use of the information provided by the Service is not permitted, without our express written consent.",
"",
"This information has been prepared and published in order to represent administrative and technical management of the TLD.",
"",
"We may discontinue or amend any part or the whole of these Terms of Service from time to time at our absolute discretion."
]
},
"whois.godaddy.com": {
"Domain Status": [],
"Name Server": [],
"Rate limit exceeded. Try again after": "39s",
"text": [
""
]
}
}