/domain namespace · APlicious

Domain API — WHOIS, DNS, SSL certificates, and email security in one key

The /domain namespace covers registration lookup (RDAP-based WHOIS), DNS and email configuration, and security posture checks — 24 endpoints behind one key.

24domain endpoints
Get free API key View docs
GET /api/v1/domain/whois
const res = await fetch(
  'https://aplicious.com/api/v1/domain/whois?domain=google.com',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { domain: "google.com", registrar: "MarkMonitor Inc.", created_date: "1997-09-15", ... }

No credit card · Free tier forever · X-API-Key header auth

What's included in /domain

RDAP-based WHOIS

Modern, structured registration data lookup — the same underlying call powers both /whois and /rdap.

DNS and email config

Full DNS record lookup plus SPF, DMARC, and email configuration checks for any domain.

SSL certificate checks

Verify certificate validity and expiry before they become a production incident.

Security posture

Security header checks, subdomain scanning, and domain reputation in the same namespace.

Domain age and registrar info

Real trust signals — a domain registered yesterday is a different risk profile than one from 2010.

Start using the WHOIS API today

Free tier — 500 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /domain docs

Frequently asked questions

What's the difference between /whois and /rdap?

They resolve through the same underlying RDAP lookup — we expose both paths because 'WHOIS' is the term most developers still search for.

Can I check SPF/DMARC for a domain I don't own?

Yes — these are public DNS records, the same checks any mail server performs before trusting a message.

Does this include a security audit?

It covers SSL validity, security headers, and subdomain exposure — enough for a basic security posture check, not a full penetration test.

Related API guides

Email Validation API — Syntax, MX Records, Disposable Domain Detection

Validate email addresses with real MX record lookups and a curated disposable-do

Read guide

IP Geolocation API — Free, Fast, Country/City/Timezone

Free IP geolocation API returning country, city, region, timezone, ISP, and coor

Read guide

Phone Number Validation API — Real Numbering-Plan Validation, Not a Length Check

Validate phone numbers against real country numbering plans using libphonenumber

Read guide

One key unlocks all 34 namespaces — weather, finance, fitness, astrology, and more.

View all plans and pricing →