akfoundationindia.com

{
"latency": 238,
"ipAddresses": [
"75.2.60.5"
],
"dns": {
"NS": [
"ns1.dns-parking.com.",
"ns2.dns-parking.com."
],
"A": [
"75.2.60.5"
]
}
}
{
"error": false,
"result": {
"success": true,
"ogTitle": "AK Foundation - Reg. No: 945/2010 | Empowering Lives Through Sports & Annadhanam",
"ogType": "website",
"ogUrl": "https://akfoundationindia.com/",
"ogDescription": "AK Foundation empowers rural sports talent, supports the underprivileged through Annadhanam, and fosters environmental stewardship, moral education, and care for the voiceless. Join us to create lasting impact through our initiatives and programs.",
"ogImage": [
{
"url": "https://akfoundationindia.com/ogimage.jpg",
"type": "jpg"
}
],
"ogLocale": "en-us",
"favicon": "/favicon.jpg",
"charset": "UTF-8",
"requestUrl": "https://akfoundationindia.com"
},
"response": {}
}
{
"Google Font API": "The Google Font API helps you add web fonts to any web page.",
"Font Awesome": "Iconic font and CSS toolkit.",
"Common Crawl": "This website was found in the Common Crawl dataset. Data from this site was probably used to train AI LLMs.",
"CommonCrawl Top 300m": "This website appears in the Common Crawl Page Rank top 300m websites.",
"English - Inferred": "Based on the title and description text the website content is potentially English.",
"Viewport Meta": "This page uses the viewport meta tag which means the content may be optimized for mobile content.",
"IPhone / Mobile Compatible": "The website contains code that allows the page to support IPhone / Mobile Content.",
"CDN JS": "CloudFlare's CDN with popular javascript frameworks available.",
"jsDelivr": "A free CDN where Javascript developers can host their files. Encompasses MaxCDN, and BootstrapCDN.",
"jQuery CDN": "The jQuery Amazon S3 Content Delivery Network",
"Cloudflare JS": "Loads content from Cloudflare CDN.",
"Hugo": "A flexible static site generator.",
"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 3.6.0": "jQuery version 3.6.0",
"Members Page": "The website contains a link to a members page or a members portal type or a membership page.",
"Facebook": "The website mentions facebook.com in some form.",
"LinkedIn": "The website mentions linkedin.com in some form.",
"Twitter": "The website mentions twitter.com in some form.",
"Instagram": "The website mentions Instagram in some form.",
"Netlify": "Netlify is a platform that automates your code to create web sites.",
"Cloudflare Hosting": "Supercharged web hosting service.",
"U.S. Server Location": "The web server is located in the United States.",
"AWS Global Accelerator": "Networking service that sends traffic through Amazon Web Service’s global network infrastructure for performance improvements.",
"Amazon": "This site is hosted on Amazon AWS EC2 Infrastructure.",
"Amazon Virginia Region": "Amazon Hosted EC2 Instances in Virginia",
"Amazon Sydney Region": "Amazon Hosted EC2 Instances in Sydney",
"Amazon Frankfurt Region": "Amazon Hosted EC2 Instances in Frankfurt, Germany.",
"Edge Network": "The website has two or more IP addresses associated with it.",
"SPF": "The Sender Policy Framework is an open standard specifying a technical method to prevent sender address forgery.",
"DMARC": "A technical specification created by a group of organizations that want to help reduce the potential for email-based abuse",
"Cloudflare DNS": "DNS services provided by Cloudflare.",
"DNSSEC": "DNSSEC strengthens DNS authentication by using digital signatures based on public key cryptography.",
"Hostinger DNS": "DNS hosting at Hostinger.",
"SSL by Default": "The website redirects traffic to an HTTPS/SSL version by default.",
"HSTS": "Forces browsers to only communicate with the site using HTTPS.",
"LetsEncrypt": "Let’s Encrypt is a free open Certificate Authority.",
"IPv6": "The website has an IPv6 record.",
"Amazon S3 CDN": "Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.",
"Content Delivery Network": "This page contains links that give the impression that some of the site contents are stored on a content delivery network."
}
{
"message": "Too Many Requests"
}
{
"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": "akfoundationindia.com",
"company": null,
"type": null
}
}
}
<!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>

