Hosted Domain Database facilitates reverse IP lookup and shows how many and which domains are hosted on which IP Addresses.
If you are interested in Domain Name API / Database check out: host.io
[data updated as of May, 2024]
The following database schema represents the CSV database. We also provide JSON and MMDB format data.
Field Name | Example | Data Type | Notes |
---|---|---|---|
ip |
135.125.236.225 | TEXT | IP address for reverse IP lookup |
total |
3 | INTEGER | Number of domains registered to the IP Address |
domains |
farmanaut.com,pharmanaut.be,farmanaut.be | TEXT | Name of the domain(s) under the IP address |
Each domain in the domains
column is separated by a ,
(comma).
The Hosted Domains database contains domains that are hosted on a web server IP address, cached in a CDN server IP address, and the IP address that domain finally redirects to.
As well as the database product, IPinfo also provides a robust Hosted Domains API service. Please visit the IPinfo Hosted Domains API Documentation portal to learn about the API, it's API parameters and features.
API Query:
$ curl "ipinfo.io/domains/$IP_ADDRESS?token=$TOKEN"
Response:
{
"ip": "34.168.30.71",
"total": 1994,
"domains": [
"3stadt.com",
"flytfrem.no",
"aptalis-pharma.ca",
"nftevening.xyz",
"sub.quest"
// ...
]
}
- [CSV Database] Hosted Domains Database Sample
- [JSON Database] Hosted Domains Database Sample
- [MMDB Database] Hosted Domains Database Sample
- [API] Hosted Domains API Response Sample
🔗 Hosted Domains Database Page
🔗 Hosted Domains Data Downloads Documentation
🔗 Hosted Domains Documentation
🔗 Hosted Domains Data Type Documentation
Currently, we are limiting the sample datasets to only 100 rows. If you would like to request a larger sample or would like to get a quote on the database products feel free to reach to us.
Follow us on Twitter and LinkedIn to learn more about IP Address data and it’s fascinating potential.
Founded in 2013, IPinfo prides itself on being the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier, VPN detection, hosted domains, and IP type data sets. Our API handles over 40 billion requests a month for 100,000 businesses and developers.