getWhoisInfo
Retrieve WHOIS information for any domain by making a GET request, providing detailed domain registration and ownership data for analysis or verification.
Instructions
Make a GET request to magicapi/whois/whois/{domain}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | Domain to query WHOIS information for |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"description": "Domain to query WHOIS information for",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}