Domain Analyzer API endpoint

New Feature: Domain Analyzer API Endpoint

We are excited to introduce a new API endpoint that allows retrieval of Domain Analyzer results via the API. This new functionality enhances automation capabilities for developers and system administrators by providing detailed domain analysis results programmatically.

New API Features:

  • Domain Score & Grade: Retrieve the overall domain score and corresponding grade.
  • Detailed DNS Record Information:
    • A Records: List of A records.
    • NS Records: List of Name Server records.
    • MX Records: Mail Exchange records.
    • SPF Record: Full SPF record with validation results and error details (if any).
    • DMARC Record: Full DMARC record with validation results and error details (if any).
    • DKIM Records: List of DKIM records with validation results and error details (if any).
    • BIMI Record: Brand Indicators for Message Identification (BIMI) record with validation results and error details (if any).
    • MTA-STS Record: Mail Transfer Agent Strict Transport Security record with validation results and error details (if any).
    • TLS-RPT Record: Transport Layer Security Reporting record with validation results.

For more information, please refer to our API Documentation.