Whois API

Juhe Hosted WHOIS Web Service provides the registration details, also known as the WHOIS Record, of a domain name, an IP address or an email address.
First 5 requests free

API Docs

(1 results)

Error Code

Pricing

Whois Query
Whois Query
https://global.juheapi.com/whois/v1/query
json
GET
https://global.juheapi.com/whois/v1/query?apikey=xxxx&domain=JUHEAPI.COM
Query domain related information.

JUHEAPI Explorer - API testing tools

JUHEAPI Explorer allows you to call an API through its web interface , and view the entire process

Test
Request Parameter
NameMandatoryTypeDescription
apikey yes string the API KEY
domain yes string domain name
Request Example
CURL
curl -i -k "http://global.juheapi.com/domain/v1/query?apikey=xxxx&domain=JUHEAPI.COM"
Return Parameter
NameTypeDescription
code string the error code
msg string the response description
data array the data
Host string Host Info
ContactPerson string Contact Person Info
Registrar string Registrar Info
Email string Email Address
Phone string PhoneNo
CreationDate string Creation Date
ExpirationDate string Expiration Date
WhoisServer string Whois Server
DnsServer string Dns Server
DomainStatus string Domain Status
Return Example
JSON
{
  "code": "0",
  "msg": "success",
  "data": {
    "Host": "JUHEAPI.COM",
    "ContactPerson": "",
    "Registrar": " eName Technology Co., Ltd",
    "Email": "abuse@ename.com",
    "Phone": "864000044400",
    "CreationDate": "2014-11-05 09:45:53",
    "ExpirationDate": "2021-11-05 09:45:53",
    "WhoisServer": "whois.ename.com",
    "DnsServer": "F1G1NS1.DNSPOD.NET, F1G1NS2.DNSPOD.NET",
    "DomainStatus": " clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited, clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
  }
}