Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - ikblo.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 20 May 2025 00:59:23 GMT
Content-Type: text/html; charset=iso-8859-1
Content-Length: 230
Connection: keep-alive
Location: https://www.ikblo.com/

HTTP Code 301 Moved Permanently

http status code 301 means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://ikblo.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 20 May 2025 00:59:25 GMT
Content-Type: text/html
Content-Length: 24330
Connection: keep-alive
Vary: Accept-Encoding
Last-Modified: Tue, 20 Sep 2022 05:23:30 GMT
ETag: "5f0a-5e915076129e7"
Accept-Ranges: bytes

HTTP Code 200 OK

http status code 200 is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: ikblo.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="ja">
<head>
    <title>池袋法律事務所|池袋の弁護士|無料相談</title>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

    <meta name="description" content="豊島区池袋駅東口徒歩5分にある法律事務所。離婚(婚費・親権・養育費・財産分与・慰謝料)・相続(遺産分割・遺言作成)・債務整理・交通事故など個人の問題から企業法務まで弁護士が親身に対応します。離婚・債務整理(過払請求)のご相談は初回無料です。">
    <meta name="keywords" content="池袋法律事務所,相談,弁護士,法律事務所,離婚相談,法律相談">

    <link href="https://fonts.googleapis.com/css?family=BIZ UDMincho" rel='stylesheet' type='text/css'>
    <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css"/>
    <link rel="stylesheet" type="text/css" href="assets/css/custom.css"/>
    <link rel="stylesheet" media="screen" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css">
    <style>
        .staff th {
            white-space: nowrap;
        }

        .brandStyle {
            font-size: 24px;
        }

        .brandStyle span {
          font-size: 8px;
          display: block;
        }

        .headpicture {
            background:url('./assets/images/top.jpg') center center no-repeat;
            background-size: cover;
            color: #fff;
            padding: 90px 0;
        }

        .google-map {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 30px;
            height: 0;
            overflow: hidden;
        }

        .google-map iframe,
        .google-map object,
        .google-map embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


h2 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
  font-size: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #8d736c;
}

h2:before,
h2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #8d736c;
  border-bottom: solid 2px #8d736c;
}

h2:before {
  left: 0;
}

h2:after {
  right: 0;
}
.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 4em;
  width: 300px;
  color: #2285b1;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #2285b1;
}

.button03 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(45deg);
}

.button03 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
}

.button03 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}


        @media (min-width: 993px) {
            .navbar-nav > li > a {
              padding-top: 44px;
            }

            .navbar-brand {
 line-height: 60px;
}

            .navbar-right .navbar-nav > li > a {
              padding-top: 15px;
              font-size: 12px;
            }

            .navbar-right .navbar-nav > li:first-child > a {
              border-left: 1px solid #999;
            }

            .brandStyle {
                font-size: 36px;
            }

            .headpicture {
                padding: 250px 0;
            }

            .headpicture p.h1 {
                font-size: 76px;
            }

.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 4em;
  width: 300px;
  color: #2285b1;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #2285b1;
}

.button03 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(45deg);
}

.button03 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
}

.button03 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

h2 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
  font-size: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #00284D;
}

h2:before,
h2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #00284D;
  border-bottom: solid 2px #00284D;
}

h2:before {
  left: 0;
}

h2:after {
  right: 0;
}
        }
    </style>

<style>

.btn-wrap {
  margin: px 0;
}

a.btn-c {
  font-size: 1.8rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}
  .c-tel{
    padding:5px 0;
    margin:0 5px;
  }
  .c-tel p{
    font-weight:600;
    color:#00284D;
    margin-bottom:5px;
  }
  .c-tel .num{
    font-size:36px;
    color:#eb5b30;
    margin-bottom:20px;
  }

 
@media (min-width: 993px) {
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 2.2rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}
  .c-tel{
    padding:20px 0;
    margin:0 30px;
  }
  .c-tel p{
    font-weight:600;
    color:#00284D;
    margin-bottom:5px;
  }
  .c-tel .num{
    font-size:36px;
    color:#eb5b30;
    margin-bottom:20px;
  }
}
  
</style>





</head>

<body>

<!--  Navigation Bar -->

