Loading...
Loading...
{
"latency": 1296,
"ipAddresses": [
"133.18.14.98"
],
"dns": {
"NS": [
"ns1.kagoya.net.",
"ns0.kagoya.net."
],
"A": [
"133.18.14.98"
],
"TXT": [
"v=spf1 include:kagoya.net ~all"
]
}
}
[
{
"url": "https://plo.co.jp",
"technologies": [
{
"slug": "facebook-login",
"name": "Facebook Login",
"icon": "Facebook.svg",
"versions": [],
"categories": [
{
"id": 69,
"slug": "authentication",
"name": "Authentication"
}
],
"confirmedAt": 1724661359
},
{
"slug": "apache-http-server",
"name": "Apache HTTP Server",
"icon": "Apache.svg",
"cpe": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*",
"versions": [],
"categories": [
{
"id": 22,
"slug": "web-servers",
"name": "Web servers"
}
],
"confirmedAt": 1724661359
},
{
"slug": "jquery-migrate",
"name": "jQuery Migrate",
"icon": "jQuery.svg",
"versions": [
"1.2.1"
],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724661359
},
{
"slug": "jquery",
"name": "jQuery",
"icon": "jQuery.svg",
"cpe": "cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:*",
"versions": [
"1.11.3"
],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724661359
},
{
"slug": "open-graph",
"name": "Open Graph",
"icon": "Open Graph.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724661359
}
]
}
]
{
"data": {
"total": 3,
"personal_emails": 2,
"generic_emails": 1,
"department": {
"executive": 0,
"it": 0,
"finance": 0,
"management": 0,
"sales": 0,
"legal": 0,
"support": 1,
"hr": 0,
"marketing": 0,
"communication": 0,
"education": 0,
"design": 0,
"health": 0,
"operations": 0
},
"seniority": {
"junior": 0,
"senior": 0,
"executive": 0
}
},
"meta": {
"params": {
"domain": "plo.co.jp",
"company": null,
"type": null
}
}
}
{
"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.",
"Japanese": "Website content is written in Japanese. Based on HTML langauge attributes on the website",
"Japanese - Inferred": "Based on the title and description text the website content is potentially Japanese.",
"DAV": "WebDAV stands for \"Web-based Distributed Authoring and Versioning\". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.",
"html5shiv": "HTML5 IE enabling script shim.",
"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 1.11.3": "jQuery version 1.11.3",
"jQuery Migrate": "APIs and features removed from jQuery core",
"Facebook for Websites": "Allows a user to make a website more sociable and connected with integrations from the hugely popular Facebook website.",
"Facebook SDK": "JavaScript SDK enables you to access all of the features of the Graph API via JavaScript, and it provides a rich set of client-side functionality for authentication and sharing. It differs from Facebook Connect.",
"Facebook": "The website mentions facebook.com in some form.",
"SPF": "The Sender Policy Framework is an open standard specifying a technical method to prevent sender address forgery.",
"Kagoya": "Japanese based service provider.",
"Japanese Server Location": "The web server is located in Japan",
"SSL by Default": "The website redirects traffic to an HTTPS/SSL version by default.",
"LetsEncrypt": "Let’s Encrypt is a free open Certificate Authority.",
"Apache": "Apache has been the most popular web server on the Internet since April 1996."
}
{
"whois.jprs.jp": {
"Domain Status": [
"Connected (2025/08/31)"
],
"Name Server": [
"ns0.kagoya.net",
"ns1.kagoya.net"
],
"Domain Name": "PLO.CO.JP",
"Organization": "Plus One INC.",
"Organization Type": "Corporation",
"Administrative Contact": "KO26611JP",
"Technical Contact": "SK1294JP",
"Signing Key": "",
"Lock Status": "AgentChangeLocked",
"Created Date": "2015/08/25",
"Connected Date": "2015/08/25",
"Updated Date": "2024/09/01 01:05:25 (JST)",
"text": [
""
]
}
}
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>404エラー|レンタルサーバーのカゴヤ・ジャパン</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- [link stylesheet] -->
<link href="https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:700" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" rel="stylesheet">
<BASE href="https://err.kagoya.net/">
<link href="./assets/css/style.css" rel="stylesheet" media="all" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var windowHeight = $(window).height();
$("#container").height(windowHeight);
});
$(window).resize(function () {
var windowHeight = $(window).height();
$("#container").height(windowHeight);
});
</script>
</head>
<body>
<section id="container">
<div class="container_inner">
<div class="error">
<h1><span>404</span>エラー</h1>
<p>ご希望のページが見つかりません。<br>アクセス先に間違いがないか、ご確認ください。</p>
<img src="./assets/img/logo.png" alt="カゴヤ・ジャパン">
</div>
</div>
</section>
</body>
</html>
{
"status": 200,
"statusText": "",
"headers": {
"accept-ranges": "bytes",
"connection": "close",
"content-length": "28118",
"content-type": "text/html",
"date": "Fri, 07 Feb 2025 23:04:38 GMT",
"etag": "\"6dd6-61b3b106f1640\"",
"last-modified": "Wed, 19 Jun 2024 09:45:53 GMT",
"ms-author-via": "DAV",
"server": "Apache"
}
}
{
"error": false,
"result": {
"success": true,
"ogTitle": "株式会社Plus One(プラスワン)",
"ogType": "article",
"ogDescription": "Plus One Inc. 価値と価値を和えて形にする。株式会社Plus One(プラスワン)は観光業に特化したセールスアウトソーシング業務を行う企業です",
"ogUrl": "http://plo.co.jp/",
"ogSiteName": "株式会社Plus One(プラスワン)",
"ogLocale": "ja",
"favicon": "imgs/favicon.ico",
"charset": "UTF-8",
"requestUrl": "https://plo.co.jp"
},
"response": {}
}