AvailabilityResult
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
api | string | no | - |
domain | string | no | - |
state | string | no | (registered, available, unknown) |
noRdapForTld | boolean | no | true when the TLD offers no public RDAP (for example .de); state is then “unknown” |
registrar | string | null | no | - |
created | string | null | no | - |
expires | string | null | no | - |
disclaimer | string | no | - |
Example
Section titled “Example”{ "api": "string", "domain": "string", "state": "registered", "noRdapForTld": true, "registrar": "string", "created": "string", "expires": "string", "disclaimer": "string"}