<nav class="navbar navbar-default navbar-fixed-top noBorder" role="navigation">
    <div class="container">

        <div class="navbar-header">
            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
                <span class="sr-only">Toggle navigation</span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
            </button>
            <a class="navbar-brand brandStyle" href="/">池袋法律事務所</a>
        </div>

        <div class="collapse navbar-collapse noPadding"	id="myNavbar">
            <div class="navbar-left menustyle">
                <ul class="nav navbar-nav">
                    <li><a href="#services"><p>取扱業務</p></a></li>
                    <li><a href="#lawyer"><p>弁護士のご紹介</p></a></li>
                    <li><a href="#fee"><p>費用</p></a></li>
                    <li><a href="#office"><p>事務所案内</p></a></li>
                </ul>
            </div>
            <div class="navbar-right menustyle">
                <ul class="nav navbar-nav">
                    <li>
                        <a href="#">
                            <p class=" p_bangou3">〒170-0013</p>
                            <p class=" p_bangou3">東京都豊島区東池袋1丁目44-10タイガースビル807号</p>
                        </a>
                    </li>
                    <li>
                        <a href="#">
                            <p class=" p_bangou2">TEL: 03-6907-1455</p>
                            <p class=" p_bangou2">FAX: 03-6907-1456</p>
                        </a>
                    </li>
                </ul>
            </div>
        </div>

    </div>
</nav>

<!-- Main Page -->

<div class="container-fluid noPadding">

    <div class="container-fluid headpicture text-center">
        <p class="h1">池袋法律事務所</p>
    </div>

    <div class="container text-center">
        <h1 class="textStyle">池袋法律事務所は、お客様が抱える問題について、ご希望に沿った解決方法を検討・提案し、その実現に向けて誠実な事件処理を心がけている法律事務所です。</h1>
        <p class="textStyle">お一人で悩まずに、まずは、当事務所に相談してみませんか。</p>
<p class="textStyle"></p>
<div class="button03">
  <a href="/office.html">ごあいさつ</a>
</div>
<div class="contents-wrapper">
<p><br></p>
<div class="col-xs-12 col-sm-6 text-center">
                  <div class="c-tel">
<p>お電話でのお問い合わせ</p><span>受付時間:10:00〜17:00(土日、祝日を除く)</span>
<div class="num"><i class="fas fa-phone-square-alt"></i> 03-6907-1455</div>

</div>
                  </div>

                <div class="col-xs-12 col-sm-6 text-center">
                  <div class="btn-wrap">
  <a href="mailto:[email protected]" class="btn btn-c"><span>24時間いつでも受付中!</span><br><i class="far fa-envelope"></i>メールでお問い合わせ</a>
</div>
                  </div>
         </div>

    </div>

    <div id="services" class="container services">
        <div class="text-center">
         <h2 class="text-center">取扱業務</h2>
         </div>
        <div class="row">

            <div class="col-xs-12 col-sm-6 col-md-3">
                
                <h3 class="h4">離婚問題</h3>
                <ul>
                    <li>親権</li><li>婚姻費用</li><li>養育費</li><li>慰謝料など</li>
                </ul>
            </div>

            <div class="col-xs-12 col-sm-6 col-md-3">
                
                <h3 class="h4">相続問題</h3>
                <ul>
                    <li>遺言書の作成</li>
                    <li>遺産分割調停など</li>
                </ul>
            </div>

            <div class="col-xs-12 col-sm-6 col-md-3">
                
                <h3 class="h4">借金問題</h3>
                <ul>
                    <li>任意整理</li>
                    <li>個人再生</li>
                    <li>破産</li>
                </ul>
            </div>

            <div class="col-xs-12 col-sm-6 col-md-3">
                
                <h3 class="h4">過払金請求</h3>
                <ul>
                    <li>ご相談・調査は無料でお受けします</li>
                    <li>完済後のご依頼は着手金無料です</li>
                </ul>
            </div>

            <div class="col-xs-12 col-sm-6 col-md-3">
                
                <h3 class="h4">交通事故</h3>
                <ul>
                    <li>加害者側・被害者側の各諸手続き</li>
                </ul>
            </div>

            <div class="col-xs-12 col-sm-6 col-md-3">
                
                <h3 class="h4">労働問題</h3>
                <ul>
                    <li>未払残業代請求</li>
                    <li>パワハラ等に基づく慰謝料請求など</li>
                </ul>
            </div>

            <div class="col-xs-12 col-sm-6 col-md-3">
                
                <h3 class="h4">不動産問題</h3>
                <ul>
                    <li>建物明渡請求など</li>
                </ul>
            </div>

            <div class="col-xs-12 col-sm-6 col-md-3">
                
                <h3 class="h4">債権回収</h3>
                <ul>
                    <li>売掛金の回収など</li>
                </ul>
            </div>

            <div class="col-xs-12 col-sm-6 col-md-3 col-md-offset-3">
                
                <h3 class="h4">企業法務</h3>
                <ul>
                    <li>顧問契約等につきましてもご相談ください</li>
                </ul>
            </div>

            <div class="col-xs-12 col-sm-6 col-md-3">
                
                <h3 class="h4">書面作成</h3>
                <ul>
                    <li>内容証明作成などについても承ります</li>
                </ul>
            </div>
            </div>
            <div class="col-xs-12 col-sm-6 text-center">
            <section>
  <a href="https://ikblo-rikon.com/index.html" target="_blank" class="btn_blue"><span class="bl__text">離婚相談特設サイト</span></a>
