Domain lookup
Retrieve normalized domain details including availability, status, dates, registrar, contacts, and nameservers.
← All Domains endpoints · Capability overview
/v1/domains/lookuphttps://api.vee3.io/v1/domains/lookup
Retrieve normalized domain details including availability, status, dates, registrar, contacts, and nameservers.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
domains.lookupParameters1 field
domainstringRequiredDomain name to look up (for example example.com).
Response28 fields
domainstringLooked-up domain name.
keywordstringSecond-level domain label without the TLD.
tldstringTop-level domain suffix.
availabilitystringAvailability state (for example registered or available).
statusstring[]Normalized EPP status codes.
nameserversstring[]Authoritative nameserver host names.
datesobject3 fieldsRegistration lifecycle dates.
datesobjectcreatedstringDomain creation timestamp.
updatedstringLast update timestamp.
expirystringExpiration timestamp.
registrarobject2 fieldsRegistrar summary data.
registrarobjectnamestringRegistrar name.
ianaIdintegerRegistrar IANA identifier.
contactsobject13 fieldsRegistrant, admin, tech, and billing contact records.
contactsobjectregistrantobject3 fieldsRegistrant contact details.
registrantobjectnamestringContact name.
emailstringContact email address.
organizationstringContact organization.
adminobject2 fieldsAdministrative contact details.
adminobjectnamestringContact name.
emailstringContact email address.
techobject2 fieldsTechnical contact details.
techobjectnamestringContact name.
emailstringContact email address.
billingobject2 fieldsBilling contact details.
billingobjectnamestringContact name.
emailstringContact email address.
sourcestringPrimary data source used for the normalized response.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, domains_not_configured, domains_upstream_error