GET
/
api
/
v2
/
domain
/
whois
curl --request GET \
  --url https://piloterr.com/api/v2/domain/whois \
  --header 'x-api-key: <x-api-key>'
{
    "domain": {
        "id": "2236981934_DOMAIN_COM-VRSN",
        "name": "piloterr",
        "domain": "piloterr.com",
        "status": [
            "clientdeleteprohibited",
            "clienttransferprohibited"
        ],
        "punycode": "piloterr.com",
        "extension": "com",
        "created_date": "2018-03-08T23:08:14Z",
        "name_servers": [
            "cruz.ns.cloudflare.com",
            "fred.ns.cloudflare.com"
        ],
        "updated_date": "2023-06-22T07:40:14Z",
        "whois_server": "whois.ovh.com",
        "expiration_date": "2030-03-08T23:08:14Z",
        "created_date_in_time": "2018-03-08T23:08:14Z",
        "updated_date_in_time": "2023-06-22T07:40:14Z",
        "expiration_date_in_time": "2030-03-08T23:08:14Z"
    },
    "registrar": {
        "id": "433",
        "name": "OVH sas",
        "email": "abuse@ovh.net",
        "phone": "+33.972101007",
        "referral_url": "https://www.ovh.com"
    },
    "technical": {
        "fax": "REDACTED FOR PRIVACY",
        "city": "REDACTED FOR PRIVACY",
        "name": "REDACTED FOR PRIVACY",
        "email": "redacted for privacy - send message to contact by visiting https://www.ovhcloud.com/en/lp/request-ovhcloud-registered-domain/",
        "phone": "REDACTED FOR PRIVACY",
        "street": "REDACTED FOR PRIVACY",
        "country": "REDACTED FOR PRIVACY",
        "fax_ext": "REDACTED FOR PRIVACY",
        "province": "REDACTED FOR PRIVACY",
        "phone_ext": "REDACTED FOR PRIVACY",
        "postal_code": "REDACTED FOR PRIVACY",
        "organization": "REDACTED FOR PRIVACY"
    },
    "registrant": {
        "fax": "REDACTED FOR PRIVACY",
        "city": "REDACTED FOR PRIVACY",
        "name": "REDACTED FOR PRIVACY",
        "email": "redacted for privacy - send message to contact by visiting https://www.ovhcloud.com/en/lp/request-ovhcloud-registered-domain/",
        "phone": "REDACTED FOR PRIVACY",
        "street": "REDACTED FOR PRIVACY",
        "country": "FR",
        "fax_ext": "REDACTED FOR PRIVACY",
        "phone_ext": "REDACTED FOR PRIVACY",
        "postal_code": "REDACTED FOR PRIVACY"
    },
    "administrative": {
        "fax": "REDACTED FOR PRIVACY",
        "city": "REDACTED FOR PRIVACY",
        "name": "REDACTED FOR PRIVACY",
        "email": "redacted for privacy - send message to contact by visiting https://www.ovhcloud.com/en/lp/request-ovhcloud-registered-domain/",
        "phone": "REDACTED FOR PRIVACY",
        "street": "REDACTED FOR PRIVACY",
        "country": "REDACTED FOR PRIVACY",
        "fax_ext": "REDACTED FOR PRIVACY",
        "province": "REDACTED FOR PRIVACY",
        "phone_ext": "REDACTED FOR PRIVACY",
        "postal_code": "REDACTED FOR PRIVACY",
        "organization": "REDACTED FOR PRIVACY"
    }
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

A domain name for which you want to get whois information.

Response

search
Whois Object
domain
object

Domain information

registrar
object

Registrar information

technical
object

Technical contact information

registrant
object

Registrant contact information

administrative
object

Administrative contact information