Whoxy
Current WHOIS, ownership history, and reverse WHOIS from Whoxy.
Whoxy returns parsed WHOIS for a domain (registrar, contacts, nameservers, dates) plus historical ownership snapshots. Reverse WHOIS maps an email or registrant name to the domains they appear on.
Capabilities
- Live WHOIS lookup across 1,500+ TLDs
- Historical WHOIS snapshots for ownership changes
- Reverse WHOIS by email address or person / company name
- Parsed registrar, registrant, admin, and technical contacts
What you get back
- Current registration card with dates and nameservers
- Ownership history timeline
- Reverse-WHOIS domain portfolio with registrant fields
- Full JSON export for automation
UI workflow
Open SearchIn and choose Domain, Email, or Name.
Select Whoxy as the provider.
Review the current record, history snapshots, or reverse-WHOIS domain list.
Sample queries
| Input type | Query | Notes |
|---|---|---|
domain | example.com | Current WHOIS + history |
email | [email protected] | Domains tied to an email |
name | Alex Rivera | Domains tied to a registrant name |
Pricing
email $0.25 · domain $0.15 · name $0.25
Best for
- Infrastructure and brand ownership investigations
- Finding related domains from a known email or name
- Tracking registrar and contact changes over time
API example
$0.25 per query. Live runs charge the active workspace wallet — the same rates as the dashboard.
Domains
2
Reverse WHOIS hits
Registrars
2
Distinct registrars
Page
1 / 1
First page of reverse WHOIS
curl -X POST "https://apiv1.osintverse.com/v1/search" \ -H "Content-Type: application/json" \ -H "x-api-key: ov_your_api_key" \ -d '{"provider":"whoxy","input_type":"email","query":"[email protected]"}'Invalid provider + input_type pairs return HTTP 422. Confirm combinations with GET /v1/providers or the pricing matrix.
Run this in the SearchIn UI or create an API key. Full HTTP reference: search workflow. Marketing overview: Whoxy integration.