Our Bulk WHOIS Lookup API offers a powerful solution for obtaining accurate and organized WHOIS information across multiple domains simultaneously. Designed to handle large-scale queries, our API provides detailed registration and ownership data for all top-level domains (TLDs) and second-level domains (SLDs) as recognized by the Internet Corporation for Assigned Names and Numbers (ICANN). By accessing real-time data directly from WHOIS servers, our API ensures you receive the most up-to-date and precise domain information available for each domain name.
Ideal for enterprises and developers managing extensive domain portfolios or conducting in-depth competitive analysis, our Bulk WHOIS Lookup API simplifies the process of gathering and analyzing domain data. The API delivers information in a clear and structured format, enhancing your ability to perform domain intelligence, safeguard against phishing and scams, and execute effective brand protection strategies. Whether you are handling mass WHOIS queries or integrating domain data into your marketing and cybersecurity frameworks, our API provides the reliability and efficiency you need to stay ahead in a dynamic digital landscape.
Our Bulk WHOIS Lookup API offers comprehensive coverage of all top-level domains (TLDs) and their respective second-level domains (SLDs) as defined by ICANN. This ensures that you can retrieve WHOIS data for an extensive range of domain types, providing a complete view of domain registration and ownership across the global domain landscape. With our API, you can efficiently manage and analyze a diverse set of domains, making it an indispensable tool for large-scale domain management and intelligence.
Stay updated with the most current domain information using our API's real-time data retrieval capabilities. Our service queries WHOIS servers directly to deliver the most accurate and up-to-date registration and ownership details. This ensures that you always have access to the latest domain information, crucial for timely decision-making and up-to-date domain analysis.
Our API provides both well-structured domain information and raw WHOIS data in the response. This dual-format delivery allows you to benefit from organized, easy-to-digest WHOIS records while also accessing the unprocessed raw data. Whether you need to perform detailed analysis, ensure compliance, or customize data processing, our API delivers the flexibility to meet diverse requirements, giving you the complete picture and precise control over your domain data.
Maximize efficiency with our Bulk WHOIS Lookup API, which supports up to 100 domains per request. This high-capacity feature allows you to process large batches of domain queries simultaneously, streamlining your workflow and saving valuable time.
$ pip install requests
The request body should be in JSON format and include a comma-separated list of domain names to query WHOIS data for each domain.
{ "domainNames": [ "google.com", "microsoft.com" ] }
Field | Type | Requirement | Description |
---|---|---|---|
bulk_whois_response | Array | Mandatory | List of WHOIS object for each domain name from the request |
Each WHOIS lookup response includes the following fields:
Field | Type | Requirement | Description |
---|---|---|---|
status | Boolean | Mandatory | Determines whether the request was successfully processed or not. If a specific domain name fails to retrieve a WHOIS record or encounters any other error, the status will be indicated as false. |
domain_name | String | Mandatory | domain name which was queried |
query_time | String | Mandatory | The timestamp when the query was made. (format YYYY-MM-DD HH:mm:ss) |
whois_server | String | Mandatory | The WHOIS server that provided the domain information. |
domain_registered | String | Mandatory | determines whether the requested domain is registered/not registered or is restricted. Possible values are:
(1) yes - domain is registered
(2) no - domain is not registered
(3) restricted - domain is restricted by the registry or registrar and can not be registered |
create_date | String | Optional | date when the domain was initially registered (format: YYYY-MM-DD) |
update_date | String | Optional | The date (format: YYYY-MM-DD) of the most recent update to the domain registration. |
expiry_date | String | Optional | The date ( format YYYY-MM-DD) when the domain registration will expire if not renewed. |
domain_registrar.iana_id | String | Optional | The IANA (Internet Assigned Numbers Authority) ID of the registrar managing the domain. This unique identifier is assigned to domain registrars by the IANA to ensure their recognition and regulation in the domain name system. |
domain_registrar.registrar_name | String | Optional | The name of the registrar managing the domain. |
domain_registrar.whois_server | String | Optional | The WHOIS server that provided the domain information. |
domain_registrar.website_url | String | Optional | The website URL of the registrar managing the domain. |
domain_registrar.email_address | String | Optional | The email address of registrar contact |
domain_registrar.phone_number | String | Optional | The phone number of the registrar managing the object. |
reseller_contact | Object | Optional | Third party between the registrar and registrant. |
reseller_contact.name | String | Optional | Name of the reseller. |
reseller_contact.email_address | String | Optional | Email address of the reseller. |
reseller_contact.phone | String | Optional | Phone number of the reseller. |
registrant_contact | Object | Optional | Contact details of the domain's owner. |
administrative_contact | Object | Optional | Contact details of the domain administrator. |
technical_contact | Object | Optional | Contact details of the technical person. |
billing_contact | Object | Optional | Contact details of the person handling billing operations. |
name_servers | Array | Optional | Name servers of the domain. |
domain_status | Array | Optional | Status of the domain. |
whois_raw_domain | String | Optional | Raw WHOIS data for the domain. |
registry_data | Object | Optional | Registry data of the domain. |
The registrant_contact, administrative_contact, technical_contact, and billing_contact objects contain the following fields:
Field | Type | Requirement | Description |
---|---|---|---|
name | String | Optional | Name of the person. |
company | String | Optional | Name of the company. |
street | String | Optional | Street name. |
city | String | Optional | City of the responsible person. |
state | String | Optional | State of the responsible person. |
zip_code | String | Optional | Zip code of the responsible person. |
country_name | String | Optional | Country name of the responsible person. |
country_code | String | Optional | Country code of the responsible person. |
email_address | String | Optional | Email address of the responsible person. |
phone | String | Optional | Phone number of the responsible person. |
fax | String | Optional | Fax of the responsible person. |
mailing_address | String | Optional | Mailing address of the responsible person. |
The registry_data object contains following fields:
Field | Type | Requirement | Description |
---|---|---|---|
domain_name | String | Optional | Name of the domain. |
query_time | String | Optional | The timestamp when the query was made (format: YYYY-MM-DD HH:mm:ss). |
whois_server | String | Optional | The WHOIS server that provided the domain information. |
domain_registered | String | Optional | Determines whether the requested domain is registered/not registered or is restricted. Possible values are:
(1) yes - domain is registered
(2) no - domain is not registered
(3) restricted - domain is restricted by the registry or registrar and can not be registered |
create_date | String | Optional | Date when the domain was initially registered (format: YYYY-MM-DD). |
update_date | String | Optional | The date (format: YYYY-MM-DD) of the most recent update to the domain registration. |
expiry_date | String | Optional | The date (format: YYYY-MM-DD) when the domain registration will expire if not renewed. |
name_servers | Array | Optional | Name servers of the domain. |
domain_status | Array | Optional | Status of the domain. |
whois_raw_registry | String | Optional | Raw WHOIS data from the registry. |
domain_registrar | Object | Optional | Registrar information |
domain_registrar.iana_id | String | Optional | The IANA (Internet Assigned Numbers Authority) ID of the registrar managing the domain. This unique identifier is assigned to domain registrars by the IANA to ensure their recognition and regulation in the domain name system. |
domain_registrar.registrar_name | String | Optional | The name of the registrar managing the domain. |
domain_registrar.whois_server | String | Optional | The WHOIS server that provided the domain information. |
domain_registrar.website_url | String | Optional | The website URL of the registrar managing the domain. |
domain_registrar.email_address | String | Optional | The email address of the registrar contact. |
domain_registrar.phone_number | String | Optional | The phone number of the registrar contact. |
If the entire request encounters an error, specific error codes will be returned. However, if an individual domain name fails to retrieve a WHOIS record or experiences another issue, the status for that domain will be marked as false. The response will still include WHOIS data for the remaining domain names, ensuring you receive the maximum amount of useful information available.
HTTP Status | Reasons |
---|---|
200 | The request is processed successfully and includes WHOIS data for all domain names specified in the request. |
206 | Partial response. When one or more domain names in the request fail while others successfully fetch WHOIS data. |
210 | Cached response. When one or more domain names retrieve WHOIS data from the cache. |
500 | Internal Server error occurred. |
503 | Service is unavailable. Please try after some time. |
Include domain names or URLs in the request body. Our API will return the corresponding WHOIS data for each entry, providing precise and detailed information to meet your requirements.
{ "bulk_whois_response": [ { "status": true, "domain_name": "google.com", "query_time": "2024-08-13 15:29:46", "whois_server": "whois.verisign-grs.com", "domain_registered": "yes", "create_date": "1997-09-15", "update_date": "2024-08-02", "expiry_date": "2028-09-14", "domain_registrar": { "iana_id": "292", "registrar_name": "MarkMonitor, Inc.", "whois_server": "whois.markmonitor.com", "website_url": "http://www.markmonitor.com", "email_address": "abusecomplaints@markmonitor.com", "phone_number": "+1.2086851750" }, "registrant_contact": { "company": "Google LLC", "state": "CA", "country_name": "United States", "country_code": "US", "email_address": "Select Request Email Form at https://domains.markmonitor.com/whois/google.com" }, "administrative_contact": { "company": "Google LLC", "state": "CA", "country_name": "United States", "country_code": "US", "email_address": "Select Request Email Form at https://domains.markmonitor.com/whois/google.com" }, "technical_contact": { "company": "Google LLC", "state": "CA", "country_name": "United States", "country_code": "US", "email_address": "Select Request Email Form at https://domains.markmonitor.com/whois/google.com" }, "name_servers": [ "ns1.google.com", "ns4.google.com", "ns2.google.com", "ns3.google.com" ], "domain_status": [ "clientUpdateProhibited", "clientTransferProhibited", "clientDeleteProhibited", "serverUpdateProhibited", "serverTransferProhibited", "serverDeleteProhibited" ], "whois_raw_domain": "\nDomain Name: google.com\nRegistry Domain ID: 2138514_DOMAIN_COM-VRSN\nRegistrar WHOIS Server: whois.markmonitor.com\nRegistrar URL: http://www.markmonitor.com\nUpdated Date: 2024-08-02T02:17:33+0000\nCreation Date: 1997-09-15T07:00:00+0000\nRegistrar Registration Expiration Date: 2028-09-13T07:00:00+0000\nRegistrar: MarkMonitor, Inc.\nRegistrar IANA ID: 292\nRegistrar Abuse Contact Email: abusecomplaints@markmonitor.com\nRegistrar Abuse Contact Phone: +1.2086851750\nDomain Status: clientUpdateProhibited (https://www.icann.org/epp#clientUpdateProhibited)\nDomain Status: clientTransferProhibited (https://www.icann.org/epp#clientTransferProhibited)\nDomain Status: clientDeleteProhibited (https://www.icann.org/epp#clientDeleteProhibited)\nDomain Status: serverUpdateProhibited (https://www.icann.org/epp#serverUpdateProhibited)\nDomain Status: serverTransferProhibited (https://www.icann.org/epp#serverTransferProhibited)\nDomain Status: serverDeleteProhibited (https://www.icann.org/epp#serverDeleteProhibited)\nRegistrant Organization: Google LLC\nRegistrant State/Province: CA\nRegistrant Country: US\nRegistrant Email: Select Request Email Form at https://domains.markmonitor.com/whois/google.com\nAdmin Organization: Google LLC\nAdmin State/Province: CA\nAdmin Country: US\nAdmin Email: Select Request Email Form at https://domains.markmonitor.com/whois/google.com\nTech Organization: Google LLC\nTech State/Province: CA\nTech Country: US\nTech Email: Select Request Email Form at https://domains.markmonitor.com/whois/google.com\nName Server: ns1.google.com\nName Server: ns4.google.com\nName Server: ns2.google.com\nName Server: ns3.google.com\nDNSSEC: unsigned\nURL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/\n>>> Last update of WHOIS database: 2024-08-13T15:28:34+0000 <<<\n\nFor more information on WHOIS status codes, please visit:\n https://www.icann.org/resources/pages/epp-status-codes\n\nIf you wish to contact this domain's Registrant, Administrative, or Technical\ncontact, and such email address is not visible above, you may do so via our web\nform, pursuant to ICANN's Temporary Specification. To verify that you are not a\nrobot, please enter your email address to receive a link to a page that\nfacilitates email communication with the relevant contact(s).\n\nWeb-based WHOIS:\n https://domains.markmonitor.com/whois\n\nIf you have a legitimate interest in viewing the non-public WHOIS details, send\nyour request and the reasons for your request to whoisrequest@markmonitor.com\nand specify the domain name in the subject line. We will review that request and\nmay ask for supporting documentation and explanation.\n\nThe data in MarkMonitor's WHOIS database is provided for information purposes,\nand to assist persons in obtaining information about or related to a domain\nname's registration record. While MarkMonitor believes the data to be accurate,\nthe data is provided "as is" with no guarantee or warranties regarding its\naccuracy.\n\nBy submitting a WHOIS query, you agree that you will use this data only for\nlawful purposes and that, under no circumstances will you use this data to:\n (1) allow, enable, or otherwise support the transmission by email, telephone,\nor facsimile of mass, unsolicited, commercial advertising, or spam; or\n (2) enable high volume, automated, or electronic processes that send queries,\ndata, or email to MarkMonitor (or its systems) or the domain name contacts (or\nits systems).\n\nMarkMonitor reserves the right to modify these terms at any time.\n\nBy submitting this query, you agree to abide by this policy.\n\nMarkMonitor Domain Management(TM)\nProtecting companies and consumers in a digital world.\n\nVisit MarkMonitor at https://www.markmonitor.com\nContact us at +1.8007459229\nIn Europe, at +44.02032062220\n--", "registry_data": { "domain_name": "GOOGLE.COM", "query_time": "2024-08-13 15:29:46", "whois_server": "whois.verisign-grs.com", "domain_registered": "yes", "domain_registrar": { "iana_id": "292", "registrar_name": "MarkMonitor Inc.", "whois_server": "whois.markmonitor.com", "website_url": "http://www.markmonitor.com", "email_address": "abusecomplaints@markmonitor.com", "phone_number": "+1.2086851750" }, "name_servers": [ "ns1.google.com", "ns2.google.com", "ns3.google.com", "ns4.google.com" ], "domain_status": [ "clientDeleteProhibited", "clientTransferProhibited", "clientUpdateProhibited", "serverDeleteProhibited", "serverTransferProhibited", "serverUpdateProhibited" ], "whois_raw_registery": "\n Domain Name: GOOGLE.COM\n Registry Domain ID: 2138514_DOMAIN_COM-VRSN\n Registrar WHOIS Server: whois.markmonitor.com\n Registrar URL: http://www.markmonitor.com\n Updated Date: 2019-09-09T15:39:04Z\n Creation Date: 1997-09-15T04:00:00Z\n Registry Expiry Date: 2028-09-14T04:00:00Z\n Registrar: MarkMonitor Inc.\n Registrar IANA ID: 292\n Registrar Abuse Contact Email: abusecomplaints@markmonitor.com\n Registrar Abuse Contact Phone: +1.2086851750\n Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited\n Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited\n Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited\n Domain Status: serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited\n Domain Status: serverTransferProhibited https://icann.org/epp#serverTransferProhibited\n Domain Status: serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited\n Name Server: NS1.GOOGLE.COM\n Name Server: NS2.GOOGLE.COM\n Name Server: NS3.GOOGLE.COM\n Name Server: NS4.GOOGLE.COM\n DNSSEC: unsigned\n URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/\n>>> Last update of whois database: 2024-08-13T15:29:29Z <<<\n\nFor more information on Whois status codes, please visit https://icann.org/epp\n\nNOTICE: The expiration date displayed in this record is the date the\nregistrar's sponsorship of the domain name registration in the registry is\ncurrently set to expire. This date does not necessarily reflect the expiration\ndate of the domain name registrant's agreement with the sponsoring\nregistrar. Users may consult the sponsoring registrar's Whois database to\nview the registrar's reported date of expiration for this registration.\n\nTERMS OF USE: You are not authorized to access or query our Whois\ndatabase through the use of electronic processes that are high-volume and\nautomated except as reasonably necessary to register domain names or\nmodify existing registrations; the Data in VeriSign Global Registry\nServices' ("VeriSign") Whois database is provided by VeriSign for\ninformation purposes only, and to assist persons in obtaining information\nabout or related to a domain name registration record. VeriSign does not\nguarantee its accuracy. By submitting a Whois query, you agree to abide\nby the following terms of use: You agree that you may use this Data only\nfor lawful purposes and that under no circumstances will you use this Data\nto: (1) allow, enable, or otherwise support the transmission of mass\nunsolicited, commercial advertising or solicitations via e-mail, telephone,\nor facsimile; or (2) enable high volume, automated, electronic processes\nthat apply to VeriSign (or its computer systems). The compilation,\nrepackaging, dissemination or other use of this Data is expressly\nprohibited without the prior written consent of VeriSign. You agree not to\nuse electronic processes that are automated and high-volume to access or\nquery the Whois database except as reasonably necessary to register\ndomain names or modify existing registrations. VeriSign reserves the right\nto restrict your access to the Whois database in its sole discretion to ensure\noperational stability. VeriSign may restrict or terminate your access to the\nWhois database for failure to abide by these terms of use. VeriSign\nreserves the right to modify these terms at any time.\n\nThe Registry database contains ONLY .COM, .NET, .EDU domains and\nRegistrars." } }, { "status": true, "domain_name": "microsoft.us", "query_time": "2024-08-13 15:29:46", "whois_server": "whois.nic.us", "domain_registered": "yes", "create_date": "2002-04-19", "update_date": "2024-04-14", "expiry_date": "2025-04-18", "domain_registrar": { "iana_id": "299", "registrar_name": "CSC Corporate Domains, Inc.", "whois_server": "whois.corporatedomains.com", "website_url": "whois.corporatedomains.com", "email_address": "domainabuse@cscglobal.com", "phone_number": "+1.8887802723" }, "registrant_contact": { "name": "Domain Administrator", "company": "Microsoft Corporation", "street": "One Microsoft Way", "city": "Redmond", "state": "WA", "zip_code": "98052", "country_name": "United States", "country_code": "US", "email_address": "domains@microsoft.com", "phone": "+1.4258828080", "fax": "+1.4259367329" }, "administrative_contact": { "name": "Domain Administrator", "company": "Microsoft Corporation", "street": "One Microsoft Way", "city": "Redmond", "state": "WA", "zip_code": "98052", "country_name": "United States", "country_code": "US", "email_address": "domains@microsoft.com", "phone": "+1.4258828080", "fax": "+1.4259367329" }, "technical_contact": { "name": "MSN Hostmaster", "company": "Microsoft Corporation", "street": "One Microsoft Way", "city": "Redmond", "state": "WA", "zip_code": "98052", "country_name": "United States", "country_code": "US", "email_address": "msnhst@microsoft.com", "phone": "+1.4258828080", "fax": "+1.4259367329" }, "name_servers": [ "ns3-33.azure-dns.org", "ns4-33.azure-dns.info", "ns1-33.azure-dns.com", "ns2-33.azure-dns.net" ], "domain_status": [ "clientDeleteProhibited", "clientTransferProhibited" ], "whois_raw_domain": "\nDomain Name: microsoft.us\nRegistry Domain ID: D749411-US\nRegistrar WHOIS Server: whois.corporatedomains.com\nRegistrar URL: whois.corporatedomains.com\nUpdated Date: 2024-04-14T05:01:23Z\nCreation Date: 2002-04-19T22:03:40Z\nRegistry Expiry Date: 2025-04-18T23:59:59Z\nRegistrar: CSC Corporate Domains, Inc.\nRegistrar IANA ID: 299\nRegistrar Abuse Contact Email: domainabuse@cscglobal.com\nRegistrar Abuse Contact Phone: +1.8887802723\nDomain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited\nDomain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited\nRegistry Registrant ID: C17954360-US\nRegistrant Name: Domain Administrator\nRegistrant Organization: Microsoft Corporation\nRegistrant Street: One Microsoft Way\nRegistrant Street:\nRegistrant Street:\nRegistrant City: Redmond\nRegistrant State/Province: WA\nRegistrant Postal Code: 98052\nRegistrant Country: US\nRegistrant Phone: +1.4258828080\nRegistrant Phone Ext:\nRegistrant Fax: +1.4259367329\nRegistrant Fax Ext:\nRegistrant Email: domains@microsoft.com\nRegistrant Application Purpose: P1\nRegistrant Nexus Category: C21\nRegistry Admin ID: C17954360-US\nAdmin Name: Domain Administrator\nAdmin Organization: Microsoft Corporation\nAdmin Street: One Microsoft Way\nAdmin Street:\nAdmin Street:\nAdmin City: Redmond\nAdmin State/Province: WA\nAdmin Postal Code: 98052\nAdmin Country: US\nAdmin Phone: +1.4258828080\nAdmin Phone Ext:\nAdmin Fax: +1.4259367329\nAdmin Fax Ext:\nAdmin Email: domains@microsoft.com\nAdmin Application Purpose: P1\nAdmin Nexus Category: C21\nRegistry Tech ID: C17954362-US\nTech Name: MSN Hostmaster\nTech Organization: Microsoft Corporation\nTech Street: One Microsoft Way\nTech Street:\nTech Street:\nTech City: Redmond\nTech State/Province: WA\nTech Postal Code: 98052\nTech Country: US\nTech Phone: +1.4258828080\nTech Phone Ext:\nTech Fax: +1.4259367329\nTech Fax Ext:\nTech Email: msnhst@microsoft.com\nTech Application Purpose: P1\nTech Nexus Category: C21\nName Server: ns3-33.azure-dns.org\nName Server: ns4-33.azure-dns.info\nName Server: ns1-33.azure-dns.com\nName Server: ns2-33.azure-dns.net\nDNSSEC: unsigned\nURL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/\n>>> Last update of WHOIS database: 2024-08-13T15:29:46Z <<<\n\nFor more information on Whois status codes, please visit https://icann.org/epp\n\n.US WHOIS Complaint Tool - http://www.whoiscomplaints.us\nAdvanced WHOIS Instructions - http://whois.us/help.html\n\nRegistry Services, LLC, the Registry Administrator for .US, has collected this information for the WHOIS database through a .US-Accredited Registrar. This information is provided to you for informational purposes only and is designed to assist persons in determining contents of a domain name registration record in the registry database. \n\nRegistry Services, LLC makes this information available to you "as is" and does not guarantee its accuracy. By submitting a WHOIS query, you agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data: \n\n(1) to allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via direct mail, electronic mail, or by telephone; \n(2) in contravention of any applicable data and privacy protection laws; or \n(3) to enable high volume, automated, electronic processes that apply to the registry (or its systems). \n\nCompilation, repackaging, dissemination, or other use of the WHOIS database in its entirety, or of a substantial portion thereof, is not allowed without our prior written permission. \n\nWe reserve the right to modify or change these conditions at any time without prior or subsequent notification of any kind. By executing this query, in any manner whatsoever, you agree to abide by these terms. NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT INDICATIVE OF THE AVAILABILITY OF A DOMAIN NAME. All domain names are subject to certain additional domain name registration rules. For details, please visit our site at www.whois.us." } ] }curl --location 'https://api.apifreaks.com/v1.0/domain/whois/live/?apiKey=API-KEY' --header 'Content-Type: application/json' --data '{ "domainNames": [ "google.com", "microsoft.us" ] }'
To customize the response format for your Bulk WHOIS Lookup API, use the format parameter in your request. By default, the API returns responses in JSON format. To receive the data in XML format, simply set the format query parameter to xml. This customization ensures that you receive bulk WHOIS data in the format that best suits your needs, whether for comprehensive domain analysis or streamlined integration. This flexibility enhances your experience with our API, providing convenience and adaptability for both JSON and XML preferences.
<BulkWhoisResponse> <bulk_whois_response> <domainInfo> <status>true</status> <domain_name>google.com</domain_name> <query_time>2024-08-13 15:33:09</query_time> <whois_server>whois.verisign-grs.com</whois_server> <domain_registered>yes</domain_registered> <create_date>1997-09-15</create_date> <update_date>2024-08-02</update_date> <expiry_date>2028-09-14</expiry_date> <domain_registrar> <iana_id>292</iana_id> <registrar_name>MarkMonitor, Inc.</registrar_name> <whois_server>whois.markmonitor.com</whois_server> <website_url>http://www.markmonitor.com</website_url> <email_address>abusecomplaints@markmonitor.com</email_address> <phone_number>+1.2086851750</phone_number> </domain_registrar> <registrant_contact> <company>Google LLC</company> <state>CA</state> <country_name>United States</country_name> <country_code>US</country_code> <email_address>Select Request Email Form at https://domains.markmonitor.com/whois/google.com</email_address> </registrant_contact> <administrative_contact> <company>Google LLC</company> <state>CA</state> <country_name>United States</country_name> <country_code>US</country_code> <email_address>Select Request Email Form at https://domains.markmonitor.com/whois/google.com</email_address> </administrative_contact> <technical_contact> <company>Google LLC</company> <state>CA</state> <country_name>United States</country_name> <country_code>US</country_code> <email_address>Select Request Email Form at https://domains.markmonitor.com/whois/google.com</email_address> </technical_contact> <name_servers> <nameServer>ns1.google.com</nameServer> <nameServer>ns4.google.com</nameServer> <nameServer>ns2.google.com</nameServer> <nameServer>ns3.google.com</nameServer> </name_servers> <domain_status> <domainStatus>clientUpdateProhibited</domainStatus> <domainStatus>clientTransferProhibited</domainStatus> <domainStatus>clientDeleteProhibited</domainStatus> <domainStatus>serverUpdateProhibited</domainStatus> <domainStatus>serverTransferProhibited</domainStatus> <domainStatus>serverDeleteProhibited</domainStatus> </domain_status> <whois_raw_domain> Domain Name: google.com Registry Domain ID: 2138514_DOMAIN_COM-VRSN Registrar WHOIS Server: whois.markmonitor.com Registrar URL: http://www.markmonitor.com Updated Date: 2024-08-02T02:17:33+0000 Creation Date: 1997-09-15T07:00:00+0000 Registrar Registration Expiration Date: 2028-09-13T07:00:00+0000 Registrar: MarkMonitor, Inc. Registrar IANA ID: 292 Registrar Abuse Contact Email: abusecomplaints@markmonitor.com Registrar Abuse Contact Phone: +1.2086851750 Domain Status: clientUpdateProhibited (https://www.icann.org/epp#clientUpdateProhibited) Domain Status: clientTransferProhibited (https://www.icann.org/epp#clientTransferProhibited) Domain Status: clientDeleteProhibited (https://www.icann.org/epp#clientDeleteProhibited) Domain Status: serverUpdateProhibited (https://www.icann.org/epp#serverUpdateProhibited) Domain Status: serverTransferProhibited (https://www.icann.org/epp#serverTransferProhibited) Domain Status: serverDeleteProhibited (https://www.icann.org/epp#serverDeleteProhibited) Registrant Organization: Google LLC Registrant State/Province: CA Registrant Country: US Registrant Email: Select Request Email Form at https://domains.markmonitor.com/whois/google.com Admin Organization: Google LLC Admin State/Province: CA Admin Country: US Admin Email: Select Request Email Form at https://domains.markmonitor.com/whois/google.com Tech Organization: Google LLC Tech State/Province: CA Tech Country: US Tech Email: Select Request Email Form at https://domains.markmonitor.com/whois/google.com Name Server: ns1.google.com Name Server: ns4.google.com Name Server: ns2.google.com Name Server: ns3.google.com DNSSEC: unsigned URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/ >>> Last update of WHOIS database: 2024-08-13T15:28:34+0000 <<< For more information on WHOIS status codes, please visit: https://www.icann.org/resources/pages/epp-status-codes If you wish to contact this domain's Registrant, Administrative, or Technical contact, and such email address is not visible above, you may do so via our web form, pursuant to ICANN's Temporary Specification. To verify that you are not a robot, please enter your email address to receive a link to a page that facilitates email communication with the relevant contact(s). Web-based WHOIS: https://domains.markmonitor.com/whois If you have a legitimate interest in viewing the non-public WHOIS details, send your request and the reasons for your request to whoisrequest@markmonitor.com and specify the domain name in the subject line. We will review that request and may ask for supporting documentation and explanation. The data in MarkMonitor's WHOIS database is provided for information purposes, and to assist persons in obtaining information about or related to a domain name's registration record. While MarkMonitor believes the data to be accurate, the data is provided "as is" with no guarantee or warranties regarding its accuracy. By submitting a WHOIS query, you agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to: (1) allow, enable, or otherwise support the transmission by email, telephone, or facsimile of mass, unsolicited, commercial advertising, or spam; or (2) enable high volume, automated, or electronic processes that send queries, data, or email to MarkMonitor (or its systems) or the domain name contacts (or its systems). MarkMonitor reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy. MarkMonitor Domain Management(TM) Protecting companies and consumers in a digital world. Visit MarkMonitor at https://www.markmonitor.com Contact us at +1.8007459229 In Europe, at +44.02032062220 --</whois_raw_domain> <registry_data> <domain_name>GOOGLE.COM</domain_name> <query_time>2024-08-13 15:33:09</query_time> <whois_server>whois.verisign-grs.com</whois_server> <domain_registered>yes</domain_registered> <domain_registrar> <iana_id>292</iana_id> <registrar_name>MarkMonitor Inc.</registrar_name> <whois_server>whois.markmonitor.com</whois_server> <website_url>http://www.markmonitor.com</website_url> <email_address>abusecomplaints@markmonitor.com</email_address> <phone_number>+1.2086851750</phone_number> </domain_registrar> <name_servers> <nameServer>ns1.google.com</nameServer> <nameServer>ns2.google.com</nameServer> <nameServer>ns3.google.com</nameServer> <nameServer>ns4.google.com</nameServer> </name_servers> <domain_status> <domainStatus>clientDeleteProhibited</domainStatus> <domainStatus>clientTransferProhibited</domainStatus> <domainStatus>clientUpdateProhibited</domainStatus> <domainStatus>serverDeleteProhibited</domainStatus> <domainStatus>serverTransferProhibited</domainStatus> <domainStatus>serverUpdateProhibited</domainStatus> </domain_status> <whois_raw_registery> Domain Name: GOOGLE.COM Registry Domain ID: 2138514_DOMAIN_COM-VRSN Registrar WHOIS Server: whois.markmonitor.com Registrar URL: http://www.markmonitor.com Updated Date: 2019-09-09T15:39:04Z Creation Date: 1997-09-15T04:00:00Z Registry Expiry Date: 2028-09-14T04:00:00Z Registrar: MarkMonitor Inc. Registrar IANA ID: 292 Registrar Abuse Contact Email: abusecomplaints@markmonitor.com Registrar Abuse Contact Phone: +1.2086851750 Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited Domain Status: serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited Domain Status: serverTransferProhibited https://icann.org/epp#serverTransferProhibited Domain Status: serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited Name Server: NS1.GOOGLE.COM Name Server: NS2.GOOGLE.COM Name Server: NS3.GOOGLE.COM Name Server: NS4.GOOGLE.COM DNSSEC: unsigned URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/ >>> Last update of whois database: 2024-08-13T15:32:59Z <<< For more information on Whois status codes, please visit https://icann.org/epp NOTICE: The expiration date displayed in this record is the date the registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or modify existing registrations; the Data in VeriSign Global Registry Services' ("VeriSign") Whois database is provided by VeriSign for information purposes only, and to assist persons in obtaining information about or related to a domain name registration record. VeriSign does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to VeriSign (or its computer systems). The compilation, repackaging, dissemination or other use of this Data is expressly prohibited without the prior written consent of VeriSign. You agree not to use electronic processes that are automated and high-volume to access or query the Whois database except as reasonably necessary to register domain names or modify existing registrations. VeriSign reserves the right to restrict your access to the Whois database in its sole discretion to ensure operational stability. VeriSign may restrict or terminate your access to the Whois database for failure to abide by these terms of use. VeriSign reserves the right to modify these terms at any time. The Registry database contains ONLY .COM, .NET, .EDU domains and Registrars.</whois_raw_registery> </registry_data> </domainInfo> <domainInfo> <status>true</status> <domain_name>microsoft.us</domain_name> <query_time>2024-08-13 15:33:09</query_time> <whois_server>whois.nic.us</whois_server> <domain_registered>yes</domain_registered> <create_date>2002-04-19</create_date> <update_date>2024-04-14</update_date> <expiry_date>2025-04-18</expiry_date> <domain_registrar> <iana_id>299</iana_id> <registrar_name>CSC Corporate Domains, Inc.</registrar_name> <whois_server>whois.corporatedomains.com</whois_server> <website_url>whois.corporatedomains.com</website_url> <email_address>domainabuse@cscglobal.com</email_address> <phone_number>+1.8887802723</phone_number> </domain_registrar> <registrant_contact> <name>Domain Administrator</name> <company>Microsoft Corporation</company> <street>One Microsoft Way</street> <city>Redmond</city> <state>WA</state> <zip_code>98052</zip_code> <country_name>United States</country_name> <country_code>US</country_code> <email_address>domains@microsoft.com</email_address> <phone>+1.4258828080</phone> <fax>+1.4259367329</fax> </registrant_contact> <administrative_contact> <name>Domain Administrator</name> <company>Microsoft Corporation</company> <street>One Microsoft Way</street> <city>Redmond</city> <state>WA</state> <zip_code>98052</zip_code> <country_name>United States</country_name> <country_code>US</country_code> <email_address>domains@microsoft.com</email_address> <phone>+1.4258828080</phone> <fax>+1.4259367329</fax> </administrative_contact> <technical_contact> <name>MSN Hostmaster</name> <company>Microsoft Corporation</company> <street>One Microsoft Way</street> <city>Redmond</city> <state>WA</state> <zip_code>98052</zip_code> <country_name>United States</country_name> <country_code>US</country_code> <email_address>msnhst@microsoft.com</email_address> <phone>+1.4258828080</phone> <fax>+1.4259367329</fax> </technical_contact> <name_servers> <nameServer>ns3-33.azure-dns.org</nameServer> <nameServer>ns4-33.azure-dns.info</nameServer> <nameServer>ns1-33.azure-dns.com</nameServer> <nameServer>ns2-33.azure-dns.net</nameServer> </name_servers> <domain_status> <domainStatus>clientDeleteProhibited</domainStatus> <domainStatus>clientTransferProhibited</domainStatus> </domain_status> <whois_raw_domain> Domain Name: microsoft.us Registry Domain ID: D749411-US Registrar WHOIS Server: whois.corporatedomains.com Registrar URL: whois.corporatedomains.com Updated Date: 2024-04-14T05:01:23Z Creation Date: 2002-04-19T22:03:40Z Registry Expiry Date: 2025-04-18T23:59:59Z Registrar: CSC Corporate Domains, Inc. Registrar IANA ID: 299 Registrar Abuse Contact Email: domainabuse@cscglobal.com Registrar Abuse Contact Phone: +1.8887802723 Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Registry Registrant ID: C17954360-US Registrant Name: Domain Administrator Registrant Organization: Microsoft Corporation Registrant Street: One Microsoft Way Registrant Street: Registrant Street: Registrant City: Redmond Registrant State/Province: WA Registrant Postal Code: 98052 Registrant Country: US Registrant Phone: +1.4258828080 Registrant Phone Ext: Registrant Fax: +1.4259367329 Registrant Fax Ext: Registrant Email: domains@microsoft.com Registrant Application Purpose: P1 Registrant Nexus Category: C21 Registry Admin ID: C17954360-US Admin Name: Domain Administrator Admin Organization: Microsoft Corporation Admin Street: One Microsoft Way Admin Street: Admin Street: Admin City: Redmond Admin State/Province: WA Admin Postal Code: 98052 Admin Country: US Admin Phone: +1.4258828080 Admin Phone Ext: Admin Fax: +1.4259367329 Admin Fax Ext: Admin Email: domains@microsoft.com Admin Application Purpose: P1 Admin Nexus Category: C21 Registry Tech ID: C17954362-US Tech Name: MSN Hostmaster Tech Organization: Microsoft Corporation Tech Street: One Microsoft Way Tech Street: Tech Street: Tech City: Redmond Tech State/Province: WA Tech Postal Code: 98052 Tech Country: US Tech Phone: +1.4258828080 Tech Phone Ext: Tech Fax: +1.4259367329 Tech Fax Ext: Tech Email: msnhst@microsoft.com Tech Application Purpose: P1 Tech Nexus Category: C21 Name Server: ns3-33.azure-dns.org Name Server: ns4-33.azure-dns.info Name Server: ns1-33.azure-dns.com Name Server: ns2-33.azure-dns.net DNSSEC: unsigned URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/ >>> Last update of WHOIS database: 2024-08-13T15:33:09Z <<< For more information on Whois status codes, please visit https://icann.org/epp .US WHOIS Complaint Tool - http://www.whoiscomplaints.us Advanced WHOIS Instructions - http://whois.us/help.html Registry Services, LLC, the Registry Administrator for .US, has collected this information for the WHOIS database through a .US-Accredited Registrar. This information is provided to you for informational purposes only and is designed to assist persons in determining contents of a domain name registration record in the registry database. Registry Services, LLC makes this information available to you "as is" and does not guarantee its accuracy. By submitting a WHOIS query, you agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data: (1) to allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via direct mail, electronic mail, or by telephone; (2) in contravention of any applicable data and privacy protection laws; or (3) to enable high volume, automated, electronic processes that apply to the registry (or its systems). Compilation, repackaging, dissemination, or other use of the WHOIS database in its entirety, or of a substantial portion thereof, is not allowed without our prior written permission. We reserve the right to modify or change these conditions at any time without prior or subsequent notification of any kind. By executing this query, in any manner whatsoever, you agree to abide by these terms. NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT INDICATIVE OF THE AVAILABILITY OF A DOMAIN NAME. All domain names are subject to certain additional domain name registration rules. For details, please visit our site at www.whois.us.</whois_raw_domain> </domainInfo> </bulk_whois_response> </BulkWhoisResponse>curl --location 'https://api.apifreaks.com/v1.0/domain/whois/live/?format=xml&apiKey=API-KEY' --header 'Content-Type: application/json' --data '{ "domainNames": [ "google.com", "microsoft.us" ] }'
To use the Bulk WHOIS Lookup API, API credits are required. Charges apply only for successful queries, which are defined by a 2xx status code. If a request results in a 4xx or 5xx status code, no credits will be deducted, and any credits already charged will be refunded. Credits are applied based on each domain name specified in your request. If an error occurs with a specific domain name, credits will be refunded for that domain, and you will be charged only for successful WHOIS lookups.
Service | Credits |
---|---|
WHOIS Data per Domain Name | 18 credits per successful domain name WHOIS lookup |
Utilize the Credits Usage API to efficiently monitor your recent consumption of both one-off and subscription credits. This API provides a streamlined way to track and manage your credit usage, ensuring you stay informed about your remaining balance and can optimize your resource allocation effectively.