Does this API perform WHOIS lookups inline?
No. Domain Lookup returns WHOIS link metadata (whois.url and whois.available) so you can fetch full registration data from the WHOIS API when needed.
Enrich domains with TLD classification, regional metadata, DNS infrastructure checks, and WHOIS link references — without parsing registration data inline. Batch up to 50 domains per POST.
POST a single domain for enrichment, or batch an array — invalid items error per row.
POST https://datpaq.com/api/v1/domain-lookup
Content-Type: application/json
{
"domain": "stripe.com"
}POST https://datpaq.com/api/v1/domain-lookup
Content-Type: application/json
{
"domain": ["stripe.com", "invalid-domain-format"]
}Why Domain Lookup API
/api/v1/domain-lookup
POST-only enrichment. GET routes are for health and metrics — not domain lookups.
| Parameter | Type | Required | Description |
|---|---|---|---|
| domain | string | array | yes | Single domain (e.g. "stripe.com") or array of up to 50 domains in JSON body. |
Error reference
Batch requests return per-item errors on invalid domains while successful items still enrich.
FAQ
No. Domain Lookup returns WHOIS link metadata (whois.url and whois.available) so you can fetch full registration data from the WHOIS API when needed.
Domain enrichment is POST-only. GET routes on this service return health and status information, not domain metadata.
Create an API key in your Datpaq dashboard and send it with each request as an x-api-key header or an api_key query parameter.
Yes. Datpaq APIs include a free tier for building, testing, and small production workloads before you move to a paid plan.
Datpaq APIs use REST over HTTPS and return JSON by default. Endpoint docs show the supported methods, query parameters, request bodies, and response fields.
Each API documents rate limits, validation rules, and error responses in the landing page and API docs so integrations can retry and fail cleanly.
Classify domains, inspect DNS readiness, and attach WHOIS references — built for onboarding flows and CRM enrichment.