APIs/Domain

Domain API

GET /domain/{domain}

Check if a domain is available for registration. Core provides a simple domain availability flag.

On paid plans, deep adds A, AAAA, nameservers, MX, TXT, a mail provider guess, and registration details (created, expires, registrar). For MX alone, use /mx/{domain}.

3.1M+
domains indexed
5
DNS record types
12
mail providers recognized
RDAP
registration standard
$ curl "https://api.parseapi.com/domain/gmail.com" \
  -H "X-API-Key: YOUR_API_KEY"

// 200 · ~16ms · USA
{
  "domain": "gmail.com",
  "available": false
}

Response fields

domain
Hostname checked
available
true if unregistered, false if taken, null if RDAP unavailable

SPEED

Fast from everywhere.

Median time for a /domain response to reach a real city, first byte back, measured live from 16 cities. Not a lab benchmark. The whole trip.

US

16ms

EU

30ms

APAC

50ms

LatAm

22ms

ME

127ms

See live status →