Discover/myip.ms API
live

myip.ms APImyip.ms

Access IP ownership, WHOIS data, hosting company rankings, and website-to-IP mappings via the myip.ms API. 5 endpoints for IP and domain intelligence.

Endpoints
5
Updated
17d ago
Try it
IP address to look up (e.g. '8.8.8.8').
api.parse.bot/scraper/74b9db3b-4dcd-449b-aec3-f022ebda4bb3/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/74b9db3b-4dcd-449b-aec3-f022ebda4bb3/whois_lookup?query=8.8.8.8' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Look up WHOIS and hosting information for an IP address. Returns IP ownership, location, CIDR, and websites hosted on the same IP.

Input
ParamTypeDescription
queryrequiredstringIP address to look up (e.g. '8.8.8.8').
Response
{
  "type": "object",
  "fields": {
    "query": "string - the queried IP address",
    "ip_owner": "string - organization owning the IP",
    "ip_address": "string - resolved IP address",
    "owner_cidr": "string - CIDR block of the owner",
    "ip_location": "string - country of the IP",
    "websites_on_ip": "array of objects with name, ip, and hosting_company fields"
  },
  "sample": {
    "data": {
      "query": "8.8.8.8",
      "ip_owner": "Google Inc",
      "ip_address": "8.8.8.8",
      "owner_cidr": "8.8.8.0 /24",
      "ip_location": "USA",
      "websites_on_ip": [
        {
          "ip": "8.8.8.8",
          "name": "hdchina.org",
          "hosting_company": "Google Inc"
        },
        {
          "ip": "8.8.8.8",
          "name": "firefoxchina.cn",
          "hosting_company": "Google Inc"
        }
      ]
    },
    "status": "success"
  }
}

About the myip.ms API

The myip.ms API exposes 5 endpoints for IP and domain intelligence, covering WHOIS lookups, hosting company rankings, and website database browsing. The whois_lookup endpoint returns IP ownership, CIDR block, country, and a list of co-hosted websites for any queried IP. Additional endpoints let you identify your own caller IP details, browse a paginated global website database ranked by traffic, and retrieve structured profiles of individual hosting companies.

IP WHOIS and Co-Hosting Data

The whois_lookup endpoint accepts any IPv4 address via the query parameter and returns the owning organization (ip_owner), the CIDR block (owner_cidr), the country of the IP (ip_location), and an array of websites_on_ip — each entry containing the site name, IP address, and hosting company. This makes it straightforward to map shared hosting environments or identify all sites sitting on a given IP.

Hosting Company Rankings and Profiles

The top_hosting_companies endpoint returns a ranked list of web hosting providers globally, with an optional country_code parameter to narrow results to a specific country. Once you have a provider's ID, hosting_company_details returns structured data including the company's name, address, country, and total website count. These two endpoints together let you build or enrich a hosting-provider database.

Website Database and Caller Identity

The world_websites_database endpoint paginates through a global index of websites ordered by rank, returning 50 records per page. Each record includes the site's rank, domain, IP address, hosting company, and country. The get_my_ip_info endpoint requires no input and returns the caller's IP address (both IPv4 and IPv6 if available), reverse DNS hostname, location, ISP/organisation name, proxy detection result, blacklist status, and the detected operating system and browser. This last endpoint is useful for building IP-detection utilities or testing egress IPs in CI pipelines.

Common use cases
  • Identify all websites co-hosted on a shared IP using the websites_on_ip field from whois_lookup.
  • Map IP address ownership and CIDR blocks for network security auditing.
  • Build a hosting-provider comparison tool using ranked data from top_hosting_companies filtered by country_code.
  • Enrich lead records with hosting company details via hosting_company_details using known owner IDs.
  • Detect proxy or blacklisted IPs at request time using get_my_ip_info in server-side middleware.
  • Browse global website rankings with hosting and country metadata via the paginated world_websites_database.
  • Verify egress IP identity and reverse DNS for outbound infrastructure in automated test suites.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does myip.ms have an official developer API?+
myip.ms does offer a paid API service documented at https://myip.ms/info/api/API_Usage.html, which requires a subscription and API key directly from myip.ms. The Parse API provides a structured interface to the same underlying data without managing a separate myip.ms subscription.
What does `whois_lookup` return beyond basic IP ownership?+
Beyond the owning organization and CIDR block, whois_lookup returns the IP's country via ip_location and an array of co-hosted sites in websites_on_ip. Each entry in that array includes the domain name, its IP address, and the hosting company — useful for identifying shared-hosting neighbors or mapping IP-to-domain relationships.
Does the API return historical WHOIS records or ownership change history?+
Not currently. The whois_lookup endpoint returns current ownership data only — organization, CIDR, country, and co-hosted sites. There is no historical or diff view. You can fork this API on Parse and revise it to add a historical ownership endpoint if that data becomes needed.
Can I look up a domain name directly instead of an IP address?+
The whois_lookup endpoint accepts an IP address as the query parameter. Domain-name input with automatic resolution to an IP is not currently exposed. The API covers IP-level WHOIS and hosting data. You can fork it on Parse and revise to add a domain-to-IP resolution step before the WHOIS call.
How does pagination work in `world_websites_database`?+
The endpoint accepts an integer page parameter and returns 50 sites per page ordered by global rank. The response includes the current page number alongside the sites array. There is no explicit total-page-count field in the response, so iteration requires checking whether the returned array contains a full 50 records to determine if further pages exist.
Page content last updated . Spec covers 5 endpoints from myip.ms.
Related APIs in Developer ToolsSee all →
whatismyip.com API
Retrieve the public IP address and detailed geolocation data associated with the requesting connection, including city, country, coordinates, ISP, and timezone. Useful for connection diagnostics, geolocation verification, and understanding how a network identity appears to external services.
ipinfo.io API
Find the geographic location, organization, timezone, and postal code for any IP address instantly. Discover your own IP details or look up where any visitor is coming from with city, region, country, and coordinates included.
similarweb.com API
Analyze any website's performance by retrieving detailed traffic statistics, visitor demographics, geographic distribution, competitor benchmarks, and search source data. Monitor engagement metrics and rankings to understand how websites compare in your industry and discover new competitive opportunities.
domains-monitor.com API
Search and monitor domain information across multiple zones, access free domain lists, and retrieve detailed zone metadata and account information. Aggregate domain data and track availability across supported TLDs.
thecompaniesapi.com API
Enrich your company database with 80+ data points per company, search by industry or company details, and discover email patterns to drive your business intelligence. Find verified company information, get pricing data, and ask contextual questions about any organization to fuel your sales, marketing, or research efforts.
minecraft-mp.com API
Search and discover Minecraft multiplayer servers with detailed information like player counts, statistics, and voting data. Ping servers, filter by specific criteria, and access comprehensive server lists and historical performance metrics all in one place.
mcp.so API
Discover and explore MCP servers on the mcp.so marketplace by browsing categories, searching by tags, viewing detailed server information, and checking available tools and integrations. Find top-rated servers, compare clients, and filter options to identify the perfect MCP solutions for your needs.
minecraftservers.org API
Search and discover Minecraft servers with real-time player counts, server details, and statistics directly from minecraftservers.org. Find the perfect server by filtering results and viewing comprehensive information like gameplay modes, player capacity, and server ratings.