StructDomainInfo

Description

This object stores the information of a domain name.

Variables

  • domain string (255)
    Domain name queried.
  • dateCreate string
    Registration date (YYYY-MM-DD).
  • dateExpiration string
    Expiration date (YYYY-MM-DD).
  • dateMinRenew string
    Minimum date before the next renewal (YYYY-MM-DD).
  • dateMaxRenew string
    Maximum renewal date before the deletion (YYYY-MM-DD).
  • dateMaxRestore string
    Maximum restoration date (YYYY-MM-DD).
  • status string (255)
    Current status
  • idOwner string (8)
    ID of the owner.
  • idAdmin string (8)
    ID of the administrative contact.
  • idTech string (8)
    ID of the technical contact.
  • idBilling string (8)
    ID of the billing contact.
  • domainIsLock integer (1)
    Is the domain locked against transfers ? (0 or 1).
  • whoisPrivacy integer (1)
    Is the whois privacy service enabled ? (0 or 1).
  • autoRenew integer (1)
    Is the domain name set to be autorenewed ? (0 or 1).
  • ns array
    List of name servers
  • authID string (64)
    Authorization code to transfer the domain name to another registrar.
  • IsSigned integer (1)
    Is the domain name signed with DNSSEC ? (0 or 1).
  • HasDNS4Service integer (1)
    Does the domain name use NETIM’s name servers for included services ? (0 or 1).
  • DNSSEC array
    Associative array of DNSSEC signature details (Present only if IsSigned = 1).

Possible status

Status value Description
PENDING
The registration or registrar transfer is pending
ERROR
The registration or registrar transfer has failed
ACTIVE, NOT DELEGATED
The domain name is active but not published in DNS. Maybe no nameservers defined.
ACTIVE, DELEGATED
The domain name is active and published in DNS. Everything is fine.
RESERVED, NOT DELEGATED
The domain name is reserved (registered but not activated yet). This status occurs when an activation is needed by the registrant
EXPIRED
The domain name is expired but still functional
EXPIRED, HOLD, NOT DELEGATED
The domain name is expired and not published in DNS
QUARANTINE, NOT DELEGATED
The domain is deleted and in redemption/quarantine status
HOLD, NOT DELEGATED
The domain name is inactive due to registrar hold or registry hold
TRANSFERRED OUT
The domain name has been transferred to another registrar
DELETED
The domain is deleted

Linked functions