Check Full SSL and Domain WHOIS Lookup

FREEMIUM
By Techi Wiz | Updated vor einem Monat | Tools
Popularity

0.2 / 10

Latency

252ms

Service Level

0%

Health Check

N/A

README

API Documentation

SSL Full Information Endpoint

Endpoint URL:
/sslfullinfo?domain=rapidapi.com

(Replace the rapidapi.com example values in the URLs with actual values during implementation.)

Description:
This endpoint provides detailed SSL certificate information for a given domain.

Input Parameters:
domain (string, required):
The domain for which SSL information is requested.

Output JSON:


{
    "Certificate_Authority_Issuers": [
        "http://cacerts.digicert.com/CloudflareIncECCCA-3.crt"
    ],
    "Common_Name": "sni.cloudflaressl.com",
    "Country_Name": "US",
    "CrlDistribution_Points": [
        "http://crl3.digicert.com/CloudflareIncECCCA-3.crl",
        "http://crl4.digicert.com/CloudflareIncECCCA-3.crl"
    ],
    "Domain_name": "rapidapi.com",
    "Issuer_common_Name": "Cloudflare Inc ECC CA-3",
    "Issuer_country_Name": "US",
    "Issuer_organization_Name": "Cloudflare, Inc.",
    "Locality_Name": "San Francisco",
    "OCSP": [
        "http://ocsp.digicert.com"
    ],
    "Organization_Name": "Cloudflare, Inc.",
    "SSLPort_Scan": 443,
    "SSLRenewal_action_required": false,
    "SSLValidation_CheckedOn": "2023-11-23 11:43:44 UTC",
    "SSL_Certificate_valid_From": "2023-04-16 00:00:00 UTC",
    "SSL_Certificate_valid_To": "2024-04-15 23:59:59 UTC",
    "SSL_ExpiryDays": 144,
    "SSL_certificate_validity_status": true,
    "Serial_Number": "03891F7493C1F1E286B23BD7E8EA7E43",
    "State_Or_Province_Name": "California",
    "Version": 3,
    "zOrganization_Alternative_Name": [
        [
            "DNS",
            "*.rapidapi.com"
        ],
        [
            "DNS",
            "sni.cloudflaressl.com"
        ],
        [
            "DNS",
            "rapidapi.com"
        ]
    ]
}

SSL Short Information Endpoint

Endpoint URL:
/sslshortinfo?domain=rapidapi.com

(Replace the rapidapi.com example values in the URLs with actual values during implementation.)

Description:
This endpoint provides brief SSL certificate information for a given domain.

Input Parameters:
domain (string, required): The domain for which SSL information is requested.

Output JSON:

{
    "Common_Name": "sni.cloudflaressl.com",
    "Domain_name": "rapidapi.com",
    "Organization_Name": "Cloudflare, Inc.",
    "SSLRenewal_action_required": false,
    "SSL_ExpiryDays": 144,
    "SSL_Valid_From": "Apr 16 00:00:00 2023 GMT",
    "SSL_Valid_To": "Apr 15 23:59:59 2024 GMT",
    "SSL_certificate_validity_status": true
}

Domain WHOIS Endpoint

Endpoint URL:
/domainwhois?domain=rapidapi.com

(Replace the rapidapi.com example values in the URLs with actual values during implementation.)

Description:
This endpoint provides WHOIS information for a given domain.

Input Parameters:
domain (string, required): The domain for which WHOIS information is requested.

Output JSON:

{
    "Creation Date": "2014-09-02T18:49:14Z",
    "Domain Name": "rapidapi.com",
    "Domain Name Servers": [
        "GINA.NS.CLOUDFLARE.COM",
        "JIM.NS.CLOUDFLARE.COM"
    ],
    "Registrar": "MarkMonitor Inc.",
    "Registrar URL": "http://www.markmonitor.com",
    "Registrar WHOIS Server": "MarkMonitor Inc.",
    "Registry Expiry Date": "2024-09-02T18:49:14Z",
    "Updated Date": "2023-08-02T10:16:23Z"
}

Notes:

Ensure that the input parameters are correctly provided in the request.
SSL certificate information includes details such as Common Name, Organization Name, validity period, and more.
WHOIS information includes creation date, domain name servers, registrar details, and registry expiry date.

Followers: 0
API Creator:
Rapid account: Techi Wiz
Techi Wiz
contacttechiwiz
Log In to Rate API
Rating: 5 - Votes: 1