What is a .us domain?
.us is the country code top-level domain (ccTLD) for the United States, operated under the U.S. Department of Commerce and managed by Registry Services, LLC. It's open to U.S. citizens, residents, businesses, and organizations with a real connection to the United States — making it ideal for U.S.-focused brands, government adjacent projects, local services, and personal sites.
How our US domain WHOIS lookup works
When you submit a domain, this tool queries the authoritative RDAP (Registration Data Access Protocol) server for the .us registry — the modern, structured replacement for the legacy WHOIS protocol. In parallel, we run live DNS lookups (A, AAAA, MX, TXT, NS, CNAME) against Cloudflare's resolver and probe the domain's HTTPS endpoint to verify SSL and uptime. All results return in a single JSON payload, typically in under a second.
WHOIS vs DNS lookup — what's the difference?
- WHOIS answers who owns this domain. It returns the registrar, registration and expiry dates, status codes, name servers and (when public) registrant contact details.
- DNS lookup answers where does this domain point. It returns the technical records that route traffic — A and AAAA for IP addresses, MX for email, NS for delegation, TXT for verification (SPF, DKIM, DMARC), CNAME for aliases.
- This tool runs both in a single click so you get the full picture: ownership and infrastructure.
Free .us WHOIS search — what you get
- Domain availability detection (available, registered, expired)
- Registrar, IANA ID, registration / expiry / update dates
- EPP status codes (clientTransferProhibited, serverHold, etc.)
- Name servers and DNSSEC signing status
- Registrant organization, state and country (when not redacted)
- Abuse contact email and phone for reporting issues
- Live A, AAAA, MX, TXT, NS and CNAME records
- SSL certificate, HTTPS reachability and HTTP status
- Export results as JSON, CSV or PDF
- Free public API —
GET /api/whois?domain=example.us
Developer API
Need WHOIS data in your own app? Hit our endpoint directly:
GET https://whitescreen.info/api/whois?domain=example.us
Accept: application/json
# Response (truncated)
{
"domain": "example.us",
"availability": "registered",
"whois": { "registrar": "...", "expirationDate": "...", "nameservers": [...] },
"dns": { "A": [...], "MX": [...], "TXT": [...] },
"health":{ "httpsReachable": true, "sslValid": true }
}CORS-enabled. Cached 5 minutes per domain. Please be courteous with request volume.
Frequently asked questions
What is a .us WHOIS lookup?
A .us WHOIS lookup queries the official .us registry (operated by Registry Services, LLC) for the public registration record of a .us domain — including registrar, registration and expiry dates, name servers, and (when not redacted) registrant information.
Is the .us WHOIS lookup free?
Yes. This tool is completely free with no signup, no credit card, and no API key required. You can run as many lookups as you need.
Why is the registrant information sometimes hidden?
Many registrars now offer Privacy Protection or comply with privacy regulations by redacting registrant contact details. The registrar, dates and name servers always remain public.
What is the difference between WHOIS and DNS lookup?
WHOIS shows ownership and administrative data about a domain (who registered it, when it expires). DNS lookup shows the technical records that route traffic — A, AAAA, MX, NS, TXT, CNAME. This tool shows both.
Can I check if a .us domain is available?
Yes. If our lookup returns an Available status, the domain is not currently registered and can be purchased through any ICANN-accredited .us registrar.
Does this tool support other TLDs besides .us?
Yes. While optimized for .us domains, the WHOIS engine supports all major TLDs including .com, .net, .org, .io, .co and country-code TLDs via the global RDAP network.
How fresh is the data?
Results come live from the authoritative RDAP servers and Cloudflare DNS, then cached for 5 minutes for speed. You're always within 5 minutes of the registry source of truth.
Do you offer a WHOIS API?
Yes. Send a GET request to /api/whois?domain=example.us — the response is JSON and CORS-enabled. Free for reasonable use.