Our Domain WHOIS Lookup API provides accurate and well-structured WHOIS domain lookup information for all top-level domains (TLDs) and their respective second-level domains (SLDs) as listed by Internet Corporation for Assigned Names and Numbers (ICANN). With real-time data directly queried from WHOIS servers, our API ensures you receive the most current and precise registration and ownership details available. This service is essential for effective domain intelligence, phishing and scam investigation, brand protection, and competitive analysis, offering comprehensive insights into domain data.
Designed for seamless integration, our API presents data in a clear and organized format, making it easy to use for enhancing marketing strategies and cybersecurity measures. Whether you need to lookup WHOIS domain ownership or analyze competitor domains, our WHOIS Domain Lookup API provides reliable, real-time data to support your objectives. Leverage our advanced WHOIS API to access valuable domain information and stay ahead of the competition.
Our API provides extensive coverage of all top-level domains (TLDs) and their respective second-level domains (SLDs) as listed by ICANN. This ensures that you can access WHOIS data for a wide range of domain types, offering a complete view of domain registration and ownership across the global domain namespace.
Get the most current domain information with our real-time data retrieval capabilities. Our API fetches WHOIS data directly from WHOIS servers, providing you with up-to-the-minute registration and ownership details, ensuring that you always have access to the latest domain information
Our API not only provides well-structured domain information but also includes raw WHOIS data in the response. This feature allows you to access the complete and unprocessed WHOIS records alongside the structured data, ensuring that you have all the raw details for thorough analysis and customized processing. Whether you need to delve deeper into specific WHOIS fields or require the original data format for compliance and auditing purposes, our API delivers both structured and raw data to meet your needs.
$ pip install requests
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
domainName | Yes | String | Domain name or URL whose WHOIS required. |
Field | Type | Requirement | Description |
---|---|---|---|
status | Boolean | Mandatory | Determines whether the request was successfully processed or not. |
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. |
HTTP Status | Reasons |
---|---|
200 | Request is processed successfully. |
206 | Partial response, as an error occurred while processing the request or could not be fetched from registry in case of {.}com and {.} net TLD. |
210 | Cached response, as the WHOIS server failed to respond. |
403 | We are not providing the whois of provided domain extension |
403 | Provided domain belongs to an inactive TLD. Please try to use historical whois lookup. |
408 | Unable to fetch whois data. |
500 | Internal Server error occurred. |
503 | Service is unavailable. |
504 | Request is timed-out. |
To retrieve WHOIS information using a domain name, simply pass the domainName parameter in your API request. If you query a sub-domain, such as 'api.apifreaks.com', our API will return the WHOIS data for the root domain name, 'apifreaks.com', as sub-domains do not have their own WHOIS records and rely on the root domain's data.
When querying a second-level domain (SLD), like 'uet.edu.pk', the API will provide WHOIS information specific to that SLD. SLDs typically consist of three letters, such as 'edu', and are managed by separate registries with their own WHOIS servers. Therefore, for domains like 'uet.edu.pk', the WHOIS response will pertain to'uet.edu.pk' itself rather than the parent domain 'edu.pk'.
{ "status": true, "domain_name": "apifreaks.com", "query_time": "2024-08-08 12:56:45", "whois_server": "whois.verisign-grs.com", "domain_registered": "yes", "create_date": "2018-11-11", "update_date": "2024-04-30", "expiry_date": "2024-11-11", "domain_registrar": { "iana_id": "1068", "registrar_name": "NAMECHEAP INC", "whois_server": "whois.namecheap.com", "website_url": "http://www.namecheap.com", "email_address": "abuse@namecheap.com", "phone_number": "+1.9854014545" }, "reseller_contact": { "name": "NAMECHEAP INC" }, "registrant_contact": { "name": "Redacted for Privacy", "company": "Privacy service provided by Withheld for Privacy ehf", "street": "Kalkofnsvegur 2", "city": "Reykjavik", "state": "Capital Region", "zip_code": "101", "country_name": "Iceland", "country_code": "IS", "email_address": "f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com", "phone": "+354.4212434" }, "administrative_contact": { "name": "Redacted for Privacy", "company": "Privacy service provided by Withheld for Privacy ehf", "street": "Kalkofnsvegur 2", "city": "Reykjavik", "state": "Capital Region", "zip_code": "101", "country_name": "Iceland", "country_code": "IS", "email_address": "f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com", "phone": "+354.4212434" }, "technical_contact": { "name": "Redacted for Privacy", "company": "Privacy service provided by Withheld for Privacy ehf", "street": "Kalkofnsvegur 2", "city": "Reykjavik", "state": "Capital Region", "zip_code": "101", "country_name": "Iceland", "country_code": "IS", "email_address": "f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com", "phone": "+354.4212434" }, "name_servers": [ "cheryl.ns.cloudflare.com", "nash.ns.cloudflare.com" ], "domain_status": [ "clientTransferProhibited" ], "whois_raw_domain": "\nDomain name: apifreaks.com\nRegistry Domain ID: 2331617129_DOMAIN_COM-VRSN\nRegistrar WHOIS Server: whois.namecheap.com\nRegistrar URL: http://www.namecheap.com\nUpdated Date: 2023-10-12T05:53:36.24Z\nCreation Date: 2018-11-11T11:49:12.00Z\nRegistrar Registration Expiration Date: 2024-11-11T11:49:12.00Z\nRegistrar: NAMECHEAP INC\nRegistrar IANA ID: 1068\nRegistrar Abuse Contact Email: abuse@namecheap.com\nRegistrar Abuse Contact Phone: +1.9854014545\nReseller: NAMECHEAP INC\nDomain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited\nRegistry Registrant ID: \nRegistrant Name: Redacted for Privacy\nRegistrant Organization: Privacy service provided by Withheld for Privacy ehf\nRegistrant Street: Kalkofnsvegur 2 \nRegistrant City: Reykjavik\nRegistrant State/Province: Capital Region\nRegistrant Postal Code: 101\nRegistrant Country: IS\nRegistrant Phone: +354.4212434\nRegistrant Phone Ext: \nRegistrant Fax: \nRegistrant Fax Ext: \nRegistrant Email: f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com\nRegistry Admin ID: \nAdmin Name: Redacted for Privacy\nAdmin Organization: Privacy service provided by Withheld for Privacy ehf\nAdmin Street: Kalkofnsvegur 2 \nAdmin City: Reykjavik\nAdmin State/Province: Capital Region\nAdmin Postal Code: 101\nAdmin Country: IS\nAdmin Phone: +354.4212434\nAdmin Phone Ext: \nAdmin Fax: \nAdmin Fax Ext: \nAdmin Email: f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com\nRegistry Tech ID: \nTech Name: Redacted for Privacy\nTech Organization: Privacy service provided by Withheld for Privacy ehf\nTech Street: Kalkofnsvegur 2 \nTech City: Reykjavik\nTech State/Province: Capital Region\nTech Postal Code: 101\nTech Country: IS\nTech Phone: +354.4212434\nTech Phone Ext: \nTech Fax: \nTech Fax Ext: \nTech Email: f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com\nName Server: cheryl.ns.cloudflare.com\nName Server: nash.ns.cloudflare.com\nDNSSEC: unsigned\nURL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/\n>>> Last update of WHOIS database: 2024-08-07T16:56:13.14Z <<<\nFor more information on Whois status codes, please visit https://icann.org/epp", "registry_data": { "domain_name": "APIFREAKS.COM", "query_time": "2024-08-08 12:55:55", "whois_server": "whois.verisign-grs.com", "domain_registered": "yes", "domain_registrar": { "iana_id": "1068", "registrar_name": "NameCheap, Inc.", "whois_server": "whois.namecheap.com", "website_url": "http://www.namecheap.com", "email_address": "abuse@namecheap.com", "phone_number": "+1.6613102107" }, "name_servers": [ "cheryl.ns.cloudflare.com", "nash.ns.cloudflare.com" ], "domain_status": [ "clientTransferProhibited" ], "whois_raw_registery": "\n Domain Name: APIFREAKS.COM\n Registry Domain ID: 2331617129_DOMAIN_COM-VRSN\n Registrar WHOIS Server: whois.namecheap.com\n Registrar URL: http://www.namecheap.com\n Updated Date: 2024-04-30T11:03:18Z\n Creation Date: 2018-11-11T11:49:12Z\n Registry Expiry Date: 2024-11-11T11:49:12Z\n Registrar: NameCheap, Inc.\n Registrar IANA ID: 1068\n Registrar Abuse Contact Email: abuse@namecheap.com\n Registrar Abuse Contact Phone: +1.6613102107\n Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited\n Name Server: CHERYL.NS.CLOUDFLARE.COM\n Name Server: NASH.NS.CLOUDFLARE.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-08T12:55:45Z <<<\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." } }curl --location 'https://api.apifreaks.com/v1.0/domain/whois/live?domainName=apifreaks.com&apiKey=API-KEY'
In the WHOIS response, you will notice two types of data: registry data and registrar data. For TLDs like {.}com and {.}.net, both registries and registrars maintain their own WHOIS servers. As a result, the API provides WHOIS information from both sources, giving you a comprehensive view of domain details.
Additionally, the WHOIS raw response is included in the output. This raw data reflects the information queried from both the registrar and registry WHOIS servers, ensuring you have access to the complete and unprocessed WHOIS records.
You can also retrieve WHOIS information by passing a URL to the API. Our system will automatically extract the domain name from the URL you provide and use it to fetch the necessary WHOIS data. This allows you to easily obtain domain details without needing to manually extract the domain name yourself.
{ "status": true, "domain_name": "apifreaks.com", "query_time": "2024-08-08 13:05:35", "whois_server": "whois.verisign-grs.com", "domain_registered": "yes", "create_date": "2018-11-11", "update_date": "2024-04-30", "expiry_date": "2024-11-11", "domain_registrar": { "iana_id": "1068", "registrar_name": "NAMECHEAP INC", "whois_server": "whois.namecheap.com", "website_url": "http://www.namecheap.com", "email_address": "abuse@namecheap.com", "phone_number": "+1.9854014545" }, "reseller_contact": { "name": "NAMECHEAP INC" }, "registrant_contact": { "name": "Redacted for Privacy", "company": "Privacy service provided by Withheld for Privacy ehf", "street": "Kalkofnsvegur 2", "city": "Reykjavik", "state": "Capital Region", "zip_code": "101", "country_name": "Iceland", "country_code": "IS", "email_address": "f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com", "phone": "+354.4212434" }, "administrative_contact": { "name": "Redacted for Privacy", "company": "Privacy service provided by Withheld for Privacy ehf", "street": "Kalkofnsvegur 2", "city": "Reykjavik", "state": "Capital Region", "zip_code": "101", "country_name": "Iceland", "country_code": "IS", "email_address": "f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com", "phone": "+354.4212434" }, "technical_contact": { "name": "Redacted for Privacy", "company": "Privacy service provided by Withheld for Privacy ehf", "street": "Kalkofnsvegur 2", "city": "Reykjavik", "state": "Capital Region", "zip_code": "101", "country_name": "Iceland", "country_code": "IS", "email_address": "f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com", "phone": "+354.4212434" }, "name_servers": [ "cheryl.ns.cloudflare.com", "nash.ns.cloudflare.com" ], "domain_status": [ "clientTransferProhibited" ], "whois_raw_domain": "\nDomain name: apifreaks.com\nRegistry Domain ID: 2331617129_DOMAIN_COM-VRSN\nRegistrar WHOIS Server: whois.namecheap.com\nRegistrar URL: http://www.namecheap.com\nUpdated Date: 2023-10-12T05:53:36.24Z\nCreation Date: 2018-11-11T11:49:12.00Z\nRegistrar Registration Expiration Date: 2024-11-11T11:49:12.00Z\nRegistrar: NAMECHEAP INC\nRegistrar IANA ID: 1068\nRegistrar Abuse Contact Email: abuse@namecheap.com\nRegistrar Abuse Contact Phone: +1.9854014545\nReseller: NAMECHEAP INC\nDomain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited\nRegistry Registrant ID: \nRegistrant Name: Redacted for Privacy\nRegistrant Organization: Privacy service provided by Withheld for Privacy ehf\nRegistrant Street: Kalkofnsvegur 2 \nRegistrant City: Reykjavik\nRegistrant State/Province: Capital Region\nRegistrant Postal Code: 101\nRegistrant Country: IS\nRegistrant Phone: +354.4212434\nRegistrant Phone Ext: \nRegistrant Fax: \nRegistrant Fax Ext: \nRegistrant Email: f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com\nRegistry Admin ID: \nAdmin Name: Redacted for Privacy\nAdmin Organization: Privacy service provided by Withheld for Privacy ehf\nAdmin Street: Kalkofnsvegur 2 \nAdmin City: Reykjavik\nAdmin State/Province: Capital Region\nAdmin Postal Code: 101\nAdmin Country: IS\nAdmin Phone: +354.4212434\nAdmin Phone Ext: \nAdmin Fax: \nAdmin Fax Ext: \nAdmin Email: f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com\nRegistry Tech ID: \nTech Name: Redacted for Privacy\nTech Organization: Privacy service provided by Withheld for Privacy ehf\nTech Street: Kalkofnsvegur 2 \nTech City: Reykjavik\nTech State/Province: Capital Region\nTech Postal Code: 101\nTech Country: IS\nTech Phone: +354.4212434\nTech Phone Ext: \nTech Fax: \nTech Fax Ext: \nTech Email: f736978976114b4ab0741e9ecf2a6a63.protect@withheldforprivacy.com\nName Server: cheryl.ns.cloudflare.com\nName Server: nash.ns.cloudflare.com\nDNSSEC: unsigned\nURL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/\n>>> Last update of WHOIS database: 2024-08-07T16:56:13.14Z <<<\nFor more information on Whois status codes, please visit https://icann.org/epp", "registry_data": { "domain_name": "APIFREAKS.COM", "query_time": "2024-08-08 13:05:04", "whois_server": "whois.verisign-grs.com", "domain_registered": "yes", "domain_registrar": { "iana_id": "1068", "registrar_name": "NameCheap, Inc.", "whois_server": "whois.namecheap.com", "website_url": "http://www.namecheap.com", "email_address": "abuse@namecheap.com", "phone_number": "+1.6613102107" }, "name_servers": [ "cheryl.ns.cloudflare.com", "nash.ns.cloudflare.com" ], "domain_status": [ "clientTransferProhibited" ], "whois_raw_registery": "\n Domain Name: APIFREAKS.COM\n Registry Domain ID: 2331617129_DOMAIN_COM-VRSN\n Registrar WHOIS Server: whois.namecheap.com\n Registrar URL: http://www.namecheap.com\n Updated Date: 2024-04-30T11:03:18Z\n Creation Date: 2018-11-11T11:49:12Z\n Registry Expiry Date: 2024-11-11T11:49:12Z\n Registrar: NameCheap, Inc.\n Registrar IANA ID: 1068\n Registrar Abuse Contact Email: abuse@namecheap.com\n Registrar Abuse Contact Phone: +1.6613102107\n Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited\n Name Server: CHERYL.NS.CLOUDFLARE.COM\n Name Server: NASH.NS.CLOUDFLARE.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-08T13:04:53Z <<<\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." } }curl --location 'https://api.apifreaks.com/v1.0/domain/whois/live?domainName=https%3A%2F%2Fapifreaks.com&apiKey=API-KEY'
To use the Domain WHOIS Lookup API, API credits are required. Charges apply only for successful queries, indicated by a 2xx status code. If a request results in a 4xx or 5xx status code, no credits will be deducted, and any credits previously charged will be refunded.
For each successful request, 18 credits will be charged for WHOIS domain 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.