Query Domain WHOIS Registration Information
Query Domain WHOIS Registration Information
GET /network/whois - Query Domain WHOIS Registration Information
Want to know when a domain was registered, who the registrar is, and when it expires? WHOIS information can tell you all of this.
Overview
This is an online WHOIS query tool. You can obtain WHOIS information in two ways:
- Default behavior (without parameters): GET /api/v1/network/whois?domain=google.com
- Returns a JSON object, with the whois field as the raw, unprocessed WHOIS text string.
- JSON formatted: GET /api/v1/network/whois?domain=google.com&format=json
- Returns a JSON object, with the whois field as a parsed JSON object containing key-value pairs from the WHOIS information.
This way you can get both the most complete raw information and easily process structured data.