Loading...
Loading...
{
"latency": 77,
"ipAddresses": [
"172.67.168.181",
"104.21.79.23",
"2606:4700:3030::ac43:a8b5",
"2606:4700:3037::6815:4f17"
],
"dns": {
"NS": [
"cesar.ns.cloudflare.com.",
"margot.ns.cloudflare.com."
],
"A": [
"172.67.168.181",
"104.21.79.23"
],
"AAAA": [
"2606:4700:3030::ac43:a8b5",
"2606:4700:3037::6815:4f17"
],
"TXT": [
"facebook-domain-verification=kbs469bkzr9p32wfam59dkyiruc2nz",
"google-site-verification=CtL3IARYk3_3T1BJFghYrPR5JfIvaTMNzLY13cyVUQE",
"j1ogeh410bshfvjs5lhf3ctgpf",
"kh4tthkk047x4j0vjtfvykygccb0hgd3",
"v=spf1 include:_spf.google.com ~all"
]
}
}
[
{
"url": "https://epicalabs.com",
"technologies": [
{
"slug": "tailwind-css",
"name": "Tailwind CSS",
"icon": "tailwindcss.svg",
"versions": [],
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"name": "UI frameworks"
}
],
"confirmedAt": 1724753576
},
{
"slug": "cloudflare-browser-insights",
"name": "Cloudflare Browser Insights",
"icon": "CloudFlare.svg",
"versions": [],
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
},
{
"id": 78,
"slug": "rum",
"name": "RUM"
}
],
"confirmedAt": 1724753576
},
{
"slug": "netlify",
"name": "Netlify",
"icon": "Netlify.svg",
"versions": [],
"categories": [
{
"id": 62,
"slug": "paas",
"name": "PaaS"
},
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
],
"confirmedAt": 1724753576
},
{
"slug": "hsts",
"name": "HSTS",
"icon": "default.svg",
"versions": [],
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
],
"confirmedAt": 1724753576
},
{
"slug": "cloudflare",
"name": "Cloudflare",
"icon": "CloudFlare.svg",
"versions": [],
"categories": [
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
],
"confirmedAt": 1724753576
},
{
"slug": "http-3",
"name": "HTTP/3",
"icon": "HTTP3.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724753576
}
]
}
]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page not found</title>
<style>
:root {
--colorRgbFacetsTeal600: 2 128 125;
--colorTealAction: var(--colorRgbFacetsTeal600);
--colorRgbFacetsNeutralLight200: 233 235 237;
--colorHr: var(--colorRgbFacetsNeutralLight200);
--colorRgbFacetsNeutralLight700: 53 58 62;
--colorGrayDarkest: var(--colorRgbFacetsNeutralLight700);
--colorGrayLighter: var(--colorRgbFacetsNeutralLight200);
--colorText: var(--colorGrayDarkest);
--effectShadowLightShallow: 0 1px 10px 0 rgb(53 58 62 / 6%),
0 2px 4px 0 rgb(53 58 62 / 8%);
--colorRgbFacetsNeutralDark900: 6 11 16;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol";
background: white;
overflow: hidden;
margin: 0;
padding: 0;
line-height: 1.5;
color: rgb(var(--colorText));
}
@media (prefers-color-scheme: dark) {
body {
background: rgb(var(--colorRgbFacetsNeutralDark900));
}
}
h1 {
margin: 0;
font-size: 1.375rem;
line-height: 1;
}
h1 + p {
margin-top: 8px;
}
.main {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
}
.card {
position: relative;
width: 75%;
max-width: 364px;
padding: 24px;
background: white;
border-radius: 8px;
box-shadow: var(--effectShadowLightShallow);
border: 1px solid rgb(var(--colorGrayLighter));
}
a {
margin: 0;
font-weight: 600;
color: rgb(var(--colorTealAction));
text-decoration-skip-ink: all;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
text-decoration-color: rgb(var(--colorTealAction) / 0.5);
transition: text-decoration-color 0.15s ease-in-out;
}
a:hover,
a:focus-visible {
text-decoration-color: rgb(var(--colorTealAction));
}
p:last-of-type {
margin-bottom: 0;
}
hr {
border: 0;
height: 1px;
background: rgb(var(--colorHr));
margin-top: 16px;
margin-bottom: 16px;
}
.your-site {
font-size: 0.875rem;
}
</style>
</head>
<body>
<div class="main">
<div class="card">
<h1>Page not found</h1>
<p>
Looks like you’ve followed a broken link or entered a URL that doesn’t
exist on this site.
</p>
<hr />
<p class="your-site">
If this is your site, and you weren’t expecting a 404 for this path,
please visit Netlify’s
<a
href="https://answers.netlify.com/t/support-guide-i-ve-deployed-my-site-but-i-still-see-page-not-found/125?utm_source=404page&utm_campaign=community_tracking"
>“page not found” support guide</a
>
for troubleshooting tips.
</p>
</div>
</div>
</body>
</html>
{
"error": false,
"result": {
"success": true,
"ogTitle": "Epica Labs | AI Solutions for Business",
"ogLocale": "en",
"favicon": "/favicon.ico",
"charset": "utf-8",
"requestUrl": "https://epicalabs.com"
},
"response": {}
}
{
"status": 200,
"statusText": "",
"headers": {
"age": "0",
"alt-svc": "h3=\":443\"; ma=86400",
"cache-control": "public,max-age=0,must-revalidate",
"cache-status": "\"Netlify Edge\"; fwd=miss",
"cf-cache-status": "DYNAMIC",
"cf-ray": "90e70bce6d23f28b-IAD",
"connection": "keep-alive",
"content-encoding": "br",
"content-type": "text/html; charset=UTF-8",
"date": "Fri, 07 Feb 2025 23:09:10 GMT",
"nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}",
"report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=usjItZhh8BDNf8DGRMIM1C50Dsu9KkL3CGw82DCc1%2FbLzCnlFDZLBsSq8iukMBHomWJ8SdzUV9SqLPQX7uWG1Zmcv8reA2G5jmipADy%2FJltsqq%2FYG0%2Bj5ysRmfZPFTrv\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
"server": "cloudflare",
"server-timing": "cfL4;desc=\"?proto=TCP&rtt=725&min_rtt=722&rtt_var=277&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3559&recv_bytes=784&delivery_rate=5493975&cwnd=182&unsent_bytes=0&cid=c39bf306c79e78df&ts=202&x=0\"",
"strict-transport-security": "max-age=31536000",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"x-nf-request-id": "01JKHAS79KPNJY8EVYFGN005XA"
}
}
{}
{
"data": {
"total": 0,
"personal_emails": 0,
"generic_emails": 0,
"department": {
"executive": 0,
"it": 0,
"finance": 0,
"management": 0,
"sales": 0,
"legal": 0,
"support": 0,
"hr": 0,
"marketing": 0,
"communication": 0,
"education": 0,
"design": 0,
"health": 0,
"operations": 0
},
"seniority": {
"junior": 0,
"senior": 0,
"executive": 0
}
},
"meta": {
"params": {
"domain": "epicalabs.com",
"company": null,
"type": null
}
}
}
{
"whois.verisign-grs.com": {
"Domain Status": [
"clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited",
"clientRenewProhibited https://icann.org/epp#clientRenewProhibited",
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited",
"clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited"
],
"Name Server": [
"CESAR.NS.CLOUDFLARE.COM",
"MARGOT.NS.CLOUDFLARE.COM"
],
"Domain Name": "EPICALABS.COM",
"Registry Domain ID": "2397574368_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.uniregistrar.com",
"Registrar URL": "http://www.uniregistry.com",
"Updated Date": "2024-06-07T14:02:38Z",
"Created Date": "2019-06-01T18:27:46Z",
"Expiry Date": "2025-06-01T18:27:46Z",
"Registrar": "GoDaddy Online Services Cayman Islands Ltd.",
"Registrar IANA ID": "1659",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+1 4805058800",
"DNSSEC": "unsigned",
"URL of the ICANN Whois Inaccuracy Complaint Form": "https://www.icann.org/wicf/",
">>> Last update of whois database": "2025-02-07T23:08:57Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp",
"",
"NOTICE: The expiration date displayed in this record is the date the",
"registrar's sponsorship of the domain name registration in the registry is",
"currently set to expire. This date does not necessarily reflect the expiration",
"date of the domain name registrant's agreement with the sponsoring",
"registrar. Users may consult the sponsoring registrar's Whois database to",
"view the registrar's reported date of expiration for this registration.",
"",
"TERMS OF USE: You are not authorized to access or query our Whois",
"database through the use of electronic processes that are high-volume and",
"automated except as reasonably necessary to register domain names or",
"modify existing registrations; the Data in VeriSign Global Registry",
"Services' (\"VeriSign\") Whois database is provided by VeriSign for",
"information purposes only, and to assist persons in obtaining information",
"about or related to a domain name registration record. VeriSign does not",
"guarantee its accuracy. By submitting a Whois query, you agree to abide",
"by the following terms of use: You agree that you may use this Data only",
"for lawful purposes and that under no circumstances will you use this Data",
"to: (1) allow, enable, or otherwise support the transmission of mass",
"unsolicited, commercial advertising or solicitations via e-mail, telephone,",
"or facsimile; or (2) enable high volume, automated, electronic processes",
"that apply to VeriSign (or its computer systems). The compilation,",
"repackaging, dissemination or other use of this Data is expressly",
"prohibited without the prior written consent of VeriSign. You agree not to",
"use electronic processes that are automated and high-volume to access or",
"query the Whois database except as reasonably necessary to register",
"domain names or modify existing registrations. VeriSign reserves the right",
"to restrict your access to the Whois database in its sole discretion to ensure",
"operational stability. VeriSign may restrict or terminate your access to the",
"Whois database for failure to abide by these terms of use. VeriSign",
"reserves the right to modify these terms at any time.",
"",
"The Registry database contains ONLY .COM, .NET, .EDU domains and",
"Registrars."
]
},
"whois.uniregistrar.com": {
"Domain Status": [],
"Name Server": [],
"Rate limit exceeded. Try again after": "9s",
"text": [
""
]
}
}