</section></div>
<div class="col-xs-12 col-sm-6 text-center">
<section>
  <a href="https://www.ikblo.com/kabarai/" target="_blank" class="btn_blue"><span class="bl__text">借金過払いの特設サイト</span></a>
</section></div>
        
        <p class="text-center">※これらは取扱業務の一例ですので、その他、お気軽にご相談ください。</p>
    </div>

    <div id="lawyer" class="container staff">
        <div class="row">
            <div class="col-xs-12">
                <div class="text-center">
                <h2 class="text-center">弁護士のご紹介</h2>
            </div>    
            </div>
        </div>
        <div class="row">
            <div class="col-xs-12 col-sm-6">
                <h3>米岡 隆博</h3>

                <table class="table">
                    <tbody>
                        <tr>
                            <th>=経歴=</th>
                            <td>早稲田大学政治経済学部卒業</td>
                        </tr>
                        <tr>
                            <th>平成17年</th>
                            <td>司法試験合格</td>
                        </tr>
                        <tr>
                            <th>平成18年</th>
                            <td>最高裁判所司法研修所入所</td>
                        </tr>
                        <tr>
                            <th>平成19年</th>
                            <td>司法修習修了</td>
                        </tr>
                        <tr>
                            <th>平成24年</th>
                            <td>都内法律事務所勤務を経て「池袋法律事務所」設立</td>
                        </tr>
                        <tr>
                            <th>=所属=</th>
                            <td>
                                <p>東京弁護士会 (登録番号:35615)</p>
                                <p>骨髄等提供最終同意立会弁護士名簿に登録しています</p>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </div>
            <div class="col-xs-12 col-sm-6">
                <h3>竹内 伸介</h3>

                <table class="table">
                    <tbody>
                    <tr>
                        <th>=経歴=</th>
                        <td>上智大学法学部卒業上智大学法科大学院修了</td>
                    </tr>
                    <tr>
                        <th>平成18年</th>
                        <td><p>司法試験合格</p><p>最高裁判所司法研修所入所</p></td>
                    </tr>
                    <tr>
                        <th>平成19年</th>
                        <td>司法修習修了</td>
                    </tr>
                    <tr>
                        <th>平成24年</th>
                        <td>
                            <p>都内法律事務所勤務を経て「池袋法律事務所」設立</p>
                        </td>
                    </tr>
                    <tr>
                        <th>=所属=</th>
                        <td><p>東京弁護士会 (登録番号:36758) </p><p>骨髄等提供最終同意立会弁護士名簿に登録しています</p></td>
                    </tr>
                    </tbody>
                </table>
            </div>
        </div>
    </div>


     <div id="fee" class="">
        <div class="container">
            <div class="col-sm-2">
            </div>
            <div class="col-xs-12 col-sm-8">
                <div class="text-center">
                <h2 class="text-center">弁護士費用</h2>
                </div>
           
<p>当事務所の弁護士費用は、「(旧)日本弁護士連合会報酬等基準」に準じています。</p>
<p>なお、個別の案件ごとに、ご依頼前に、事案の内容に応じた見積もりをご提示いたしますので、お気軽にお尋ね下さい。</p>
<p>相談料は30分5000円(税別)です。</p>
<p><b>もっとも、離婚に関する相談と借金に関する相談(過払請求含む)については、初回の相談料は無料です。</b></p>
 </div>
 <div class="col-sm-2">
            </div>
