Info domain call at registry of a domain name.
The given domain is queried at the registry and returned as seen and exposed by the registry, without taking in account any active process data or feature mappings from Realtime Register. Availability, exposed data and rate limiting vary greatly per registry.
The domain does not have to be in your account however the ability to query external domains depends on the policies of the registry.
Objects are cached for a short period. The cache is invalidated when changes are made trough the gateway service but not when external updates are made.
Name | Type | Description | Restrictions |
---|---|---|---|
domainName | String | The domain name |
|
Name | Type | Required / Optional | Description | Restrictions |
---|---|---|---|---|
authcode | String | Optional | The auth code for a domain name when checking an external domain |
|
type | Enum | Optional | The recursion type for recursive registry calls. |
Possible values:
|
Name | Type | Required / Optional | Description |
---|---|---|---|
domainName | String | Required | Domain name |
registryDomainId | String | Optional | Domain id at registry |
registrar | String | Optional | Registrar which domain is registered with. |
lastRegistrar | String | Optional | Previous registrar which domain used to be registered with. |
languageCode | String | Optional | Languagecode of domain |
authcode | String | Optional | Authcode of domain. When a invalid auth code is supplied but it is possible to query the domain we will do that. This means the supplied auth code is only valid when the response contains the same auth code. |
authCodeValidEndDate | Timestamp | Optional | Authcode validity end date |
createdDate | Timestamp | Optional | Created date |
expiryDate | Timestamp | Optional | Expiry date |
updatedDate | Timestamp | Optional | Updated date |
transferDate | Timestamp | Optional | Transfer date |
lastOutgoingTransferDate | Timestamp | Optional | Last outgoing transfer date |
lastIncomingTransferDate | Timestamp | Optional | Last incoming trasfer date |
redemptionPeriodEndDate | Timestamp | Optional | Redemption period end date |
pendingDeletePeriodEndDate | Timestamp | Optional | Pending delete period end date |
autoRenewGracePeriodEndDate | Timestamp | Optional | Auto renew grace period end date |
renewGracePeriodEndDate | Timestamp | Optional | Renew grace period end date |
addGracePeriodEndDate | Timestamp | Optional | Add grace period end date |
transferGracePeriodEndDate | Timestamp | Optional | Transfer grace period end date |
transferProhibitedPeriodEndDate | Timestamp | Optional | Transfer prohibited period end date |
status | List <Enum> | Optional |
The status of a domain
Possible values:
|
autoRenew | Boolean | Optional | Whether domain is being automatically renewed. |
registrant | contact | Optional | Registrant contact |
ns | List < host > | Optional | Name servers |
childHosts | List < host > | Optional | Child hosts, some registries do not list all child hosts if there are many |
domainContacts | List < domainContacts > | Optional | Domain contacts |
keyData | List < keyData > | Optional | Key data |
Name | Type | Required / Optional | Description |
---|---|---|---|
id | String | Required | Registry contact id |
authcode | String | Required | Registry contact auth code |
registrar | String | Optional | Registrar of contact |
organization | String | Optional | The name of the organization |
name | String | Optional | The name of the person |
addressLine | List <String> | Optional | The address lines |
postalCode | String | Optional | Postal code |
city | String | Optional | The city |
state | String | Optional | The state |
country | String | Optional | The ISO 3166-1 alpha2 country code |
String | Optional | The email address | |
voice | String | Optional | The voice telephone number |
fax | String | Optional | The fax telephone number |
properties | Map <String, Map <String, String>> | Optional | Contact registry properties, nested map of registry and the contact properties for that registry |
postalInfoType | Enum | Optional |
Postal info type
Possible values:
|
status | List <Enum> | Optional |
The status of a domain
Possible values:
|
internationalizedPostalinfo | contact | Optional | If a contact contains both localized and internationalized address data the localized version is prioritized. The internationalized version is show in this nested contact data. |
Besides the generic errors these specific error responses can be expected.
Type | Status | Description |
---|---|---|
AuthCodeInvalidError | 400 Bad Request | Invalid authorization code |
GET /v2/domains/domainName/info