API Freaks logoAPI Freaks logo
CTRL+K

    Documentation

  • Pricing

  • Resources

  • Tools

  • Contact us

CTRL+K
Sign InGet Started For Free
  • Credits Usage APIGET
  • IP Geolocation Lookup APIGET
  • Bulk IP Geolocation LookupPOST
  • Domain WHOIS LookupGET
  • IP WHOIS LookupGET
  • ASN LookupGET
  • Domain WHOIS Historical LookupGET
  • Domain WHOIS Reverse LookupGET
  • Bulk Domain WHOIS LookupPOST
  • DNS LookupGET
  • Historical DNS LookupGET
  • Reverse DNS LookupGET
  • Bulk DNS LookupPOST
  • SSL Certificate LookupGET
  • SSL Certificate Chain LookupGET
  • Domain AvailabilityGET
  • Domain Availability with SuggestionsGET
  • Bulk Domain AvailabilityPOST
  • Website Screenshot APIGET
  • Bulk Screenshot APIPOST
  • Latest Exchange RatesGET
  • Historical Exchange RatesGET
  • Currency Converter LatestGET
  • Currency Converter HistoricalGET
  • Currency Time Series APIGET
  • Currency Fluctuation APIGET
  • Geolocalized Currency ConverterGET
  • Currency SupportedGET
  • Currency SymbolsGET
  • Currency Historical Data LimitsGET
  • Live Commodity PricesGET
  • Historical Commodity Prices APIGET
  • Commodity Fluctuation APIGET
  • Commodity Time Series APIGET
  • Commodity SymbolsGET
  • Timezone LookupGET
  • Timezone ConverterGET
  • GeoDB Countries APIGET
  • GeoDB Country Details APIGET
  • GeoDB Regions APIGET
  • GeoDB Subregions APIGET
  • GeoDB Admin Levels APIGET
  • GeoDB Admin Units APIGET
  • GeoDB Admin Units Details APIGET
  • GeoDB Cities APIGET
  • Zip Code Lookup APIGET
  • ZIP Code Search City APIGET
  • ZIP Code Search Region APIGET
  • ZIP Code Search Radius APIGET
  • ZIP Code Distance APIGET
  • ZIP Code Distance Match APIGET
  • User Agent ParserGET
  • Bulk User Agent ParserPOST
  • Astronomy APIGET

Ready to get started?

Sign Up for Free

APIFreaks

API Catalog

  • Geolocation APIs
  • WHOIS APIs
  • DNS APIs
  • SSL APIs
  • Domain Availability APIs
  • Screenshot APIs
  • Currency APIs
  • Commodity APIs
  • Timezone APIs
  • Zipcode APIs
  • User Agent APIs
  • Other APIs

Tools Catalog

  • Formatters & Beautifiers
  • Converters & Optimizers
  • Viewers & Validators

Docs

  • Documentation
  • Swagger Docs

Pricing & Accounts

  • Pricing
  • Sign up
  • Sign In

Company

  • About Us
  • Resources
  • Terms
  • Privacy

Copyright © 2024

Made in Pakistan

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.
Media Type
JSON
Body

API Keystringrequired
Your private API key. Get it from API Freaks dashboard.

Sample Responses

400
403
404
LANGUAGE
Python
PHP
Java
Node
Ruby
JavaScript
C#
$ 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