Sign in

Lookup hosted domains by IP

documented

Query hosted domain names for a given IP via domains.ip2whois.com/domains.

GET /domainsHosted Domainno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://domains.ip2whois.com/domains?ip={{$ip}}&format={{$format}}&page={{$page}}' \
  -X GET \
  -H 'Authorization: Bearer {{IP2LOCATION_API_KEY}}' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json'
Lookup hosted domains by IP · IP2Location · OpenIntegrations