Loading
Loading
Retrieve SSL certificate details for any domain. Get comprehensive information including issuer, validity period, public key, subject alternative names, and raw certificate data.
Pass the domain name as a query parameter. The response includes a single end-user certificate. Use the chain endpoint for the full certificate chain.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
The following query parameters control the SSL lookup.
formatoptionalStringdefault: jsonResponse format: 'json' (default) or 'xml'.
domainNamerequiredStringDomain name or URL whose SSL certificate lookup is required
sslRawoptionalBooleandefault: falseFor getting the raw openSSL response of the domain.
A successful request returns a 200 OK response with a JSON object containing the SSL certificate details for the queried domain, including issuer, validity period, public key, and extensions.
domainNameDomain for which the certificate is queried.
queryTimeTime when the query was made.
sslRawRaw OpenSSL output for the certificate. Only present when sslRaw parameter is set to true.
chainOrder (String), authenticationType (String), validityStartDate (String), validityEndDate (String), serialNumber (String), …
See the HTTP Status Codes documentation for a complete reference of common API errors and HTTP status codes.
Please pass domain param correct value [For Technical Support: support@apifreaks.com]
Unavailable domain extension.
No Ssl Certificate exists for this Domain