domaincheck.sven.zone

A minimal API to check domain availability via RDAP.

Usage

Make a GET request with the base parameter:

GET https://domaincheck.sven.zone/?base={domain}

Example

curl https://domaincheck.sven.zone/?base=google.com

Response

{
  "domain": "google.com",
  "available": false
}

Try it out