+ whois-lookup

> WHOIS lookup

// Returns WHOIS registration data for a domain

whoisdomainlookup

Returns WHOIS registration data for a domain. Agents can request it by capability ID whois.lookup, or by plain intent — EntRoute resolves phrases like “whois”, “domain whois” and “domain registration” to this capability.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"whois" "domain whois" "domain registration" "who owns domain"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "whois.lookup"}'
// endpoints.json

// No endpoints registered yet

List your API →
// integrate.md

Use this capability in your agent or application: