My IPv4 Address

IP Address details and tools

My IPv4 Address

IP Address details and tools

Free WHOIS Lookup Tool

 

What is WHOIS Lookup Tool

WHOIS lookup tool gives you ability to check out the current registration data of a domain name or IP address. 

WHOIS is basically a database of the domain and IP address with their registration details and owner details. This WHOIS database is one of the most essential part of the world wide web.

This WHOIS lookup tool is used to fetch the details of any website or IP address, by performing queries to the WHOIS database.

WHOIS Lookup Tool for free online

How WHOIS Lookup Works

WHOIS lookup tools works by querying WHOIS database for the target website or domain name and in response the database returns data if found. This tool uses registration data access protocol to query a WHOIS lookup to the WHOIS server.

Every time a new domain is registered, WHOIS database is updated accordingly. It is to be noted that domain owners can protect their registration information details by applying registration privacy by paying some money.

RDAP was developed by Internet Engineering Task Force

Terms of Use

By using our free WHOIS lookup tool you agree to:

  • We (myipv4address.com) are not responsible for any WHOIS data.
  • The data is coming from registrars directly and we have not control over it.
  • We don’t store information from this tool.
  • If there is no data returned by WHOIS tool, it means there is not data for that particular domain.
  • We can’t hide or protect WHOIS data of your website
  • This tool is only to help the users get information about the domains, We are not responsible for any type of miss-usage of the tool.

Add WHOIS Lookup your website

We allow our user and visitors to add this WHOIS lookup tool to their own websites or web pages. It’s completely free and easy to integrate. Just paste the following HTML code inside any where in your web page. Don’t modify this tool very much, specially the javascript code.

<div style="text-align:center">
	<p style="background:#fff;border:1px solid #99A8AE;width:180px;padding:5px 5px 5px 5px;font-size:11px;font-family:'Trebuchet MS',Arial,Sans-serif;">
		<a href="https://myipv4address.com" target="_blank"></a><br />
		<b>Free WHOIS Lookup Tool</b><br /><br />
		<label>Host</label><br />
		<input type="text" name="host" value="" id="idata" style="border:solid 1px #C0C0C0;font-size:9px;width:110px;" /><br />
		<input type="button" value="Ping" onclick="send()" style="width:100px;font-size:10px;margin-top:3px;padding:2px 3px;color:#FFF;background:#8EB50C;border-width:1px;border-style:solid;">
	</p>
	<pre id="result" style="background:#fff;border:1px solid #99A8AE;width:180px;padding:5px 5px 5px 5px;font-size:11px;font-family:'Trebuchet MS',Arial,Sans-serif; overflow: auto;"></pre>
</div>
<script type="text/javascript">
	function send(){
		data=document.getElementById("idata").value;
		var xhttp = new XMLHttpRequest();
		xhttp.onreadystatechange = function() {
		    if (this.readyState == 4 && this.status == 200) {
		       document.getElementById("result").innerHTML = xhttp.responseText;
		    }
		};
		xhttp.open("GET", "https://myipv4address.com/api/whois.php?ip="+data, true);
		xhttp.send();
	}
</script>

MY IPv4 Address Tools

Internet Speed Test

Check out your internet connection speed with our free tool. Check internet speed to find exact connection speed.

Ping Tool

test out reach ability of any host with one click with our free and easy to use tool.

WHOIS Tool

Dig out the information about any IP address or domain. Our WHOIS tool will provide you all details about the target.

BASE64 Encode/Decode

Encode or decode into base64 encoding with one click using our free and easy to use tool.

Reverse DNS Lookup

Find out information about any IP address by performing reverse DNS lookup using our free tool

Free IP Address API

Get programatically access to our tools using our free API's.