Myip.ms API Dashboard
We offer you direct access through API to our Myp.ms Database. You can then have access to 9,000,000,000,000+ IPv4/IPv6 addresses and 377,000,000+ websites worldwide in JSON data format and can use this information for your own applications. Using Live Whois / Reverse IP world data we can provide you with information on absolutely any IP address / any world website you request !
Or download full whois database in mysql format and use it on your server (size ~500mb)
Your Premium / Free API
HOW IT WORKS
Live API JSON / Free Sample Queries -
Please see below live json whois results from selected websites/ip addresses and examples of errors - this you can use in your own test environment for live testing your scripts with low volume automated access to this data. We offer unauthenticated access to all this whois data below (format api.myip.ms/..query)
Your API Details -
Variable | Value |
api_id | Please login to website » |
api_key | Please login to website » |
api_url | Please login to website » |
query | ... any IP Address or Website Name .... Example: yahoo.com, webstore.illinois.edu, 12.12.12.100, etc. |
timestamp | GMT current timestamp in format gmdate("Y-m-d_H:i:s") Example: 2024-10-03_00:52:10 |
signature | MD5 hash - md5($api_url/$query/api_id/$api_id/api_key/$api_key/timestamp/$timestamp) |
URL (JSON Format) - $api_url/$query/api_id/$api_id/api_key/$api_key/signature/$signature/timestamp/$timestamp
For Array output - you need to add in end of url '/asarray/yes'
|
PHP Code for Your Website -
PHP Code below generates URL to get your requested Whois data from our server in JSON format. After you get this requested Whois Data from our server using php function file_get_contents(). And display examples of results. This is the same php code for API Free and API Premium Accounts
or JavaScript Code for Your Website -
Get Whois Data in JSON format. This JavaScript code does the same as php code above but on the client browser's side. Example
2. In <body> place code below
|