</div>
</div>


    <div id="office" class="office">
        <div class="container">
            <div class="row">
                <div class="col-xs-12">
                    <div class="text-center">
                    <h2 class="text-center">事務所案内</h2>
                    </div>
                </div>
            </div>
            <!--<div class="row">
                <div class="col-xs-12 col-sm-4">
                    <p><img class="img-responsive" src="assets/images/office_01.jpg"></p>
                </div>
                <div class="col-xs-12 col-sm-4">
                    <p><img class="img-responsive" src="assets/images/office_02.jpg"></p>
                </div>-->
                
           
			   <div id="info" class="container info">
            <div class="row">
                <div class="col-xs-12 col-sm-6">
                    <table class="table">
                        <tbody>
                        <tr>
                            <th>事務所名</th>
                            <td>池袋法律事務所</td>
                        </tr>
						<tr>
                            <th>住所</th>
                            <td>
								<p>〒170-0013</p>
								<p>東京都豊島区東池袋1丁目44-10<br>タイガースビル807号</p>
							</td>
                        </tr>
                        <tr>
                            <th>連絡先</th>
                            <td>
                                <p>TEL: 03-6907-1455</p>
                                <p>FAX: 03-6907-1456</p>
                                <p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
                            </td>
                        </tr>
                        <tr>
                            <th>所属弁護士</th>
                            <td>
                                米岡 隆博 / 竹内 伸介
                            </td>
                        </tr>
                        </tbody>
                    </table>
                    <table class="table">
                        <tbody>
                        <tr>
                            <th>ご予約について</th>
                            <td><p>ご予約は電話(03-6907-1455)</p>
                                <p>または、<a href="mailto:[email protected]">メール</a>でお願いします。</p></td>
                        </tr>
                        <tr>
                            <th>お持物</th>
                            <td>
                                身分証明書
                            </td>
                        </tr>
                        <tr>
                            <th>受付時間</th>
                            <td>
                                平日10:00~17:00 (土日、祝日を除く)
                            </td>
                        </tr>
                        </tbody>
                    </table>
                    <p>※ その他の時間、土日は応相談致します。</p>
                </div>
                <div class="col-xs-12 col-sm-6">
                <p><img class="img-responsive" src="assets/images/DSCF9565B.jpg"></p>
                    <div class="google-map">
                        <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d822.8772313706107!2d139.7135128047194!3d35.73354288926154!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188d66d7efc057%3A0x5b30dc367c5367b2!2z44CSMTcwLTAwMTMg5p2x5Lqs6YO96LGK5bO25Yy65p2x5rGg6KKL77yR5LiB55uu77yU77yU4oiS77yR77yQ!5e0!3m2!1sja!2sjp!4v1658122570210!5m2!1sja!2sjp" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
                    </div>
                </div>
            </div>
</div>
</div>
                <div id="" class="container staff">
        <div class="row">
            <div class="col-xs-12">
                <div class="text-center">
                <h2 class="text-center">お問い合わせ</h2>
            </div>    
            </div>
        </div>
<div class="row">
                <div class="col-xs-12 col-sm-6 text-center">
                  <div class="c-tel">
<p>お電話でのお問い合わせ</p><span>受付時間:10:00〜17:00(土日、祝日を除く)</span>
<div class="num"><i class="fas fa-phone-square-alt"></i> 03-6907-1455</div>

</div>
                  </div>

                <div class="col-xs-12 col-sm-6 text-center">
                  <div class="btn-wrap">
  <a href="mailto:[email protected]" class="btn btn-c"><span>24時間いつでも受付中!</span><br><i class="far fa-envelope"></i>メールでお問い合わせ</a>
</div>
                  </div>

</div>




        
    



	</div>

    <!-- Footer -->

    <div class="container footer">
        <div class="col-xs-12">
            <p id="footerLogoText" class="text-center"><a href="/privacy.html">個人情報保護方針</a><br>池袋法律事務所 &copy; 2022</p>
        </div>
    </div>

</div>

<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js"></script>
<script src="assets/js/myscript.js"></script>
</body>
</html>                               

Whois info of domain

Domain Name: IKBLO.COM
Registry Domain ID: 1781277790_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.discount-domain.com
Registrar URL: http://gmo.jp
Updated Date: 2025-02-03T15:21:11Z
Creation Date: 2013-02-19T07:10:53Z
Registry Expiry Date: 2026-02-19T07:10:53Z
Registrar: GMO Internet Group, Inc. d/b/a Onamae.com
Registrar IANA ID: 49
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +81.337709199
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.XSERVER.JP
Name Server: NS2.XSERVER.JP
Name Server: NS3.XSERVER.JP
Name Server: NS4.XSERVER.JP
Name Server: NS5.XSERVER.JP
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T00:59:10Z <<<
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
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass