# Whois

Get the Whois Information of given Domains.

General call of tasks:

 let objectJob = domainRobot.whois().multi(domains)

List of all available tasks (with typescript defintions) with linked examples (if available):

  • single(domain: String): DomainRobotResult<JsonResponseDataDomainEnvelope, Number>;
  • multi(domains: Array): DomainRobotResult<JsonResponseDataDomainEnvelope, Number>;