A minimal API to check domain availability via RDAP.
Make a GET request with the base parameter:
GET https://domaincheck.sven.zone/?base={domain}
curl https://domaincheck.sven.zone/?base=google.com
{
"domain": "google.com",
"available": false
}