# Check domain name availability Check domain name availability Endpoint: GET /domains/{domainName} Version: 2.0.0 ## Path parameters: - `domainName` (string, required) Example: "beresnev.crypto" ## Response 200 fields (application/json): - `domain` (string) Domain name - `availability` (object) - `availability.status` (string) Availability status Enum: "AVAILABLE", "DISALLOWED" - `availability.price` (object) - `availability.price.listPrice` (object, required) - `availability.price.listPrice.usdCents` (number, required) - `availability.price.subTotal` (object, required) ## Response 400 fields (application/json): - `error` (object, required) - `error.code` (string) Error code Example: "ERROR_CODE" - `error.message` (string) User friendly description of above code Example: "Error code explanation" - `error.field` (string) Estimate error field Example: "some field" - `error.value` (any) Value of error field Example: "some value" - `error.status` (number) Status code of the response Example: 400 - `constraints` (array,null)