SSL Checker API

GET

https://api.apifreaks.com/v1.0/domain/ssl/live

format
Format of the Response
domainNameStringrequired
Domain name or URL whose SSL certificate lookup is required
sslRawBoolean
For getting the raw openSSL response of the domain.

Sample Responses

400
403
404
LANGUAGE
Python
PHP
Java
Node
Ruby
$ pip install requests
RESPONSE

Click Test it to start the request and see the response here!


API Response

FieldTypeRequirementDescription
domainNameStringMandatory
Domain for which the certificate is queried
queryTimeStringMandatory
Time when the query was made
sslCertificatesList<CertificateInfo>Mandatory
List of certificates
sslRawStringOptional
Raw SSL certificate if "sslRaw" param is true

CertificateInfo object contains following fields:

FieldTypeRequirementDescription
chainOrderStringMandatory
Chain order of certificate (e.g., end-user, intermediate, root)
authenticationTypeStringMandatory
Type of authentication used in the certificate
validityStartDateStringMandatory
Start date of the certificate's validity
validityEndDateStringMandatory
End date of the certificate's validity
serialNumberStringMandatory
Unique serial number of the certificate
signatureAlgorithmStringMandatory
Algorithm used for the certificate's signature
subjectObjectMandatory
Subject details of the certificate
subject.commonNameStringMandatory
Common name of the subject
subject.organizationStringOptional
Organization name of the subject
subject.organizationalUnitStringOptional
Organizational unit of the subject
subject.localityStringOptional
Locality of the subject
subject.stateStringOptional
State of the subject
subject.countryStringOptional
Country of the subject
subject.incCountryStringOptional
Incorporated country
subject.incStateStringOptional
Incorporated state
subject.businessCategoryStringOptional
Category of the business
subject.streetStringOptional
Street address of the subject
subject.postalCodeStringOptional
Postal code of the subject
subject.serialNumberStringOptional
Serial number of the subject
issuer.commonNameStringMandatory
Common name of the issuer
issuer.organizationStringOptional
Organization name of the issuer
issuer.organizationalUnitStringOptional
Organizational unit of the issuer
issuer.localityStringOptional
Locality of the issuer
issuer.stateStringOptional
State of the issuer
issuer.countryStringOptional
Country of the issuer
issuer.incCountryStringOptional
Incorporated country of the issuer
issuer.incStateStringOptional
Incorporated state of the issuer
issuer.businessCategoryStringOptional
Business category of the issuer
issuer.streetStringOptional
Street address of the issuer
issuer.postalCodeStringOptional
Postal code of the issuer
issuer.serialNumberStringOptional
Serial number of the issuer
publicKey.keySizeStringMandatory
Size of the public key
publicKey.keyAlgorithmStringMandatory
Algorithm used for the public key
publicKey.pemRawStringMandatory
Raw certificate in PEM format
extensions.authorityKeyIdentifierStringMandatory
Identifier of the authority key
extensions.subjectKeyIdentifierStringMandatory
Identifier of the subject key
extensions.keyUsagesList<String>Mandatory
Set of key usages
extensions.extendedKeyUsagesList<String>Mandatory
Set of extended key usages
extensions.crlDistributionPointsList<String>Optional
Distribution points for CRLs
extensions.authorityInfoAccessObjectMandatory
Authority info access details
extensions.authorityInfoAccess .issuersList<String>Mandatory
Set of issuer access points
extensions.authorityInfoAccess .ocspList<String>Mandatory
Set of OCSP access points
extensions.subjectAlternativeNames.dnsNamesHashSet<string>Optional
Set of DNS names
extensions.subjectAlternativeNames.emailAddressesHashSet<string>Optional
Set of email addresses
extensions.subjectAlternativeNames.ipAddressesHashSet<string>Optional
Set of IP addresses
extensions.subjectAlternativeNames.urisHashSet<string>Optional
Set of URIs
extensions.certificatePolicies.policyIdStringMandatory
Policy identifier
extensions.certificatePolicies.policyQualifierObjectOptional
Policy qualifier details
extensions.certificatePolicies.policyQualifier.oidStringOptional
Object identifier
extensions.certificatePolicies.policyQualifier.cpsUriStringOptional
URI of the CPS
extensions.certificatePolicies.policyQualifier.userNoticeObjectOptional
User notice details
extensions.certificatePolicies.policyQualifier.userNotice.explicitTextStringOptional
Explicit text notice
extensions.certificatePolicies.policyQualifier.userNotice.noticeRefObjectOptional
Notice reference details
extensions.certificatePolicies.policyQualifier.userNotice.NoticeRef.organizationStringOptional
Organization providing the notice
extensions.certificatePolicies.policyQualifier.userNotice.NoticeRef.noticeNumbersStringOptional
Notice numbers
extensions.pemRawStringOptional
Raw certificate in PEM format