Domain Expiry Checker

Check when any domain name expires. Enter a domain below to look up its expiry date via RDAP.

Public API

Access this data programmatically via GET /api/domains/lookup. Pass the domain query parameter with the domain you want to check.

Note: The API is currently free to use.

GET /api/domains/lookup?domain=example.com

{
  "ok": true,
  "domain": "example.com",
  "expiryDate": "2025-08-13T04:00:00Z",
  "registrar": "RESERVED-Internet Assigned Numbers Authority",
  "daysLeft": 66,
  "status": "ok"
}