{"statusCode": 200, "message": "[\"30 alt3.gmail-smtp-in.l.google.com.\", \"10 alt1.gmail-smtp-in.l.google.com.\", \"5 gmail-smtp-in.l.google.com.\", \"20 alt2.gmail-smtp-in.l.google.com.\", \"40 alt4.gmail-smtp-in.l.google.com.\"]"}
curl --location --request POST 'https://zylalabs.com/api/5057/domain+verify+tools+api/6427/dns+validate' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"domain": "gmail.com",
"record_type": "MX"
}'
{"statusCode": 200, "body": "{\"domain_name\": \"yahoo.in\", \"registrar\": \"MarkMonitor Inc.\", \"registrar_url\": \"http://www.markmonitor.com\", \"registrar_iana\": \"292\", \"updated_date\": [\"2024-02-11-09-12-13\"], \"creation_date\": [\"2006-03-09-14-34-13\"], \"expiration_date\": [\"2025-03-09-14-34-13\"], \"name_servers\": [\"ns2.yahoo.com\", \"ns3.yahoo.com\", \"ns1.yahoo.com\", \"ns5.yahoo.com\", \"ns7.yahoo.com\"], \"organization\": \"Yahoo Assets LLC\", \"state\": \"VA\", \"status\": [\"clientUpdateProhibited http://www.icann.org/epp#clientUpdateProhibited\", \"clientDeleteProhibited http://www.icann.org/epp#clientDeleteProhibited\", \"clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited\"], \"emails\": \"[email protected]\", \"country\": \"US\", \"dnssec\": \"unsigned\"}"}
curl --location --request POST 'https://zylalabs.com/api/5057/domain+verify+tools+api/6428/whois+query' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"domain": "yahoo.in"
}'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Domain Verify Tools API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
(Save 2 months with annual billing 🎉)
Domain Verify Tools API is a powerful and versatile API designed to provide detailed and essential domain data, facilitating the efficient management and analysis of a domain's infrastructure. From verifying domain availability to analyzing DNS and WHOIS records, this API allows users, businesses and network administrators to access critical information to make informed decisions about domain management and web security.
One of the main uses of Domain Verify Tools is to verify domain availability.
With a simple use of the API, you can determine if a domain is available for purchase or if it is already registered by another person or entity. This is crucial for businesses looking to create an online presence and need to ensure that their desired domain is available. The API provides real-time results, ensuring that the information is accurate and up to date.
Another important feature offered by Domain Verify Tools is the ability to analyze MX (Mail Exchange) records. MX records are essential for the email management of a domain. These records indicate which servers are in charge of receiving and handling emails for that domain. With DomainTools, it is possible to query the MX records for any domain to see which servers are configured and their priority. This information is valuable for verifying that the email configuration is appropriate or for diagnosing problems related to receiving emails.
A (Address) records are also managed and provided by Domain Verify Tools. This type of record is key to linking a domain to a specific IP address. In essence, A records allow users typing a domain name into their browser to be redirected to the correct web server. By querying the A records for a domain, you can obtain information about the IP address to which that domain points. This is useful not only for configuring domains correctly, but also for performing security audits, tracking suspicious activity or investigating potential cyber threats.
In short, Domain Verify Tools is a comprehensive tool for domain management and web security. With the ability to verify domain availability, analyze MX and A records, query WHOIS data, and assess domain security and reputation, this API is essential for anyone working in domain management, cyber security or web data analysis. By centralizing all this information in a single API, DomainTools facilitates quick and well-informed decision making, improving efficiency and security in domain management.
The API receives email addresses or domains as input and provides validation, availability, DNS records (MX, A) and WHOIS data as output.
Domain Availability Check: Companies that are launching new projects or brands can use DomainTools to check if the desired domain names are available before proceeding with registration. This avoids conflicts or surprises when finding that a domain has already been registered.
Email setup and maintenance: System administrators can use the API to query and verify a domain's MX records, ensuring that emails are sent to the correct server. This is useful for initial configuration or troubleshooting issues related to receiving emails.
DNS configuration audit: Companies migrating their infrastructure to a new hosting provider can audit their DNS records, including A records, to ensure that domains are correctly linked to IP addresses on the new server.
Domain ownership investigation: Legal or compliance professionals can use WHOIS functionality to investigate domain ownership and history, which is useful in legal disputes, fraud investigations or domain purchases.
Domain reputation analysis: Cybersecurity companies can use DomainTools to investigate the reputation of a domain before allowing it to connect to their internal networks or critical systems, avoiding potential phishing threats
Besides the number of API calls per month, there is a limitation of 5 requests per second.
To use this API, send POST requests to Dns Validate for DNS records and to Whois Query for WHOIS data, providing the domain as a parameter.
The Domain Verify Tools API validates domains, verifies DNS records (MX, A, NS) and provides WHOIS data, assisting in domain management and analysis.
Zyla provides a wide range of integration methods for almost all programming languages. You can use these codes to integrate with your project as you need.
The API returns the detected language and a confidence level on the accuracy of the text detection.
There are different plans suits everyone including a free trial for small amount of requests, but it’s rate is limit to prevent abuse of the service.
The Dns Validate endpoint returns DNS configuration details, including MX, A, and NS records for the specified domain. The response includes a status code and a message containing the relevant record information.
The Whois Query response includes key fields such as domain_name, registrar, updated_date, creation_date, expiration_date, name_servers, organization, and status. These fields provide comprehensive details about the domain's registration and ownership.
The response from the Dns Validate endpoint is structured as a JSON object, containing a statusCode and a message array. The message array lists the MX records in order of priority, allowing users to easily interpret the email server configuration.
The Whois Query endpoint provides information about domain ownership, registration details, name servers, and domain status. This includes historical data such as creation and expiration dates, which are essential for legal and compliance checks.
The Dns Validate endpoint accepts a single parameter: the domain name to be validated. Users must provide a valid domain format to receive accurate DNS record information in the response.
Users can analyze the returned data to verify domain ownership, check registration status, and assess potential legal issues. For example, the registrar information can help in contacting the domain owner for negotiations or disputes.
The Domain Verify Tools API sources its data from authoritative DNS servers and WHOIS databases. This ensures that the information regarding domain availability and DNS records is accurate and up-to-date.
Data accuracy is maintained through regular updates from reliable sources, including DNS registrars and WHOIS databases. The API also implements validation checks to ensure that the returned information reflects the current state of the domain.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund