Free API10 req/minWeb & API
WHOIS Lookup
Fetches WHOIS-style domain registration metadata when an upstream is configured server-side.
By RSM DevOps
Public endpoint
GET
whois.apiseeker.com/v1/lookupAuth: X-SEEKER-Key
Endpoint
Requires WHOIS_LOOKUP_URL env. Never exposes upstream secrets.
Method
GET
Path
/v1/lookup
Full URL
https://whois.apiseeker.com/v1/lookupAuthentication
Send X-SEEKER-Key on every request. Free tools still require a valid APISeeker key — no auth bypass.
Parameters
domainquerystringrequiredDomain name
Request example
cURL
curl -s "https://whois.apiseeker.com/v1/lookup?domain=apiseeker.com" \
-H "X-SEEKER-Key: YOUR_API_KEY"Response example
JSON
{
"success": true,
"data": {
"domain": "apiseeker.com",
"whois": {
"status": "configured upstream"
}
},
"request_id": "req_example"
}Errors & limits
- 400Invalid or missing parameters
- 401Missing or invalid API key
- 429Rate limit exceeded
- 503WHOIS upstream not configured
Rate limit: 10 req/min
Playground
Live playground
WHOIS Lookup
Sign in to send live requests. Docs and URL preview stay open. Log in
GETRequest URL
https://whois.apiseeker.com/v1/lookup?domain=apiseeker.comStatus: —Latency: —
Response
Response will appear here after you send a request.
