Loading...
Loading...
{
"latency": 30,
"ipAddresses": [
"75.2.60.5"
],
"dns": {
"NS": [
"henry.ns.cloudflare.com.",
"kristin.ns.cloudflare.com."
],
"A": [
"75.2.60.5"
],
"TXT": [
"google-site-verification=1QpfPs2Ad4M5TXh7FwZFA35gvpopULOszJzy-q4xkS0",
"google-site-verification=qfk10WRamos2fn-JYr5kn5cev7RObNlNgXxbwuKbsjo",
"google-site-verification=rAoi6k1B7YVnjbEOrYPRbiPF3_KPjJuMQGCvTUjNAIw",
"google-site-verification=sDImNb4RZN3A2pRCXIm9qgglU8gnAJBOHk8rRorGDKc",
"v=spf1 include:_spf.google.com ~all"
]
}
}
[
{
"url": "https://scipy.org",
"technologies": [
{
"slug": "sass",
"name": "Sass",
"versions": [],
"trafficRank": 21,
"confirmedAt": 1725228596,
"icon": "Sass.svg",
"categories": [
{
"id": 27,
"slug": "programming-languages",
"name": "Programming languages"
}
]
},
{
"slug": "bootstrap",
"name": "Bootstrap",
"versions": [],
"trafficRank": 21,
"confirmedAt": 1725228596,
"icon": "Bootstrap.svg",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"name": "UI frameworks"
}
]
},
{
"slug": "cdnjs",
"name": "cdnjs",
"versions": [],
"trafficRank": 21,
"confirmedAt": 1725228596,
"icon": "cdnjs.svg",
"categories": [
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
]
},
{
"slug": "netlify",
"name": "Netlify",
"versions": [],
"trafficRank": 21,
"confirmedAt": 1725228596,
"icon": "Netlify.svg",
"categories": [
{
"id": 62,
"slug": "paas",
"name": "PaaS"
},
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
]
},
{
"slug": "hsts",
"name": "HSTS",
"versions": [],
"trafficRank": 21,
"confirmedAt": 1725228596,
"icon": "default.svg",
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
]
},
{
"slug": "plausible",
"name": "Plausible",
"versions": [],
"trafficRank": 21,
"confirmedAt": 1725228596,
"icon": "Plausible.svg",
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
]
},
{
"slug": "font-awesome",
"name": "Font Awesome",
"versions": [
"6.5.1"
],
"trafficRank": 21,
"confirmedAt": 1725228596,
"icon": "Font Awesome.svg",
"categories": [
{
"id": 17,
"slug": "font-scripts",
"name": "Font scripts"
}
]
},
{
"slug": "cloudflare",
"name": "Cloudflare",
"versions": [],
"trafficRank": 21,
"confirmedAt": 1725228596,
"icon": "CloudFlare.svg",
"categories": [
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
]
}
]
}
]
<!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,
"twitterCard": "summary_large_image",
"twitterTitle": "SciPy",
"twitterDescription": "Fundamental algorithms SciPy provides algorithms for optimization, integration, interpolation, eigenvalue problems, algebraic equations, differential equations, statistics and many other classes of problems. Broadly applicable The algorithms and data structures provided by SciPy are broadly applicable across domains. Foundational Extends NumPy providing additional tools for array computing and provides specialized data structures, such as sparse matrices and k-dimensional trees. Performant SciPy wraps highly-optimized implementations written in low-level languages like Fortran, C, and C++. Enjoy the flexibility of Python with the speed of compiled code. Easy to use SciPy’s high level syntax makes it accessible and productive for programmers from any background or experience level. Open source Distributed under a liberal BSD license, SciPy is developed and maintained publicly on GitHub by a vibrant, responsive, and diverse community.",
"twitterImage": [
{
"url": "https://scipy.scientific-python.org/images/logo.svg"
}
],
"ogTitle": "SciPy - ",
"ogDescription": "Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source.",
"ogLocale": "en",
"favicon": "/images/favicon.ico",
"charset": "UTF-8",
"requestUrl": "https://scipy.org"
},
"response": {}
}
{
"data": {
"total": 5,
"personal_emails": 1,
"generic_emails": 4,
"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": "scipy.org",
"company": null,
"type": null
}
}
}
{
"status": 200,
"statusText": "",
"headers": {
"accept-ranges": "bytes",
"age": "0",
"cache-control": "public,max-age=0,must-revalidate",
"cache-status": "\"Netlify Edge\"; fwd=stale",
"content-encoding": "br",
"content-type": "text/html; charset=UTF-8",
"date": "Wed, 12 Feb 2025 13:13:50 GMT",
"etag": "\"ee29715dcbc317c74edaabc06f2e51a0-ssl-df\"",
"server": "Netlify",
"strict-transport-security": "max-age=31536000",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"x-nf-request-id": "01JKX4PQAC2AGGMJRGDJ4B57J5"
}
}
{
"Algolia": "Algolia's Search API makes it possible to deliver a search experience in your apps & websites.",
"Rocket Chat": "Open Source Web Chat Platform",
"Apple Whitelist": "This website domain is on the Apple TLD whitelist which may potentially mean these domains will appear in autocomplete when looking up URLs on Apple products.",
"Google Font API": "The Google Font API helps you add web fonts to any web page.",
"Font Awesome": "Iconic font and CSS toolkit.",
"Pygments": "Python syntax highlighter.",
"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 1m": "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 1 million.",
"CrUX Top 5m": "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 5 million.",
"Cloudflare Radar": "The website appears on the Cloudflare Radar Top 1m sites list",
"Cloudflare Radar Top 200k": "The website appears in the Cloudflare Radar Top 200,000.",
"English - Inferred": "Based on the title and description text the website content is potentially English.",
"jsDelivr": "A free CDN where Javascript developers can host their files. Encompasses MaxCDN, and BootstrapCDN.",
"CDN JS": "CloudFlare's CDN with popular javascript frameworks available.",
"Cloudflare JS": "Loads content from Cloudflare CDN.",
"jQuery CDN": "The jQuery Amazon S3 Content Delivery Network",
"Cloudflare": "Automatically optimizes the delivery of your web pages so your visitors get the fastest page load times and best performance.",
"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.",
"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",
"Modernizr": "Modernizr allows you to target specific browser functionality in your stylesheet.",
"core-js": "Modular standard library for JavaScript.",
"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.",
"React": "A JavaScript library for building user interfaces from Facebook.",
"GitHub Pages": "This website links or redirects to a GitHub pages site.",
"Twitter": "The website mentions twitter.com in some form.",
"GitHub": "The website mentions github.com in some form.",
"Code of Conduct": "A code of conduct is a set of rules which outline expectations for how people should act and engage with each other. This website mentions code of conduct.",
"Netlify": "Netlify is a platform that automates your code to create web sites.",
"Amazon": "This site is hosted on Amazon AWS EC2 Infrastructure.",
"Amazon Virginia Region": "Amazon Hosted EC2 Instances in Virginia",
"AWS Global Accelerator": "Networking service that sends traffic through Amazon Web Service’s global network infrastructure for performance improvements.",
"U.S. Server Location": "The web server is located in the United States.",
"SPF": "The Sender Policy Framework is an open standard specifying a technical method to prevent sender address forgery.",
"Google Apps for Business": "Web-based email, calendar, and documents for teams. Renamed to Google Apps for Work, but now known as G Suite from Google Cloud.",
"DMARC": "A technical specification created by a group of organizations that want to help reduce the potential for email-based abuse",
"Amazon Route 53": "Amazon's scalable DNS web service system.",
"Cloudflare DNS": "DNS services provided by Cloudflare.",
"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.",
"Apache 2.4": "Apache version 2.4.*",
"Ubuntu": "Ubuntu is a free, Debian derived Linux-based operating system, available with both community and professional support.",
"Content Delivery Network": "This page contains links that give the impression that some of the site contents are stored on a content delivery network.",
"Google Webmaster": "Webmaster tools provide you with a free and easy way to make your site more Google-friendly."
}
{
"whois.pir.org": {
"Domain Status": [
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"henry.ns.cloudflare.com",
"kristin.ns.cloudflare.com"
],
"Domain Name": "scipy.org",
"Registry Domain ID": "076c6a8219844c38800465b4cb3ea5e2-LROR",
"Registrar WHOIS Server": "whois.namecheap.com",
"Registrar URL": "http://www.namecheap.com",
"Updated Date": "2023-01-29T20:34:28Z",
"Created Date": "2000-08-15T05:33:27Z",
"Expiry Date": "2025-08-15T05:33:27Z",
"Registrar": "NameCheap, Inc.",
"Registrar IANA ID": "1068",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+1.6613102107",
"Registry Registrant ID": "",
"Registrant Name": "",
"Registrant Organization": "Privacy service provided by Withheld for Privacy ehf",
"Registrant Street": "",
"Registrant City": "",
"Registrant State/Province": "Capital Region",
"Registrant Postal Code": "",
"Registrant Country": "IS",
"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-12T13:13:51Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp",
"",
"Terms of Use: Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to (a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Identity Digital except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy. The Registrar of Record identified in this output may have an RDDS service that can be queried for additional information on how to contact the Registrant, Admin, or Tech contact of the queried domain name."
]
},
"whois.namecheap.com": {
"Domain Status": [
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited",
"transferPeriod https://icann.org/epp#transferPeriod"
],
"Name Server": [
"henry.ns.cloudflare.com",
"kristin.ns.cloudflare.com"
],
"Domain Name": "scipy.org",
"Registry Domain ID": "076c6a8219844c38800465b4cb3ea5e2-LROR",
"Registrar WHOIS Server": "whois.namecheap.com",
"Registrar URL": "http://www.namecheap.com",
"Updated Date": "2023-01-24T20:34:04.51Z",
"Created Date": "2000-08-15T05:33:27.96Z",
"Expiry Date": "2025-08-15T05:33:27.00Z",
"Registrar": "NAMECHEAP INC",
"Registrar IANA ID": "1068",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+1.9854014545",
"Reseller": "NAMECHEAP INC",
"Registry Registrant ID": "",
"Registrant Name": "",
"Registrant Organization": "Privacy service provided by Withheld for Privacy ehf",
"Registrant Street": "Kalkofnsvegur 2",
"Registrant City": "Reykjavik",
"Registrant State/Province": "Capital Region",
"Registrant Postal Code": "101",
"Registrant Country": "IS",
"Registrant Phone": "+354.4212434",
"Registrant Phone Ext": "",
"Registrant Fax": "",
"Registrant Fax Ext": "",
"Registrant Email": "[email protected]",
"Registry Admin ID": "",
"Admin Name": "",
"Admin Organization": "Privacy service provided by Withheld for Privacy ehf",
"Admin Street": "Kalkofnsvegur 2",
"Admin City": "Reykjavik",
"Admin State/Province": "Capital Region",
"Admin Postal Code": "101",
"Admin Country": "IS",
"Admin Phone": "+354.4212434",
"Admin Phone Ext": "",
"Admin Fax": "",
"Admin Fax Ext": "",
"Admin Email": "[email protected]",
"Registry Tech ID": "",
"Tech Name": "",
"Tech Organization": "Privacy service provided by Withheld for Privacy ehf",
"Tech Street": "Kalkofnsvegur 2",
"Tech City": "Reykjavik",
"Tech State/Province": "Capital Region",
"Tech Postal Code": "101",
"Tech Country": "IS",
"Tech Phone": "+354.4212434",
"Tech Phone Ext": "",
"Tech Fax": "",
"Tech Fax Ext": "",
"Tech Email": "[email protected]",
"DNSSEC": "unsigned",
"URL of the ICANN WHOIS Data Problem Reporting System": "http://wdprs.internic.net/",
">>> Last update of WHOIS database": "2025-02-11T16:13:53.18Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp"
]
}
}