Get domain details
get_domain_infoGet a single consolidated view of a domain's registration, expiry, registrar lock, WhoisGuard privacy, and nameserver details in one read-only call.
Instructions
Get a coherent single view of one domain: registration + expiry dates, registrar-lock status, WhoisGuard/privacy state, and DNS provider / nameservers. Combines domains.getInfo with the registrar-lock lookup so you see everything in one call. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to inspect, e.g. example.com |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| locked | No | ||
| status | No | ||
| account | Yes | ||
| provider | Yes | ||
| isPremium | Yes | ||
| createdDate | No | ||
| dnsProvider | No | ||
| environment | No | ||
| expiredDate | No | ||
| nameservers | Yes | ||
| privacyEnabled | No | ||
| usesNamecheapDns | Yes |