{"domain":"example.com","result":{"MX":[{"exchange":"","priority":0}]}}
curl --location --request GET 'https://zylalabs.com/api/13153/domain+name+records+lookup+api/26699/look+up+domain+records' --header 'Authorization: Bearer YOUR_API_KEY'
साइन अप करने के बाद, प्रत्येक डेवलपर को एक पर्सनल API एक्सेस की असाइन की जाती है, जो अक्षरों और अंकों का एक यूनिक संयोजन होता है, जिसका उपयोग हमारे API एंडपॉइंट तक पहुंचने के लिए किया जाता है। प्रमाणीकरण के लिए Domain Name Records Lookup API के साथ बस अपने बेयरर टोकन को Authorization हेडर में शामिल करें।
| हेडर | विवरण |
|---|---|
Authorization
|
आवश्यक
होना चाहिए Bearer access_key. जब आप सब्सक्राइब हों तो ऊपर "Your API Access Key" देखें।
|
कोई लंबी अवधि की प्रतिबद्धता नहीं। कभी भी अपग्रेड, डाउनग्रेड या कैंसल करें। फ्री ट्रायल में 50 रिक्वेस्ट तक शामिल हैं।
(वार्षिक बिलिंग के साथ 2 महीने बचाएँ 🎉)
Live domain record lookups as structured data. Query nine record types of any domain or run a reverse lookup on a network address, and receive clean, machine-friendly answers.
Useful for domain onboarding and ownership checks, mail deliverability audits, monitoring name server changes, and enriching security logs.
The API returns structured data for nine record types: address (A and AAAA), mail exchange (MX), text (TXT), name server (NS), alias (CNAME), authority (SOA), certification authority (CAA), and service records (SRV). Users can query specific types or use the overview mode for common records.
The response includes the domain name and a result object keyed by record type. Each record type contains relevant fields, such as "exchange" and "priority" for MX records, or "address" for A records, providing essential details for each queried record.
प्रतिक्रिया डेटा एक JSON प्रारूप में व्यवस्थित है जिसमें डोमेन नाम प्राथमिक कुंजी है और एक नेस्टेड परिणाम ऑब्जेक्ट है जिसमें प्रकार के अनुसार वर्गीकृत रिकॉर्डों के सरणी शामिल हैं प्रत्येक रिकॉर्ड प्रकार का डेटा आसानी से पहुँच और व्याख्या के लिए संरचित है
उपयोगकर्ता क्वेरी करने के लिए डोमेन नाम निर्दिष्ट कर सकते हैं और एक रिकॉर्ड प्रकार (जैसे, A, MX, TXT) चुन सकते हैं या एकल कॉल में कई सामान्य रिकॉर्ड प्रकारों को पुनर्प्राप्त करने के लिए ओवरव्यू मोड का चयन कर सकते हैं यह लचीलापन उपयोगकर्ता की आवश्यकताओं के आधार पर अनुरोधों को अनुकूलित करने की अनुमति देता है
Common use cases include domain onboarding, ownership verification, mail deliverability audits, monitoring name server changes, and enhancing security logs. The API provides essential insights for managing domain-related tasks effectively.
डेटा सटीकता को अधिकृत DNS स्रोतों से नियमित अद्यतनों के माध्यम से बनाए रखा जाता है API गुणवत्ता जांच का उपयोग करता है ताकि यह सुनिश्चित किया जा सके कि लौटाए गए रिकॉर्ड अनुरोधित डोमेन के लिए सबसे वर्तमान और विश्वसनीय जानकारी को दर्शाते हैं
Users can leverage the structured response to integrate domain information into applications, perform audits, or monitor changes. For example, analyzing MX records can help assess mail server configurations, while A records can assist in verifying IP addresses.
If a queried record type has no data, the API returns a marker instead of failing the request. Users should check for these markers in the response to handle scenarios where certain records are unavailable, ensuring robust error handling in their applications.