Lead quality
Down-rank brand-new domains during signup or affiliate onboarding.
Intelligence API
Return registrar, creation/expiry dates, domain age in days, status flags, and nameservers—structured JSON over HTTPS for lead quality, abuse review, and investigations.
At a glance
Use cases
Down-rank brand-new domains during signup or affiliate onboarding.
Flag throwaway brand-lookalike domains created in the last few days.
Attach registrar and age context to business domain claims.
Pull nameservers and registration status for any domain in one call.
Integration
Subscribe to a WHOIS plan and copy your wh_sec_ secret key.
Call /v1/whois/lookup/{domain} or ?domain=.
Apply domain_age_days, registrar, and status to your risk or scoring rules.
Example
Every response includes a request_id for support correlation.
Rate limit and quota headers are returned on authenticated routes so you can backoff gracefully.
Authenticated with your Syndaq secret key over HTTPS. Field availability can vary by TLD.
curl -s "https://api.syndaq.com/v1/whois/lookup/example.com" \
-H "Authorization: Bearer wh_sec_YOUR_SECRET_KEY"
{
"success": true,
"domain": "example.com",
"cached": true,
"registrar": "RESERVED-Internet Assigned Numbers Authority",
"created_at": "1995-08-14T04:00:00Z",
"expires_at": null,
"domain_age_days": 11263,
"nameservers": ["a.iana-servers.net", "b.iana-servers.net"],
"request_id": "c3d4e5f6789012345678901234abcdef"
}
Reference
Included with your Syndaq WHOIS plan.
| Method | Path | Description |
|---|---|---|
| GET | /v1/whois/lookup |
Lookup domain registration data by ?domain= query parameter. |
| GET | /v1/whois/lookup/{domain} |
Lookup domain registration data for a domain in the URL path. |
| GET | /v1/whois/status |
Returns plan limits and quota for the authenticated key. |
Pricing
Transparent limits. Upgrade when your traffic grows—no surprise overages without a plan change.
Development and light production lookups.
Higher throughput for production apps.
High-volume lookups with priority limits.
FAQ
Pick a plan, create your keys in the client area, and start calling the API in minutes.
Choose a plan Ask a question