{
"whois.verisign-grs.com": {
"Domain Status": [
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"NS1.DNS-PARKING.COM",
"NS2.DNS-PARKING.COM"
],
"Domain Name": "AKFOUNDATIONINDIA.COM",
"Registry Domain ID": "1776543071_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.hostinger.com",
"Registrar URL": "http://www.hostinger.com",
"Updated Date": "2024-11-13T14:08:13Z",
"Created Date": "2013-01-27T13:22:58Z",
"Expiry Date": "2026-01-27T13:22:58Z",
"Registrar": "HOSTINGER operations, UAB",
"Registrar IANA ID": "1636",
"Registrar Abuse Contact Email": "abuse-tracker@hostinger.com",
"Registrar Abuse Contact Phone": "+37064503378",
"DNSSEC": "unsigned",
"URL of the ICANN Whois Inaccuracy Complaint Form": "https://www.icann.org/wicf/",
">>> Last update of whois database": "2025-03-02T10:41:05Z <<<",
"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.hostinger.com": {
"Domain Status": [
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"ns1.dns-parking.com",
"ns2.dns-parking.com"
],
"Domain Name": "AKFOUNDATIONINDIA.COM",
"Registry Domain ID": "1776543071_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.hostinger.com",
"Registrar URL": "https://www.hostinger.com",
"Updated Date": "2025-01-11T02:15:32Z",
"Created Date": "2013-01-27T13:22:58Z",
"Expiry Date": "2026-01-27T13:22:58Z",
"Registrar": "Hostinger Operations, UAB",
"Registrar IANA ID": "1636",
"Registry Registrant ID": "",
"Registrant Name": "Domain Admin",
"Registrant Organization": "Privacy Protect, LLC (PrivacyProtect.org)",
"Registrant Street": "10 Corporate Drive",
"Registrant City": "Burlington",
"Registrant State/Province": "MA",
"Registrant Postal Code": "01803",
"Registrant Country": "US",
"Registrant Phone": "+1.8022274003",
"Registrant Phone Ext": "",
"Registrant Fax": "",
"Registrant Fax Ext": "",
"Registrant Email": "contact@privacyprotect.org",
"Registry Admin ID": "",
"Admin Name": "Domain Admin",
"Admin Organization": "Privacy Protect, LLC (PrivacyProtect.org)",
"Admin Street": "10 Corporate Drive",
"Admin City": "Burlington",
"Admin State/Province": "MA",
"Admin Postal Code": "01803",
"Admin Country": "US",
"Admin Phone": "+1.8022274003",
"Admin Phone Ext": "",
"Admin Fax": "",
"Admin Fax Ext": "",
"Admin Email": "contact@privacyprotect.org",
"Registry Tech ID": "",
"Tech Name": "Domain Admin",
"Tech Organization": "Privacy Protect, LLC (PrivacyProtect.org)",
"Tech Street": "10 Corporate Drive",
"Tech City": "Burlington",
"Tech State/Province": "MA",
"Tech Postal Code": "01803",
"Tech Country": "US",
"Tech Phone": "+1.8022274003",
"Tech Phone Ext": "",
"Tech Fax": "",
"Tech Fax Ext": "",
"Tech Email": "contact@privacyprotect.org",
"DNSSEC": "Unsigned",
"Registrar Abuse Contact Email": "abuse@hostinger.com",
"Registrar Abuse Contact Phone": "+37064503378",
"URL of the ICANN WHOIS Data Problem Reporting System": "http://wdprs.internic.net/",
">>> Last update of WHOIS database": "2025-03-02T10:41:18Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp",
"",
"Registration Service Provided By: HOSTINGER.IN",
"",
"PRIVACYPROTECT.ORG is providing privacy protection services to this domain name to",
"protect the owner from spam and phishing attacks. PrivacyProtect.org is not",
"responsible for any of the activities associated with this domain name. If you wish",
"to report any abuse concerning the usage of this domain name, you may do so at",
"http://privacyprotect.org/contact. We have a stringent abuse policy and any",
"complaint will be actioned within a short period of time.",
"",
"The data in this whois database is provided to you for information purposes",
"only, that is, to assist you in obtaining information about or related to a",
"domain name registration record. We make this information available \"as is\",",
"and do not guarantee its accuracy. By submitting a whois query, you agree",
"that you will use this data only for lawful purposes and that, under no",
"circumstances will you use this data to:",
"(1) enable high volume, automated, electronic processes that stress or load",
"this whois database system providing you this information; or",
"(2) allow, enable, or otherwise support the transmission of mass unsolicited,",
"commercial advertising or solicitations via direct mail, electronic mail, or",
"by telephone.",
"The compilation, repackaging, dissemination or other use of this data is",
"expressly prohibited without prior written consent from us. The Registrar of",
"record is Hostinger Operations, UAB.",
"We reserve the right to modify these terms at any time.",
"By submitting this query, you agree to abide by these terms."
]
}
}
{
"status": 200,
"statusText": "",
"headers": {
"accept-ranges": "bytes",
"age": "0",
"cache-control": "public,max-age=0,must-revalidate",
"cache-status": "\"Netlify Edge\"; fwd=miss",
"content-encoding": "br",
"content-type": "text/html; charset=UTF-8",
"date": "Sun, 02 Mar 2025 10:41:18 GMT",
"etag": "\"6e6674f68ae6bfe292d383665185908a-ssl-df\"",
"server": "Netlify",
"strict-transport-security": "max-age=31536000",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"x-nf-request-id": "01JNB74BP0WX4492Y7SVCRHSXY"
}
}