Whois API

Notes
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
Api Info

API endpoint:

GET
https://bringupdomain.com/seo-tools/v1/api/v1/whois

Curl Request example:

curl --location --request GET 'https://bringupdomain.com/seo-tools/v1/api/v1/whois?domain={domain}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'

Javascript Request example:

curl --location --request GET 'https://bringupdomain.com/seo-tools/v1/api/v1/whois?url=%3Aurl' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parameter
Type
Description
domain
required string
Domain Url.
format
optional string
Response format. Possible values are: xml for Name. Defaults to: json.


Return Whois Json:

{
    "domain_name": "PHP.NET",
    "registry_domain_id": "4701744_DOMAIN_NET-VRSN",
    "registrar_whois_server": "whois.tucows.com",
    "registrar_url": "http:\/\/tucowsdomains.com",
    "updated_date": "2015-08-09T05:50:14",
    "creation_date": "1997-11-18T05:00:00",
    "registrar_registration_expiration_date": "2023-11-17T05:00:00",
    "registrar": "TUCOWS, INC.",
    "registrar_iana_id": "69",
    "reseller": "easyDNS Technologies Inc.",
    "domain_status": ["clientTransferProhibited https:\/\/icann.org\/epp#clientTransferProhibited",
                      "clientUpdateProhibited https:\/\/icann.org\/epp#clientUpdateProhibited"],
    "registry_registrant_id": "",
    "registrant_name": "REDACTED FOR PRIVACY",
    "registrant_organization": "REDACTED FOR PRIVACY",
    "registrant_street": "REDACTED FOR PRIVACY",
    "registrant_city": "REDACTED FOR PRIVACY",
    "registrant_state_province": "NC",
    "registrant_postal_code": "REDACTED FOR PRIVACY",
    "registrant_country": "US",
    "registrant_phone": "REDACTED FOR PRIVACY",
    "registrant_phone_ext": "",
    "registrant_fax": "REDACTED FOR PRIVACY",
    "registrant_fax_ext": "",
    "registrant_email": "https:\/\/tieredaccess.com\/contact\/e1d2f529-6f88-4550-a94f-b03a60fe6eae",
    "registry_admin_id": "",
    "admin_name": "REDACTED FOR PRIVACY",
    "admin_organization": "REDACTED FOR PRIVACY",
    "admin_street": "REDACTED FOR PRIVACY",
    "admin_city": "REDACTED FOR PRIVACY",
    "admin_state_province": "REDACTED FOR PRIVACY",
    "admin_postal_code": "REDACTED FOR PRIVACY",
    "admin_country": "REDACTED FOR PRIVACY",
    "admin_phone": "REDACTED FOR PRIVACY",
    "admin_phone_ext": "",
    "admin_fax": "REDACTED FOR PRIVACY",
    "admin_fax_ext": "",
    "admin_email": "REDACTED FOR PRIVACY",
    "registry_tech_id": "",
    "tech_name": "REDACTED FOR PRIVACY",
    "tech_organization": "REDACTED FOR PRIVACY",
    "tech_street": "REDACTED FOR PRIVACY",
    "tech_city": "REDACTED FOR PRIVACY",
    "tech_state_province": "REDACTED FOR PRIVACY",
    "tech_postal_code": "REDACTED FOR PRIVACY",
    "tech_country": "REDACTED FOR PRIVACY",
    "tech_phone": "REDACTED FOR PRIVACY",
    "tech_phone_ext": "",
    "tech_fax": "REDACTED FOR PRIVACY",
    "tech_fax_ext": "",
    "tech_email": "REDACTED FOR PRIVACY",
    "name_server": ["dns3.easydns.org", "dns1.easydns.com", "dns2.easydns.net", "dns4.easydns.info"],
    "dnssec": "unsigned",
    "registrar_abuse_contact_email": "domainabuse@tucows.com",
    "registrar_abuse_contact_phone": "+1.4165350123",
    "url_of_the_icann_whois_data_problem_reporting_system": "https:\/\/icann.org\/wicf",
    "plaintext": "Last update of WHOIS database: 2023-03-02T18:06:31Z
    "For more information on Whois status codes, please visit https:\/\/icann.org\/epp\"\n\n
     Registration Service Provider:\n
     easyDNS Technologies Inc., easydns@myprivacy.ca\n
     +1.416.535.8672\n    http:\/\/www.easydns.com\n
     This company may be contacted for domain login\/passwords,\n
     DNS\/Nameserver changes, and general domain support questions.\n\n
     The Data in the Tucows Registrar WHOIS database is provided to you by Tucows\n
     for information purposes only, and may be used to assist you in obtaining\n
     information about or related to a domain name's registration record.\n\n
     Tucows makes this information available \"as is,\" and does not guarantee its\naccuracy.\n\n
     By submitting a WHOIS query, you agree that you will use this data only for\n
     lawful purposes and that, under no circumstances will you use this data to:\n
     (a) allow, enable, or otherwise support the transmission by e-mail,\n
     telephone, or facsimile of mass, unsolicited, commercial advertising or\n
     solicitations to entities other than the data recipient's own existing\n
     customers; or
     (b) enable high volume, automated, electronic processes that\n
     send queries or data to the systems of any Registry Operator or\n
     ICANN-Accredited registrar, except as reasonably necessary to register\n
     domain names or modify existing registrations.\n\n
     The compilation, repackaging, dissemination or other use of this Data is\n
     expressly prohibited without the prior written consent of Tucows.\n\n
     Tucows reserves the right to terminate your access to the Tucows WHOIS\n
     database in its sole discretion, including without limitation, for excessive\n
     querying of the WHOIS database or for failure to otherwise abide by this\n
     policy.\n\nTucows reserves the right to modify these terms at any time.\n\n
     By submitting this query, you agree to abide by these terms.\n\n
     NOTE: THE WHOIS DATABASE IS A CONTACT DATABASE ONLY.  LACK OF A DOMAIN\n
     RECORD DOES NOT SIGNIFY DOMAIN AVAILABILITY.",
    "domain": "php.net",
    "userid": 1,
    "procesed": true,
    "status": 200
}